diff --git a/docs/html/AboutDialog_8h_source.html b/docs/html/AboutDialog_8h_source.html index 9a3c20d7..d57f45fc 100644 --- a/docs/html/AboutDialog_8h_source.html +++ b/docs/html/AboutDialog_8h_source.html @@ -150,7 +150,7 @@ $(document).ready(function(){initNavTree('AboutDialog_8h_source.html',''); initR
145 #endif // __ABOUTDIALOG_H__
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
GpgFrontend::UI
Definition: FileReadTask.cpp:31
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:196
GpgFrontend::SingletonFunctionObject< GpgContext >::GetInstance
static GpgContext & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:181
diff --git a/docs/html/CtxCheckThread_8h_source.html b/docs/html/CtxCheckTask_8h_source.html similarity index 67% rename from docs/html/CtxCheckThread_8h_source.html rename to docs/html/CtxCheckTask_8h_source.html index 88d7f709..1422c400 100644 --- a/docs/html/CtxCheckThread_8h_source.html +++ b/docs/html/CtxCheckTask_8h_source.html @@ -5,7 +5,7 @@ -GpgFrontend Project: src/core/thread/CtxCheckThread.h Source File +GpgFrontend Project: src/core/thread/CtxCheckTask.h Source File @@ -63,7 +63,7 @@ $(function() {
@@ -83,7 +83,7 @@ $(document).ready(function(){initNavTree('CtxCheckThread_8h_source.html',''); in
-
CtxCheckThread.h
+
CtxCheckTask.h
1 
@@ -91,35 +91,38 @@ $(document).ready(function(){initNavTree('CtxCheckThread_8h_source.html',''); in
28 #define GPGFRONTEND_CTXCHECKTRHEAD_H
29 
30 #include "core/GpgFrontendCore.h"
-
31 
-
32 namespace GpgFrontend {
-
37 class GPGFRONTEND_CORE_EXPORT CtxCheckThread : public QThread {
-
38  Q_OBJECT
-
39  public:
- -
45 
-
46  signals:
-
51  void SignalGnupgNotInstall();
-
52 
-
53  protected:
-
58  void run() override;
-
59 };
-
60 } // namespace GpgFrontend
-
61 
-
62 #endif // GPGFRONTEND_CTXCHECKTRHEAD_H
+
31 #include "core/thread/Task.h"
+
32 
+ +
38 class GPGFRONTEND_CORE_EXPORT CtxCheckTask : public Task {
+
39  Q_OBJECT
+
40  public:
+
45  CtxCheckTask();
+
46 
+
47  signals:
+
52  void SignalGnupgNotInstall();
+
53 
+
54  protected:
+
59  void Run() override;
+
60 };
+
61 } // namespace GpgFrontend::Thread
+
62 
+
63 #endif // GPGFRONTEND_CTXCHECKTRHEAD_H
GpgFrontend::CoreCommonUtil::GetInstance
static CoreCommonUtil * GetInstance()
Construct a new Core Common Util object.
Definition: CoreCommonUtil.cpp:33
GpgFrontend::init_logging
void init_logging()
setup logging system and do proper initialization
Definition: GpgCoreInit.cpp:46
-
GpgFrontend
Definition: CoreCommonUtil.cpp:29
+
GpgFrontend::Thread::CtxCheckTask::CtxCheckTask
CtxCheckTask()
Construct a new Ctx Check Thread object.
Definition: CtxCheckTask.cpp:34
GpgFrontend::SingletonFunctionObject< GpgContext >::GetInstance
static GpgContext & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:181
-
GpgFrontend::CtxCheckThread
Definition: CtxCheckThread.h:37
GpgFrontend::GpgKeyGetter::FlushKeyCache
void FlushKeyCache()
flush the keys in the cache
Definition: GpgKeyGetter.cpp:101
-
GpgFrontend::CtxCheckThread::CtxCheckThread
CtxCheckThread()
Construct a new Ctx Check Thread object.
Definition: CtxCheckThread.cpp:34
+
GpgFrontend::Thread
Definition: CtxCheckTask.h:33
+
GpgFrontend::Thread::CtxCheckTask
Definition: CtxCheckTask.h:38
+
GpgFrontend::Thread::Task
Definition: Task.h:38
+
GpgFrontend::Thread::CtxCheckTask::Run
void Run() override
Run - run the task.
Definition: CtxCheckTask.cpp:40
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
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::SingletonFunctionObject< GpgKeyGetter >::GetInstance
static GpgKeyGetter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:181
diff --git a/docs/html/FilePage_8h_source.html b/docs/html/FilePage_8h_source.html index 03ea95f967..176a9289 100644 --- a/docs/html/FilePage_8h_source.html +++ b/docs/html/FilePage_8h_source.html @@ -167,7 +167,7 @@ $(document).ready(function(){initNavTree('FilePage_8h_source.html',''); initResi
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
GpgFrontend::UI::FilePage::slot_file_tree_view_item_clicked
void slot_file_tree_view_item_clicked(const QModelIndex &index)
Definition: FilePage.cpp:101
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
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
diff --git a/docs/html/FileReadThread_8h_source.html b/docs/html/FileReadTask_8h_source.html similarity index 55% rename from docs/html/FileReadThread_8h_source.html rename to docs/html/FileReadTask_8h_source.html index 3ace1b46..e9e94679 100644 --- a/docs/html/FileReadThread_8h_source.html +++ b/docs/html/FileReadTask_8h_source.html @@ -5,7 +5,7 @@ -GpgFrontend Project: src/ui/thread/FileReadThread.h Source File +GpgFrontend Project: src/core/thread/FileReadTask.h Source File @@ -63,7 +63,7 @@ $(function() {
@@ -83,49 +83,55 @@ $(document).ready(function(){initNavTree('FileReadThread_8h_source.html',''); in
-
FileReadThread.h
+
FileReadTask.h
1 
27 #ifndef GPGFRONTEND_FILEREADTHREAD_H
28 #define GPGFRONTEND_FILEREADTHREAD_H
29 
-
30 #include "ui/GpgFrontendUI.h"
-
31 
-
32 namespace GpgFrontend::UI {
-
33 
-
38 class FileReadThread : public QThread {
-
39  Q_OBJECT
-
40 
+
30 #include "core/GpgFrontendCore.h"
+
31 #include "core/thread/Task.h"
+
32 
+
33 namespace GpgFrontend::UI {
+
34 
+
39 class GPGFRONTEND_CORE_EXPORT FileReadTask : public GpgFrontend::Thread::Task {
+
40  Q_OBJECT
41  public:
-
47  explicit FileReadThread(std::string path);
-
48 
-
49  signals:
-
50 
-
56  void SignalSendReadBlock(const std::string& block);
-
57 
-
62  void SignalReadDone();
-
63 
-
64  protected:
-
69  void run() override;
-
70 
-
71  private:
-
72  std::string path_;
-
73 };
-
74 
-
75 } // namespace GpgFrontend::UI
-
76 
-
77 #endif // GPGFRONTEND_FILEREADTHREAD_H
+
42  explicit FileReadTask(std::string path);
+
43 
+
44  virtual ~FileReadTask() override;
+
45 
+
46  void Run() override;
+
47 
+
48  signals:
+
49  void SignalFileBytesRead(QByteArray bytes);
+
50  void SignalFileBytesReadEnd();
+
51  void SignalFileBytesReadNext();
+
52 
+
53  private:
+
54  std::filesystem::path read_file_path_;
+
55  QFile target_file_;
+
56  const size_t buffer_size_ = 4096;
+
57  QEventLoop looper;
+
58 
+
59  private slots:
+
60  void read_bytes();
+
61 };
+
62 
+
63 } // namespace GpgFrontend::UI
+
64 
+
65 #endif // GPGFRONTEND_FILEREADTHREAD_H
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
-
GpgFrontend::UI::FileReadThread
Definition: FileReadThread.h:38
-
GpgFrontend::UI::FileReadThread::SignalSendReadBlock
void SignalSendReadBlock(const std::string &block)
-
GpgFrontend::UI::FileReadThread::FileReadThread
FileReadThread(std::string path)
Construct a new File Read Thread object.
Definition: FileReadThread.cpp:34
+
GpgFrontend::UI
Definition: FileReadTask.cpp:31
+
GpgFrontend::UI::FileReadTask
Definition: FileReadTask.h:39
+
GpgFrontend::Thread::Task
Definition: Task.h:38
+
GpgFrontend::UI::FileReadTask::Run
void Run() override
Run - run the task.
Definition: FileReadTask.cpp:47
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
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::PlainTextEditorPage::GetTextPage
QPlainTextEdit * GetTextPage()
Definition: PlainTextEditorPage.cpp:79
+
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
diff --git a/docs/html/GpgFrontendUIInit_8h_source.html b/docs/html/GpgFrontendUIInit_8h_source.html index 72d3e537..02dae935 100644 --- a/docs/html/GpgFrontendUIInit_8h_source.html +++ b/docs/html/GpgFrontendUIInit_8h_source.html @@ -103,19 +103,19 @@ $(document).ready(function(){initNavTree('GpgFrontendUIInit_8h_source.html','');
49 #endif // GPGFRONTEND_GPGFRONTENDUIINIT_H
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
GpgFrontend::UI
Definition: FileReadTask.cpp:31
GpgFrontend::init_logging
void init_logging()
setup logging system and do proper initialization
Definition: GpgCoreInit.cpp:46
GpgFrontend::GlobalSettingStation::SyncSettings
void SyncSettings() noexcept
sync the settings to the file
Definition: GlobalSettingStation.cpp:33
-
GpgFrontend::UI::InitGpgFrontendUI
void InitGpgFrontendUI()
init the UI library
Definition: GpgFrontendUIInit.cpp:45
-
GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance
static GlobalSettingStation & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:181
+
GpgFrontend::UI::InitGpgFrontendUI
void InitGpgFrontendUI()
init the UI library
Definition: GpgFrontendUIInit.cpp:46
+
GpgFrontend::SingletonFunctionObject< TaskRunnerGetter >::GetInstance
static TaskRunnerGetter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:181
GpgFrontend::GlobalSettingStation::GetUISettings
libconfig::Setting & GetUISettings() noexcept
Definition: GlobalSettingStation.h:68
-
GpgFrontend::CtxCheckThread
Definition: CtxCheckThread.h:37
GpgFrontend::GlobalSettingStation::GetLocaleDir
std::filesystem::path GetLocaleDir() const
Get the Locale Dir object.
Definition: GlobalSettingStation.h:121
GpgFrontend::UI::SignalStation::GetInstance
static SignalStation * GetInstance()
Get the Instance object.
Definition: SignalStation.cpp:37
-
GpgFrontend::UI::init_locale
void init_locale()
setup the locale and load the translations
Definition: GpgFrontendUIInit.cpp:131
+
GpgFrontend::UI::init_locale
void init_locale()
setup the locale and load the translations
Definition: GpgFrontendUIInit.cpp:130
+
GpgFrontend::Thread::CtxCheckTask
Definition: CtxCheckTask.h:38
GpgFrontend::GlobalSettingStation::GetLogDir
std::filesystem::path GetLogDir() const
Get the Log Dir object.
Definition: GlobalSettingStation.h:86
-
GpgFrontend::UI::RunGpgFrontendUI
int RunGpgFrontendUI()
run main window
Definition: GpgFrontendUIInit.cpp:92
-
GpgFrontend::UI::CommonUtils::GetInstance
static CommonUtils * GetInstance()
Get the Instance object.
Definition: UserInterfaceUtils.cpp:127
+
GpgFrontend::UI::RunGpgFrontendUI
int RunGpgFrontendUI()
run main window
Definition: GpgFrontendUIInit.cpp:91
+
GpgFrontend::UI::CommonUtils::GetInstance
static CommonUtils * GetInstance()
Get the Instance object.
Definition: UserInterfaceUtils.cpp:135
GpgFrontend::UI::HelpPage::localized_help
QUrl localized_help(const QUrl &path)
HelpPage::localized_help check if the requested file is also available with the locale,...
Definition: HelpPage.cpp:62
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
GpgFrontend::UI
Definition: FileReadTask.cpp:31
GpgFrontend::UI::HelpPage
Definition: HelpPage.h:40
GpgFrontend::UI::HelpPage::HelpPage
HelpPage(const QString &path, QWidget *parent=nullptr)
Construct a new Help Page object.
Definition: HelpPage.cpp:35
GpgFrontend::UI::HelpPage::GetBrowser
QTextBrowser * GetBrowser()
Get the Browser object.
Definition: HelpPage.cpp:85
diff --git a/docs/html/InfoBoardWidget_8h_source.html b/docs/html/InfoBoardWidget_8h_source.html index 0390a396..9f566172 100644 --- a/docs/html/InfoBoardWidget_8h_source.html +++ b/docs/html/InfoBoardWidget_8h_source.html @@ -150,7 +150,7 @@ $(document).ready(function(){initNavTree('InfoBoardWidget_8h_source.html',''); i
148 #endif // __VERIFYNOTIFICATION_H__
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
GpgFrontend::UI
Definition: FileReadTask.cpp:31
GpgFrontend::UI::InfoBoardWidget::SetInfoBoard
void SetInfoBoard(const QString &text, GpgFrontend::UI::InfoBoardStatus verify_label_status)
Definition: InfoBoardWidget.cpp:58
GpgFrontend::UI::InfoBoardWidget::InfoBoardWidget
InfoBoardWidget(QWidget *parent)
Definition: InfoBoardWidget.cpp:38
GpgFrontend::UI::InfoBoardWidget::AddOptionalAction
void AddOptionalAction(const QString &name, const std::function< void()> &action)
Definition: InfoBoardWidget.cpp:113
diff --git a/docs/html/KeyDetailsDialog_8h_source.html b/docs/html/KeyDetailsDialog_8h_source.html index d50f1dcc..09055246 100644 --- a/docs/html/KeyDetailsDialog_8h_source.html +++ b/docs/html/KeyDetailsDialog_8h_source.html @@ -109,7 +109,7 @@ $(document).ready(function(){initNavTree('KeyDetailsDialog_8h_source.html','');
48 #endif // __KEYDETAILSDIALOG_H__
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
GpgFrontend::UI
Definition: FileReadTask.cpp:31
GpgFrontend::UI::KeyDetailsDialog
Definition: KeyDetailsDialog.h:37
GpgFrontend::GpgKey
Definition: GpgKey.h:44
diff --git a/docs/html/KeyImportDetailDialog_8h_source.html b/docs/html/KeyImportDetailDialog_8h_source.html index 5a412d15..bb2aac79 100644 --- a/docs/html/KeyImportDetailDialog_8h_source.html +++ b/docs/html/KeyImportDetailDialog_8h_source.html @@ -123,7 +123,7 @@ $(document).ready(function(){initNavTree('KeyImportDetailDialog_8h_source.html',
91 #endif // __KEYIMPORTDETAILSDIALOG_H__
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
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::SingletonFunctionObject< GpgKeyGetter >::GetInstance
static GpgKeyGetter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:181
GpgFrontend::GpgKey::GetEmail
std::string GetEmail() const
Definition: GpgKey.cpp:62
diff --git a/docs/html/KeyList_8h_source.html b/docs/html/KeyList_8h_source.html index 210f94e9..3c531d6f 100644 --- a/docs/html/KeyList_8h_source.html +++ b/docs/html/KeyList_8h_source.html @@ -252,46 +252,46 @@ $(document).ready(function(){initNavTree('KeyList_8h_source.html',''); initResiz
388 #endif // __KEYLIST_H__
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
GpgFrontend::UI
Definition: FileReadTask.cpp:31
GpgFrontend::UI::KeyList::KeyList
KeyList(KeyMenuAbility::AbilityType menu_ability, QWidget *parent=nullptr)
Construct a new Key List object.
Definition: KeyList.cpp:44
GpgFrontend::UI::KeyTable::KeyTable
KeyTable(QTableWidget *_key_list, KeyListRow::KeyType _select_type, KeyListColumn::InfoType _info_type, std::function< bool(const GpgKey &)> _filter=[](const GpgKey &) -> bool { return true;})
Construct a new Key Table object.
Definition: KeyList.h:103
GpgFrontend::GlobalSettingStation::SyncSettings
void SyncSettings() noexcept
sync the settings to the file
Definition: GlobalSettingStation.cpp:33
-
GpgFrontend::UI::KeyList::dragEnterEvent
void dragEnterEvent(QDragEnterEvent *event) override
Definition: KeyList.cpp:375
-
GpgFrontend::UI::KeyList::SetColumnWidth
void SetColumnWidth(int row, int size)
Set the Column Width object.
Definition: KeyList.cpp:283
+
GpgFrontend::UI::KeyList::dragEnterEvent
void dragEnterEvent(QDragEnterEvent *event) override
Definition: KeyList.cpp:374
+
GpgFrontend::UI::KeyList::SetColumnWidth
void SetColumnWidth(int row, int size)
Set the Column Width object.
Definition: KeyList.cpp:282
GpgFrontend::SingletonFunctionObject< GpgKeyGetter >::GetInstance
static GpgKeyGetter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:181
-
GpgFrontend::UI::KeyList::GetSelectedKey
std::string GetSelectedKey()
Get the Selected Key object.
Definition: KeyList.cpp:409
+
GpgFrontend::UI::KeyList::GetSelectedKey
std::string GetSelectedKey()
Get the Selected Key object.
Definition: KeyList.cpp:408
GpgFrontend::UI::KeyTable
Definition: KeyList.h:87
-
GpgFrontend::UI::KeyList::dropEvent
void dropEvent(QDropEvent *event) override
Definition: KeyList.cpp:303
+
GpgFrontend::UI::KeyList::dropEvent
void dropEvent(QDropEvent *event) override
Definition: KeyList.cpp:302
GpgFrontend::GlobalSettingStation::GetUISettings
libconfig::Setting & GetUISettings() noexcept
Definition: GlobalSettingStation.h:68
-
GpgFrontend::UI::KeyList::SetChecked
void SetChecked(KeyIdArgsListPtr key_ids)
Set the Checked object.
Definition: KeyList.cpp:240
+
GpgFrontend::UI::KeyList::SetChecked
void SetChecked(KeyIdArgsListPtr key_ids)
Set the Checked object.
Definition: KeyList.cpp:239
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::KeyTable::SetChecked
void SetChecked(KeyIdArgsListPtr key_ids)
Set the Checked object.
Definition: KeyList.cpp:514
-
GpgFrontend::UI::KeyList::slot_double_clicked
void slot_double_clicked(const QModelIndex &index)
Definition: KeyList.cpp:393
+
GpgFrontend::UI::KeyList::slot_double_clicked
void slot_double_clicked(const QModelIndex &index)
Definition: KeyList.cpp:392
GpgFrontend::UI::KeyListRow
Definition: KeyList.h:45
-
GpgFrontend::UI::KeyList::GetAllPrivateKeys
KeyIdArgsListPtr GetAllPrivateKeys()
Get the All Private Keys object.
Definition: KeyList.cpp:196
-
GpgFrontend::UI::KeyList::GetChecked
KeyIdArgsListPtr GetChecked()
Get the Checked object.
Definition: KeyList.cpp:182
+
GpgFrontend::UI::KeyList::GetAllPrivateKeys
KeyIdArgsListPtr GetAllPrivateKeys()
Get the All Private Keys object.
Definition: KeyList.cpp:195
+
GpgFrontend::UI::KeyList::GetChecked
KeyIdArgsListPtr GetChecked()
Get the Checked object.
Definition: KeyList.cpp:181
GpgFrontend::UI::KeyTable::Refresh
void Refresh(KeyLinkListPtr m_keys=nullptr)
Definition: KeyList.cpp:519
GpgFrontend::GpgKeyGetter::FetchKey
KeyLinkListPtr FetchKey()
Get all the keys by receiving a linked list.
Definition: GpgKeyGetter.cpp:82
-
GpgFrontend::UI::KeyList::AddMenuAction
void AddMenuAction(QAction *act)
Definition: KeyList.cpp:301
-
GpgFrontend::UI::KeyList::import_keys
void import_keys(const QByteArray &inBuffer)
Definition: KeyList.cpp:386
+
GpgFrontend::UI::KeyList::AddMenuAction
void AddMenuAction(QAction *act)
Definition: KeyList.cpp:300
+
GpgFrontend::UI::KeyList::import_keys
void import_keys(const QByteArray &inBuffer)
Definition: KeyList.cpp:385
GpgFrontend::UI::KeyImportDetailDialog
Definition: KeyImportDetailDialog.h:42
-
GpgFrontend::UI::KeyTable::GetChecked
KeyIdArgsListPtr & GetChecked()
Get the Checked object.
Definition: KeyList.cpp:499
-
GpgFrontend::UI::KeyList::ContainsPrivateKeys
bool ContainsPrivateKeys()
Definition: KeyList.cpp:271
+
GpgFrontend::UI::KeyTable::GetChecked
KeyIdArgsListPtr & GetChecked()
Get the Checked object.
Definition: KeyList.cpp:498
+
GpgFrontend::UI::KeyList::ContainsPrivateKeys
bool ContainsPrivateKeys()
Definition: KeyList.cpp:270
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:254
-
GpgFrontend::UI::KeyList::GetPrivateChecked
KeyIdArgsListPtr GetPrivateChecked()
Get the Private Checked object.
Definition: KeyList.cpp:210
-
GpgFrontend::UI::KeyList::SetDoubleClickedAction
void SetDoubleClickedAction(std::function< void(const GpgKey &, QWidget *)> action)
Set the Double Clicked Action object.
Definition: KeyList.cpp:404
-
GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer
void SlotImportKeyFromKeyServer(QWidget *parent)
Definition: UserInterfaceUtils.cpp:188
+
GpgFrontend::UI::KeyList::GetSelected
KeyIdArgsListPtr GetSelected()
Get the Selected object.
Definition: KeyList.cpp:253
+
GpgFrontend::UI::KeyList::GetPrivateChecked
KeyIdArgsListPtr GetPrivateChecked()
Get the Private Checked object.
Definition: KeyList.cpp:209
+
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::CommonUtils::SlotImportKeyFromKeyServer
void SlotImportKeyFromKeyServer(QWidget *parent)
Definition: UserInterfaceUtils.cpp:196
GpgFrontend::UI::KeyList
Definition: KeyList.h:152
GpgFrontend::UI::SignalStation::GetInstance
static SignalStation * GetInstance()
Get the Instance object.
Definition: SignalStation.cpp:37
GpgFrontend::UI::KeyList::SignalRefreshStatusBar
void SignalRefreshStatusBar(const QString &message, int timeout)
GpgFrontend::GpgKeyImportExporter::ImportKey
GpgImportInformation ImportKey(StdBypeArrayPtr inBuffer)
Definition: GpgKeyImportExporter.cpp:42
-
GpgFrontend::UI::KeyList::MarkKeys
static void MarkKeys(QStringList *keyIds)
Definition: KeyList.cpp:382
+
GpgFrontend::UI::KeyList::MarkKeys
static void MarkKeys(QStringList *keyIds)
Definition: KeyList.cpp:381
GpgFrontend::UI::KeyListColumn
Definition: KeyList.h:56
GpgFrontend::GpgKey::GetUIDs
std::unique_ptr< std::vector< GpgUID > > GetUIDs() const
Definition: GpgKey.cpp:163
GpgFrontend::UI::KeyMenuAbility
Definition: KeyList.h:72
GpgFrontend::GpgImportInformation
Definition: GpgKeyImportExporter.h:57
-
GpgFrontend::UI::KeyList::contextMenuEvent
void contextMenuEvent(QContextMenuEvent *event) override
Definition: KeyList.cpp:290
+
GpgFrontend::UI::KeyList::contextMenuEvent
void contextMenuEvent(QContextMenuEvent *event) override
Definition: KeyList.cpp:289
GpgFrontend::GpgKey
Definition: GpgKey.h:44
GpgFrontend::UI::SignalStation::SignalRefreshStatusBar
void SignalRefreshStatusBar(const QString &message, int timeout)
diff --git a/docs/html/KeyMgmt_8h_source.html b/docs/html/KeyMgmt_8h_source.html index fbb09c3d..2cade9c2 100644 --- a/docs/html/KeyMgmt_8h_source.html +++ b/docs/html/KeyMgmt_8h_source.html @@ -174,7 +174,7 @@ $(document).ready(function(){initNavTree('KeyMgmt_8h_source.html',''); initResiz
GpgFrontend::UI::KeyMgmt::KeyMgmt
KeyMgmt(QWidget *parent=nullptr)
Construct a new Key Mgmt object.
Definition: KeyMgmt.cpp:46
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
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::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
@@ -184,27 +184,27 @@ $(document).ready(function(){initNavTree('KeyMgmt_8h_source.html',''); initResiz
GpgFrontend::GlobalSettingStation::GetUISettings
libconfig::Setting & GetUISettings() noexcept
Definition: GlobalSettingStation.h:68
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:182
+
GpgFrontend::UI::KeyList::GetChecked
KeyIdArgsListPtr GetChecked()
Get the Checked object.
Definition: KeyList.cpp:181
GpgFrontend::UI::KeyMgmt
Definition: KeyMgmt.h:45
-
GpgFrontend::UI::KeyList::AddMenuAction
void AddMenuAction(QAction *act)
Definition: KeyList.cpp:301
+
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::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:254
-
GpgFrontend::UI::CommonUtils::SlotImportKeyFromFile
void SlotImportKeyFromFile(QWidget *parent)
Definition: UserInterfaceUtils.cpp:172
+
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:180
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::KeyList::SetDoubleClickedAction
void SetDoubleClickedAction(std::function< void(const GpgKey &, QWidget *)> action)
Set the Double Clicked Action object.
Definition: KeyList.cpp:404
+
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::CommonUtils::SlotImportKeyFromKeyServer
void SlotImportKeyFromKeyServer(QWidget *parent)
Definition: UserInterfaceUtils.cpp:188
+
GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer
void SlotImportKeyFromKeyServer(QWidget *parent)
Definition: UserInterfaceUtils.cpp:196
GpgFrontend::UI::KeyList
Definition: KeyList.h:152
GpgFrontend::GpgKey::IsExpired
bool IsExpired() const
Definition: GpgKey.cpp:142
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:193
+
GpgFrontend::UI::CommonUtils::SlotImportKeyFromClipboard
void SlotImportKeyFromClipboard(QWidget *parent)
Definition: UserInterfaceUtils.cpp:201
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::UI::CommonUtils::GetInstance
static CommonUtils * GetInstance()
Get the Instance object.
Definition: UserInterfaceUtils.cpp:127
+
GpgFrontend::UI::CommonUtils::GetInstance
static CommonUtils * GetInstance()
Get the Instance object.
Definition: UserInterfaceUtils.cpp:135
GpgFrontend::GpgKey
Definition: GpgKey.h:44
GpgFrontend::GpgKeyOpera::DeleteKeys
void DeleteKeys(KeyIdArgsListPtr key_ids)
Definition: GpgKeyOpera.cpp:52
GpgFrontend::UI::SignalStation::SignalRefreshStatusBar
void SignalRefreshStatusBar(const QString &message, int timeout)
diff --git a/docs/html/KeyNewUIDDialog_8h_source.html b/docs/html/KeyNewUIDDialog_8h_source.html index 88f189f2..4638cfda 100644 --- a/docs/html/KeyNewUIDDialog_8h_source.html +++ b/docs/html/KeyNewUIDDialog_8h_source.html @@ -129,7 +129,7 @@ $(document).ready(function(){initNavTree('KeyNewUIDDialog_8h_source.html',''); i
87 #endif // GPGFRONTEND_KEYNEWUIDDIALOG_H
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
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:181
GpgFrontend::GpgKeyGetter
Definition: GpgKeyGetter.h:45
GpgFrontend::UI::KeyNewUIDDialog::slot_create_new_uid
void slot_create_new_uid()
Definition: KeyNewUIDDialog.cpp:72
diff --git a/docs/html/KeyPairDetailTab_8h_source.html b/docs/html/KeyPairDetailTab_8h_source.html index 11f2a2f4..3611b054 100644 --- a/docs/html/KeyPairDetailTab_8h_source.html +++ b/docs/html/KeyPairDetailTab_8h_source.html @@ -146,7 +146,7 @@ $(document).ready(function(){initNavTree('KeyPairDetailTab_8h_source.html','');
GpgFrontend::beautify_fingerprint
GPGFRONTEND_CORE_EXPORT std::string beautify_fingerprint(BypeArrayConstRef fingerprint)
Definition: GpgConstants.cpp:87
GpgFrontend::UI::KeyPairDetailTab::expire_var_label_
QLabel * expire_var_label_
Label containing the keys expiration date.
Definition: KeyPairDetailTab.h:73
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
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
diff --git a/docs/html/KeyPairOperaTab_8h_source.html b/docs/html/KeyPairOperaTab_8h_source.html index 5700443f..6a18bb03 100644 --- a/docs/html/KeyPairOperaTab_8h_source.html +++ b/docs/html/KeyPairOperaTab_8h_source.html @@ -131,7 +131,7 @@ $(document).ready(function(){initNavTree('KeyPairOperaTab_8h_source.html',''); i
113 #endif // GPGFRONTEND_KEYPAIROPERATAB_H
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
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::write_buffer_to_file
GPGFRONTEND_CORE_EXPORT bool write_buffer_to_file(const std::string &path, const std::string &out_buffer)
Definition: GpgConstants.cpp:125
@@ -145,9 +145,9 @@ $(document).ready(function(){initNavTree('KeyPairOperaTab_8h_source.html',''); i
GpgFrontend::GpgKey::IsPrivateKey
bool IsPrivateKey() const
Definition: GpgKey.cpp:140
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:66
-
GpgFrontend::UI::CommonUtils::SlotExecuteGpgCommand
void SlotExecuteGpgCommand(const QStringList &arguments, const std::function< void(QProcess *)> &interact_func)
Definition: UserInterfaceUtils.cpp:199
+
GpgFrontend::UI::CommonUtils::SlotExecuteGpgCommand
void SlotExecuteGpgCommand(const QStringList &arguments, const std::function< void(QProcess *)> &interact_func)
Definition: UserInterfaceUtils.cpp:207
GpgFrontend::GpgKey::IsHasMasterKey
bool IsHasMasterKey() const
Definition: GpgKey.cpp:148
-
GpgFrontend::UI::CommonUtils::GetInstance
static CommonUtils * GetInstance()
Get the Instance object.
Definition: UserInterfaceUtils.cpp:127
+
GpgFrontend::UI::CommonUtils::GetInstance
static CommonUtils * GetInstance()
Get the Instance object.
Definition: UserInterfaceUtils.cpp:135
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::GpgKey
Definition: GpgKey.h:44
diff --git a/docs/html/KeyPairSubkeyTab_8h_source.html b/docs/html/KeyPairSubkeyTab_8h_source.html index 899a778c..bae7926c 100644 --- a/docs/html/KeyPairSubkeyTab_8h_source.html +++ b/docs/html/KeyPairSubkeyTab_8h_source.html @@ -154,7 +154,7 @@ $(document).ready(function(){initNavTree('KeyPairSubkeyTab_8h_source.html','');
GpgFrontend::UI::KeyPairSubkeyTab::contextMenuEvent
void contextMenuEvent(QContextMenuEvent *event) override
Definition: KeyPairSubkeyTab.cpp:318
GpgFrontend::UI::KeyPairSubkeyTab::expire_var_label_
QLabel * expire_var_label_
Label containing the keys expiration date.
Definition: KeyPairSubkeyTab.h:81
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
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::SingletonFunctionObject< GpgKeyGetter >::GetInstance
static GpgKeyGetter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:181
diff --git a/docs/html/KeyPairUIDTab_8h_source.html b/docs/html/KeyPairUIDTab_8h_source.html index ba9fee22..722bdab0 100644 --- a/docs/html/KeyPairUIDTab_8h_source.html +++ b/docs/html/KeyPairUIDTab_8h_source.html @@ -170,7 +170,7 @@ $(document).ready(function(){initNavTree('KeyPairUIDTab_8h_source.html',''); ini
GpgFrontend::UI::KeyPairUIDTab::create_sign_popup_menu
void create_sign_popup_menu()
Create a sign popup menu object.
Definition: KeyPairUIDTab.cpp:527
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
GpgFrontend::UI
Definition: FileReadTask.cpp:31
GpgFrontend::GpgKey::GetId
std::string GetId() const
Definition: GpgKey.cpp:54
GpgFrontend::SingletonFunctionObject< GpgUIDOperator >::GetInstance
static GpgUIDOperator & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:181
GpgFrontend::UI::KeyPairUIDTab::get_sign_selected
SignIdArgsListPtr get_sign_selected()
Get the sign selected object.
Definition: KeyPairUIDTab.cpp:441
diff --git a/docs/html/KeyServerImportDialog_8h_source.html b/docs/html/KeyServerImportDialog_8h_source.html index 57f62b23..fe50d381 100644 --- a/docs/html/KeyServerImportDialog_8h_source.html +++ b/docs/html/KeyServerImportDialog_8h_source.html @@ -161,7 +161,7 @@ $(document).ready(function(){initNavTree('KeyServerImportDialog_8h_source.html',
183 #endif // __KEY_SERVER_IMPORT_DIALOG_H__
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
GpgFrontend::UI
Definition: FileReadTask.cpp:31
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:181
GpgFrontend::GlobalSettingStation::GetUISettings
libconfig::Setting & GetUISettings() noexcept
Definition: GlobalSettingStation.h:68
diff --git a/docs/html/KeySetExpireDateDialog_8h_source.html b/docs/html/KeySetExpireDateDialog_8h_source.html index fba009f3..9ebc4b1e 100644 --- a/docs/html/KeySetExpireDateDialog_8h_source.html +++ b/docs/html/KeySetExpireDateDialog_8h_source.html @@ -130,7 +130,7 @@ $(document).ready(function(){initNavTree('KeySetExpireDateDialog_8h_source.html'
GpgFrontend::UI::KeySetExpireDateDialog::slot_non_expired_checked
void slot_non_expired_checked(int state)
Definition: KeySetExpireDateDialog.cpp:138
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
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::SingletonFunctionObject< GpgKeyOpera >::GetInstance
static GpgKeyOpera & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:181
diff --git a/docs/html/KeyUIDSignDialog_8h_source.html b/docs/html/KeyUIDSignDialog_8h_source.html index de60c4e1..496b6d4a 100644 --- a/docs/html/KeyUIDSignDialog_8h_source.html +++ b/docs/html/KeyUIDSignDialog_8h_source.html @@ -124,12 +124,12 @@ $(document).ready(function(){initNavTree('KeyUIDSignDialog_8h_source.html','');
77 #endif // GPGFRONTEND_KEYUIDSIGNDIALOG_H
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
GpgFrontend::UI
Definition: FileReadTask.cpp:31
GpgFrontend::GpgKey::GetId
std::string GetId() const
Definition: GpgKey.cpp:54
GpgFrontend::SingletonFunctionObject< GpgKeyGetter >::GetInstance
static GpgKeyGetter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:181
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::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:182
+
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::KeyList
Definition: KeyList.h:152
diff --git a/docs/html/KeyUploadDialog_8h_source.html b/docs/html/KeyUploadDialog_8h_source.html index 047eb1d8..84a493e7 100644 --- a/docs/html/KeyUploadDialog_8h_source.html +++ b/docs/html/KeyUploadDialog_8h_source.html @@ -120,7 +120,7 @@ $(document).ready(function(){initNavTree('KeyUploadDialog_8h_source.html',''); i
82 #endif // GPGFRONTEND_KEYUPLOADWIDGET_H
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
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:181
GpgFrontend::UI::KeyUploadDialog::slot_upload_key_to_server
void slot_upload_key_to_server(const GpgFrontend::ByteArray &keys_data)
Definition: KeyUploadDialog.cpp:64
diff --git a/docs/html/KeygenDialog_8h_source.html b/docs/html/KeygenDialog_8h_source.html index 0313c9b2..afdaee42 100644 --- a/docs/html/KeygenDialog_8h_source.html +++ b/docs/html/KeygenDialog_8h_source.html @@ -163,7 +163,7 @@ $(document).ready(function(){initNavTree('KeygenDialog_8h_source.html',''); init
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::WaitingDialog
Definition: WaitingDialog.h:40
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
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
diff --git a/docs/html/ListedKeyServerTestThread_8h_source.html b/docs/html/ListedKeyServerTestThread_8h_source.html index 0d52f919..819839e2 100644 --- a/docs/html/ListedKeyServerTestThread_8h_source.html +++ b/docs/html/ListedKeyServerTestThread_8h_source.html @@ -120,7 +120,7 @@ $(document).ready(function(){initNavTree('ListedKeyServerTestThread_8h_source.ht
70 #endif // GPGFRONTEND_LISTEDKEYSERVERTESTTHREAD_H
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
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
diff --git a/docs/html/MainWindow_8h_source.html b/docs/html/MainWindow_8h_source.html index f0a7cab5..aa57a401 100644 --- a/docs/html/MainWindow_8h_source.html +++ b/docs/html/MainWindow_8h_source.html @@ -314,13 +314,13 @@ $(document).ready(function(){initNavTree('MainWindow_8h_source.html',''); initRe
GpgFrontend::UI::MainWindow::slot_verify
void slot_verify()
Definition: MainWindowSlotFunction.cpp:237
GpgFrontend::UI::MainWindow::quote_act_
QAction * quote_act_
Action to quote text.
Definition: MainWindow.h:376
GpgFrontend::UI::MainWindow::upload_key_to_server
void upload_key_to_server()
Definition: MainWindowSlotFunction.cpp:496
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
GpgFrontend::UI
Definition: FileReadTask.cpp:31
GpgFrontend::UI::MainWindow::save_settings
void save_settings()
Definition: MainWindow.cpp:272
GpgFrontend::UI::MainWindow::SlotFileEncrypt
void SlotFileEncrypt()
Definition: MainWindowFileSlotFunction.cpp:151
GpgFrontend::UI::MainWindow::slot_open_file_tab
void slot_open_file_tab()
Definition: MainWindowSlotUI.cpp:58
GpgFrontend::UI::MainWindow::redo_act_
QAction * redo_act_
Action to redo last action.
Definition: MainWindow.h:382
-
GpgFrontend::UI::TextEdit::LoadFile
void LoadFile(const QString &fileName)
Definition: TextEdit.cpp:435
-
GpgFrontend::UI::TextEdit::MaybeSaveAnyTab
bool MaybeSaveAnyTab()
Definition: TextEdit.cpp:324
+
GpgFrontend::UI::TextEdit::LoadFile
void LoadFile(const QString &fileName)
Definition: TextEdit.cpp:433
+
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:359
GpgFrontend::UI::MainWindow::cut_pgp_header_act_
QAction * cut_pgp_header_act_
Action for cutting the PGP header.
Definition: MainWindow.h:391
GpgFrontend::UI::MainWindow::create_actions
void create_actions()
Definition: MainWindowUI.cpp:34
@@ -333,7 +333,7 @@ $(document).ready(function(){initNavTree('MainWindow_8h_source.html',''); initRe
GpgFrontend::UI::MainWindow::view_menu_
QMenu * view_menu_
Submenu for view operations.
Definition: MainWindow.h:331
GpgFrontend::UI::SoftwareVersion
Definition: SoftwareVersion.h:39
GpgFrontend::GlobalSettingStation::GetUISettings
libconfig::Setting & GetUISettings() noexcept
Definition: GlobalSettingStation.h:68
-
GpgFrontend::UI::KeyList::SetChecked
void SetChecked(KeyIdArgsListPtr key_ids)
Set the Checked object.
Definition: KeyList.cpp:240
+
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:326
GpgFrontend::UI::MainWindow::sign_act_
QAction * sign_act_
Action to sign text.
Definition: MainWindow.h:364
GpgFrontend::UI::MainWindow::slot_append_selected_keys
void slot_append_selected_keys()
Definition: MainWindowSlotFunction.cpp:449
@@ -348,7 +348,7 @@ $(document).ready(function(){initNavTree('MainWindow_8h_source.html',''); initRe
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:445
GpgFrontend::UI::MainWindow::copy_mail_address_to_clipboard_act_
QAction * copy_mail_address_to_clipboard_act_
Definition: MainWindow.h:372
-
GpgFrontend::UI::KeyList::GetChecked
KeyIdArgsListPtr GetChecked()
Get the Checked object.
Definition: KeyList.cpp:182
+
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:351
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
@@ -360,7 +360,7 @@ $(document).ready(function(){initNavTree('MainWindow_8h_source.html',''); initRe
GpgFrontend::UI::MainWindow::attachment_dock_
QDockWidget * attachment_dock_
Attachment Dock.
Definition: MainWindow.h:347
GpgFrontend::UI::MainWindow::paste_act_
QAction * paste_act_
Action to paste text.
Definition: MainWindow.h:378
GpgFrontend::UI::MainWindow::slot_encrypt
void slot_encrypt()
Definition: MainWindowSlotFunction.cpp:42
-
GpgFrontend::UI::KeyList::AddMenuAction
void AddMenuAction(QAction *act)
Definition: KeyList.cpp:301
+
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:338
GpgFrontend::UI::MainWindow::steganography_menu_
QMenu * steganography_menu_
Submenu for steganography operations.
Definition: MainWindow.h:337
GpgFrontend::UI::SettingsObject::Check
nlohmann::json & Check(const std::string &key, const nlohmann::json &default_value)
Definition: SettingsObject.cpp:31
@@ -429,7 +429,7 @@ $(document).ready(function(){initNavTree('MainWindow_8h_source.html',''); initRe
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:182
GpgFrontend::UI::SignalStation::SignalRefreshStatusBar
void SignalRefreshStatusBar(const QString &message, int timeout)
-
GpgFrontend::UI::TextEdit::CurTextPage
PlainTextEditorPage * CurTextPage() const
Definition: TextEdit.cpp:379
+
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:374
GpgFrontend::UI::MainWindow::slot_encrypt_sign
void slot_encrypt_sign()
Definition: MainWindowSlotFunction.cpp:275
diff --git a/docs/html/PlainTextEditorPage_8h_source.html b/docs/html/PlainTextEditorPage_8h_source.html index d02817eb..e9f95acb 100644 --- a/docs/html/PlainTextEditorPage_8h_source.html +++ b/docs/html/PlainTextEditorPage_8h_source.html @@ -119,61 +119,63 @@ $(document).ready(function(){initNavTree('PlainTextEditorPage_8h_source.html',''
94 
101  [[nodiscard]] bool ReadDone() const { return this->read_done_; }
102 
-
107  void PrepareToDestroy();
+
107  bool WillCharsetChange() const;
108 
-
113  bool WillCharsetChange() const;
+
113  void NotifyFileSaved();
114 
-
119  void NotifyFileSaved();
-
120 
-
121  private:
-
122  std::shared_ptr<Ui_PlainTextEditor> ui_;
-
123  QString full_file_path_;
-
124  bool sign_marked_{};
-
125  bool read_done_ = false;
-
126  QThread* read_thread_ = nullptr;
-
127  bool binary_mode_ = false;
-
128  size_t read_bytes_ = 0;
-
129  std::string charset_name_;
-
130  std::string language_name_;
-
131  int32_t charset_confidence_;
-
132  bool is_crlf_ = false;
-
133 
-
139  void detect_encoding(const std::string& data);
-
140 
-
146  void detect_cr_lf(const std::string& data);
-
147 
-
148  private slots:
-
149 
-
153  void slot_format_gpg_header();
-
154 
-
160  void slot_insert_text(const std::string& data);
-
161 };
-
162 
-
163 } // namespace GpgFrontend::UI
-
164 
-
165 #endif // __EDITORPAGE_H__
+
115  signals:
+
116 
+
121  void SignalUIBytesDisplayed();
+
122 
+
123  private:
+
124  std::shared_ptr<Ui_PlainTextEditor> ui_;
+
125  QString full_file_path_;
+
126  bool sign_marked_{};
+
127  bool read_done_ = false;
+
128  bool binary_mode_ = false;
+
129  size_t read_bytes_ = 0;
+
130  std::string charset_name_;
+
131  std::string language_name_;
+
132  int32_t charset_confidence_;
+
133  bool is_crlf_ = false;
+
134 
+
140  void detect_encoding(const std::string& data);
+
141 
+
147  void detect_cr_lf(const std::string& data);
+
148 
+
149  private slots:
+
150 
+
154  void slot_format_gpg_header();
+
155 
+
161  void slot_insert_text(QByteArray bytes_data);
+
162 };
+
163 
+
164 } // namespace GpgFrontend::UI
+
165 
+
166 #endif // __EDITORPAGE_H__
-
GpgFrontend::UI::PlainTextEditorPage::SetFilePath
void SetFilePath(const QString &filePath)
Definition: PlainTextEditorPage.cpp:101
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
-
GpgFrontend::UI::PlainTextEditorPage::GetFilePath
const QString & GetFilePath() const
Definition: PlainTextEditorPage.cpp:75
-
GpgFrontend::UI::PlainTextEditorPage::ShowNotificationWidget
void ShowNotificationWidget(QWidget *widget, const char *className)
Definition: PlainTextEditorPage.cpp:105
-
GpgFrontend::UI::PlainTextEditorPage::slot_insert_text
void slot_insert_text(const std::string &data)
Definition: PlainTextEditorPage.cpp:206
-
GpgFrontend::UI::PlainTextEditorPage::PlainTextEditorPage
PlainTextEditorPage(QString file_path={}, QWidget *parent=nullptr)
Definition: PlainTextEditorPage.cpp:39
-
GpgFrontend::UI::FileReadThread
Definition: FileReadThread.h:38
-
GpgFrontend::UI::PlainTextEditorPage::detect_cr_lf
void detect_cr_lf(const std::string &data)
Definition: PlainTextEditorPage.cpp:287
-
GpgFrontend::UI::PlainTextEditorPage::CloseNoteByClass
void CloseNoteByClass(const char *className)
Definition: PlainTextEditorPage.cpp:111
-
GpgFrontend::UI::PlainTextEditorPage::sign_marked_
bool sign_marked_
true, if the signed header is marked, false if not
Definition: PlainTextEditorPage.h:124
+
GpgFrontend::UI::PlainTextEditorPage::SetFilePath
void SetFilePath(const QString &filePath)
Definition: PlainTextEditorPage.cpp:103
+
GpgFrontend::UI
Definition: FileReadTask.cpp:31
+
GpgFrontend::UI::PlainTextEditorPage::GetFilePath
const QString & GetFilePath() const
Definition: PlainTextEditorPage.cpp:77
+
GpgFrontend::UI::PlainTextEditorPage::ShowNotificationWidget
void ShowNotificationWidget(QWidget *widget, const char *className)
Definition: PlainTextEditorPage.cpp:107
+
GpgFrontend::UI::PlainTextEditorPage::SignalUIBytesDisplayed
void SignalUIBytesDisplayed()
this signal is emitted when the bytes has been append in texteditor.
+
GpgFrontend::UI::PlainTextEditorPage::PlainTextEditorPage
PlainTextEditorPage(QString file_path={}, QWidget *parent=nullptr)
Definition: PlainTextEditorPage.cpp:41
+
GpgFrontend::SingletonFunctionObject< TaskRunnerGetter >::GetInstance
static TaskRunnerGetter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:181
+
GpgFrontend::UI::PlainTextEditorPage::detect_cr_lf
void detect_cr_lf(const std::string &data)
Definition: PlainTextEditorPage.cpp:283
+
GpgFrontend::UI::PlainTextEditorPage::CloseNoteByClass
void CloseNoteByClass(const char *className)
Definition: PlainTextEditorPage.cpp:113
+
GpgFrontend::UI::FileReadTask
Definition: FileReadTask.h:39
+
GpgFrontend::UI::PlainTextEditorPage::sign_marked_
bool sign_marked_
true, if the signed header is marked, false if not
Definition: PlainTextEditorPage.h:126
GpgFrontend::UI::PlainTextEditorPage
Class for handling a single tab of the tabwidget.
Definition: PlainTextEditorPage.h:45
-
GpgFrontend::UI::PlainTextEditorPage::detect_encoding
void detect_encoding(const std::string &data)
Definition: PlainTextEditorPage.cpp:263
+
GpgFrontend::UI::PlainTextEditorPage::detect_encoding
void detect_encoding(const std::string &data)
Definition: PlainTextEditorPage.cpp:259
GpgFrontend::CharsetOperator::Detect
static CharsetInfo Detect(const std::string &buffer)
Definition: CharsetOperator.cpp:42
-
GpgFrontend::UI::FileReadThread::SignalSendReadBlock
void SignalSendReadBlock(const std::string &block)
-
GpgFrontend::UI::PlainTextEditorPage::slot_format_gpg_header
void slot_format_gpg_header()
Definition: PlainTextEditorPage.cpp:120
-
GpgFrontend::UI::PlainTextEditorPage::GetTextPage
QPlainTextEdit * GetTextPage()
Definition: PlainTextEditorPage.cpp:79
-
GpgFrontend::UI::PlainTextEditorPage::WillCharsetChange
bool WillCharsetChange() const
detect if the charset of the file will change
Definition: PlainTextEditorPage.cpp:81
-
GpgFrontend::UI::PlainTextEditorPage::full_file_path_
QString full_file_path_
The path to the file handled in the tab.
Definition: PlainTextEditorPage.h:123
+
GpgFrontend::UI::PlainTextEditorPage::slot_format_gpg_header
void slot_format_gpg_header()
Definition: PlainTextEditorPage.cpp:122
+
GpgFrontend::UI::PlainTextEditorPage::GetTextPage
QPlainTextEdit * GetTextPage()
Definition: PlainTextEditorPage.cpp:81
+
GpgFrontend::UI::PlainTextEditorPage::WillCharsetChange
bool WillCharsetChange() const
detect if the charset of the file will change
Definition: PlainTextEditorPage.cpp:83
+
GpgFrontend::UI::PlainTextEditorPage::full_file_path_
QString full_file_path_
The path to the file handled in the tab.
Definition: PlainTextEditorPage.h:125
GpgFrontend::UI::PlainTextEditorPage::ReadDone
bool ReadDone() const
Definition: PlainTextEditorPage.h:101
-
GpgFrontend::UI::PlainTextEditorPage::NotifyFileSaved
void NotifyFileSaved()
notify the user that the file has been saved.
Definition: PlainTextEditorPage.cpp:92
+
GpgFrontend::UI::PlainTextEditorPage::slot_insert_text
void slot_insert_text(QByteArray bytes_data)
Definition: PlainTextEditorPage.cpp:206
+
GpgFrontend::UI::PlainTextEditorPage::NotifyFileSaved
void NotifyFileSaved()
notify the user that the file has been saved.
Definition: PlainTextEditorPage.cpp:94
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
GpgFrontend::UI
Definition: FileReadTask.cpp:31
GpgFrontend::UI::ProxyConnectionTestThread::ProxyConnectionTestThread
ProxyConnectionTestThread(QString url, int timeout, QWidget *parent=nullptr)
Construct a new Proxy Connection Test Thread object.
Definition: ProxyConnectionTestThread.h:52
GpgFrontend::UI::ProxyConnectionTestThread::SignalProxyConnectionTestResult
void SignalProxyConnectionTestResult(const QString &result)
GpgFrontend::UI::ProxyConnectionTestThread::run
void run() override
Definition: ProxyConnectionTestThread.cpp:29
diff --git a/docs/html/QuitDialog_8h_source.html b/docs/html/QuitDialog_8h_source.html index 520996d6..d96a6837 100644 --- a/docs/html/QuitDialog_8h_source.html +++ b/docs/html/QuitDialog_8h_source.html @@ -118,7 +118,7 @@ $(document).ready(function(){initNavTree('QuitDialog_8h_source.html',''); initRe
82 #endif // __QUITDIALOG_H__
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
GpgFrontend::UI
Definition: FileReadTask.cpp:31
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
diff --git a/docs/html/SettingsAdvanced_8h_source.html b/docs/html/SettingsAdvanced_8h_source.html index 24a837f8..4053f208 100644 --- a/docs/html/SettingsAdvanced_8h_source.html +++ b/docs/html/SettingsAdvanced_8h_source.html @@ -120,19 +120,19 @@ $(document).ready(function(){initNavTree('SettingsAdvanced_8h_source.html','');
GpgFrontend::UI::MainWindow::quote_act_
QAction * quote_act_
Action to quote text.
Definition: MainWindow.h:376
GpgFrontend::UI::process_tarball_into_directory
bool process_tarball_into_directory(QWidget *parent, std::filesystem::path &path)
convert directory into tarball
Definition: MainWindowFileSlotFunction.cpp:67
GpgFrontend::UI::MainWindow::upload_key_to_server
void upload_key_to_server()
Definition: MainWindowSlotFunction.cpp:496
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
-
GpgFrontend::UI::TextEdit::SlotCopy
void SlotCopy() const
Definition: TextEdit.cpp:539
-
GpgFrontend::UI::TextEdit::CurFilePage
FilePage * CurFilePage() const
Definition: TextEdit.cpp:383
+
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:272
GpgFrontend::UI::MainWindow::SlotFileEncrypt
void SlotFileEncrypt()
Definition: MainWindowFileSlotFunction.cpp:151
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:105
+
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:382
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:114
-
GpgFrontend::UI::TextEdit::MaybeSaveAnyTab
bool MaybeSaveAnyTab()
Definition: TextEdit.cpp:324
+
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:359
GpgFrontend::UI::MainWindow::cut_pgp_header_act_
QAction * cut_pgp_header_act_
Action for cutting the PGP header.
Definition: MainWindow.h:391
GpgFrontend::UI::MainWindow::create_actions
void create_actions()
Definition: MainWindowUI.cpp:34
@@ -145,26 +145,26 @@ $(document).ready(function(){initNavTree('SettingsAdvanced_8h_source.html','');
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:343
-
GpgFrontend::UI::PlainTextEditorPage::CloseNoteByClass
void CloseNoteByClass(const char *className)
Definition: PlainTextEditorPage.cpp:111
-
GpgFrontend::UI::TextEdit::SlotCut
void SlotCut() const
Definition: TextEdit.cpp:531
+
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:331
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:57
+
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:68
GpgFrontend::UI::MainWindow::file_menu_
QMenu * file_menu_
Submenu for file-operations.
Definition: MainWindow.h:326
-
GpgFrontend::UI::TextEdit::SlotCurPageTextEdit
PlainTextEditorPage * SlotCurPageTextEdit() const
Definition: TextEdit.cpp:394
+
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:364
-
GpgFrontend::UI::TextEdit::SlotRedo
void SlotRedo() const
redo last change in current text page
Definition: TextEdit.cpp:565
+
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:449
-
GpgFrontend::UI::process_operation
void process_operation(QWidget *parent, const std::string &waiting_title, const std::function< void()> &func)
Definition: UserInterfaceUtils.cpp:112
+
GpgFrontend::UI::process_operation
void process_operation(QWidget *parent, const std::string &waiting_title, const std::function< void()> &func)
Definition: UserInterfaceUtils.cpp:116
GpgFrontend::UI::MainWindow::verify_act_
QAction * verify_act_
Action to verify text.
Definition: MainWindow.h:365
GpgFrontend::UI::AdvancedTab
Definition: SettingsAdvanced.h:35
-
GpgFrontend::UI::CommonUtils::SlotImportKeys
void SlotImportKeys(QWidget *parent, const std::string &in_buffer)
Definition: UserInterfaceUtils.cpp:164
+
GpgFrontend::UI::CommonUtils::SlotImportKeys
void SlotImportKeys(QWidget *parent, const std::string &in_buffer)
Definition: UserInterfaceUtils.cpp:172
GpgFrontend::UI::MainWindow::about_act_
QAction * about_act_
Action to open about dialog.
Definition: MainWindow.h:385
GpgFrontend::UI::MainWindow::file_tool_bar_
QToolBar * file_tool_bar_
Toolbar holding file actions.
Definition: MainWindow.h:339
-
GpgFrontend::UI::TextEdit::SlotCurPageFileTreeView
FilePage * SlotCurPageFileTreeView() const
Definition: TextEdit.cpp:400
+
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:487
GpgFrontend::UI::MainWindow::zoom_in_act_
QAction * zoom_in_act_
Action to zoom in.
Definition: MainWindow.h:383
GpgFrontend::UI::MainWindow::create_menus
void create_menus()
Definition: MainWindowUI.cpp:315
@@ -175,7 +175,7 @@ $(document).ready(function(){initNavTree('SettingsAdvanced_8h_source.html','');
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:372
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:182
+
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:351
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
@@ -184,16 +184,16 @@ $(document).ready(function(){initNavTree('SettingsAdvanced_8h_source.html','');
GpgFrontend::UI::MainWindow::open_act_
QAction * open_act_
Action to open file.
Definition: MainWindow.h:353
GpgFrontend::UI::MainWindow::import_key_menu_
QMenu * import_key_menu_
Submenu for import operations.
Definition: MainWindow.h:332
GpgFrontend::UI::MainWindow::encrypt_sign_act_
QAction * encrypt_sign_act_
Action to encrypt and sign text.
Definition: MainWindow.h:361
-
GpgFrontend::UI::TextEdit::SlotSelectAll
void SlotSelectAll() const
select all in current text page
Definition: TextEdit.cpp:593
+
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:378
GpgFrontend::UI::MainWindow::slot_encrypt
void slot_encrypt()
Definition: MainWindowSlotFunction.cpp:42
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:427
+
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:338
GpgFrontend::UI::MainWindow::steganography_menu_
QMenu * steganography_menu_
Submenu for steganography operations.
Definition: MainWindow.h:337
-
GpgFrontend::UI::TextEdit::SlotQuote
void SlotQuote() const
Definition: TextEdit.cpp:405
+
GpgFrontend::UI::TextEdit::SlotQuote
void SlotQuote() const
Definition: TextEdit.cpp:403
GpgFrontend::UI::SoftwareVersion::VersionWithDrawn
bool VersionWithDrawn() const
Definition: SoftwareVersion.h:68
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:384
@@ -201,24 +201,24 @@ $(document).ready(function(){initNavTree('SettingsAdvanced_8h_source.html','');
GpgFrontend::UI::MainWindow::key_list_dock_
QDockWidget * key_list_dock_
Encrypt Dock.
Definition: MainWindow.h:346
GpgFrontend::UI::MainWindow::slot_show_key_details
void slot_show_key_details()
Definition: MainWindowSlotFunction.cpp:475
GpgFrontend::UI::MainWindow::print_act_
QAction * print_act_
Action to print.
Definition: MainWindow.h:357
-
GpgFrontend::UI::TextEdit::SlotPaste
void SlotPaste() const
Definition: TextEdit.cpp:549
+
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:79
GpgFrontend::UI::MainWindow::slot_decrypt_verify
void slot_decrypt_verify()
Definition: MainWindowSlotFunction.cpp:374
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:462
-
GpgFrontend::UI::TextEdit::SlotSwitchTabUp
void SlotSwitchTabUp() const
Definition: TextEdit.cpp:494
+
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:352
-
GpgFrontend::UI::TextEdit::SlotPrint
void SlotPrint()
Definition: TextEdit.cpp:460
+
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:557
+
GpgFrontend::UI::TextEdit::SlotUndo
void SlotUndo() const
Definition: TextEdit.cpp:555
GpgFrontend::UI::MainWindow::SlotFileSign
void SlotFileSign()
Definition: MainWindowFileSlotFunction.cpp:355
-
GpgFrontend::UI::KeyList::GetSelected
KeyIdArgsListPtr GetSelected()
Get the Selected object.
Definition: KeyList.cpp:254
-
GpgFrontend::UI::CommonUtils::SlotImportKeyFromFile
void SlotImportKeyFromFile(QWidget *parent)
Definition: UserInterfaceUtils.cpp:172
+
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:180
GpgFrontend::UI::MainWindow::append_selected_keys_act_
QAction * append_selected_keys_act_
Action to append selected keys to edit.
Definition: MainWindow.h:371
GpgFrontend::UI::MainWindow::check_update_act_
QAction * check_update_act_
Action to open about dialog.
Definition: MainWindow.h:386
-
GpgFrontend::UI::KeyList::GetPrivateChecked
KeyIdArgsListPtr GetPrivateChecked()
Get the Private Checked object.
Definition: KeyList.cpp:210
+
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:380
@@ -230,7 +230,7 @@ $(document).ready(function(){initNavTree('SettingsAdvanced_8h_source.html','');
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:79
+
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:390
GpgFrontend::UI::MainWindow::add_pgp_header_act_
QAction * add_pgp_header_act_
Action for adding the PGP header.
Definition: MainWindow.h:392
GpgFrontend::UI::MainWindow::slot_sign
void slot_sign()
Definition: MainWindowSlotFunction.cpp:119
@@ -239,7 +239,7 @@ $(document).ready(function(){initNavTree('SettingsAdvanced_8h_source.html','');
GpgFrontend::UI::MainWindow::import_button_
QToolButton * import_button_
Tool button for import dropdown menu in toolbar.
Definition: MainWindow.h:345
GpgFrontend::UI::MainWindow::SlotFileVerify
void SlotFileVerify()
Definition: MainWindowFileSlotFunction.cpp:447
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:188
+
GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer
void SlotImportKeyFromKeyServer(QWidget *parent)
Definition: UserInterfaceUtils.cpp:196
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:66
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
@@ -260,12 +260,12 @@ $(document).ready(function(){initNavTree('SettingsAdvanced_8h_source.html','');
GpgFrontend::UI::MainWindow::import_key_from_edit_act_
QAction * import_key_from_edit_act_
Action to import key from edit.
Definition: MainWindow.h:366
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:392
+
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:379
GpgFrontend::UI::MainWindow::crypt_menu_
QMenu * crypt_menu_
Submenu for crypt-operations.
Definition: MainWindow.h:328
GpgFrontend::UI::MainWindow::edit_menu_
QMenu * edit_menu_
Submenu for text-operations.
Definition: MainWindow.h:327
GpgFrontend::UI::TextEdit::SlotCloseTab
void SlotCloseTab()
Definition: TextEdit.cpp:236
-
GpgFrontend::UI::CommonUtils::SlotImportKeyFromClipboard
void SlotImportKeyFromClipboard(QWidget *parent)
Definition: UserInterfaceUtils.cpp:193
+
GpgFrontend::UI::CommonUtils::SlotImportKeyFromClipboard
void SlotImportKeyFromClipboard(QWidget *parent)
Definition: UserInterfaceUtils.cpp:201
GpgFrontend::UI::MainWindow::decrypt_act_
QAction * decrypt_act_
Action to decrypt text.
Definition: MainWindow.h:363
GpgFrontend::UI::MainWindow::special_edit_tool_bar_
QToolBar * special_edit_tool_bar_
Toolbar holding special edit actions.
Definition: MainWindow.h:342
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
@@ -274,10 +274,10 @@ $(document).ready(function(){initNavTree('SettingsAdvanced_8h_source.html','');
GpgFrontend::UI::MainWindow::SlotFileEncryptSign
void SlotFileEncryptSign()
Definition: MainWindowFileSlotFunction.cpp:536
GpgFrontend::UI::MainWindow::encrypt_act_
QAction * encrypt_act_
Action to encrypt text.
Definition: MainWindow.h:360
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:48
+
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:387
-
GpgFrontend::UI::process_result_analyse
void process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse)
Definition: UserInterfaceUtils.cpp:92
+
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:283
GpgFrontend::UI::MainWindow::edit_
TextEdit * edit_
Tabwidget holding the edit-windows.
Definition: MainWindow.h:325
@@ -288,16 +288,16 @@ $(document).ready(function(){initNavTree('SettingsAdvanced_8h_source.html','');
GpgFrontend::UI::MainWindow::new_tab_act_
QAction * new_tab_act_
Action to create new tab.
Definition: MainWindow.h:350
GpgFrontend::UI::MainWindow::help_menu_
QMenu * help_menu_
Submenu for help-operations.
Definition: MainWindow.h:329
GpgFrontend::UI::MainWindow::save_act_
QAction * save_act_
Action to save file.
Definition: MainWindow.h:355
-
GpgFrontend::UI::CommonUtils::GetInstance
static CommonUtils * GetInstance()
Get the Instance object.
Definition: UserInterfaceUtils.cpp:127
+
GpgFrontend::UI::CommonUtils::GetInstance
static CommonUtils * GetInstance()
Get the Instance object.
Definition: UserInterfaceUtils.cpp:135
GpgFrontend::GpgDecryptResultAnalyse
Definition: GpgDecryptResultAnalyse.h:41
GpgFrontend::UI::MainWindow::edit_tool_bar_
QToolBar * edit_tool_bar_
Toolbar holding edit actions.
Definition: MainWindow.h:340
-
GpgFrontend::UI::TextEdit::SlotSwitchTabDown
void SlotSwitchTabDown() const
Definition: TextEdit.cpp:501
+
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:389
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:358
GpgFrontend::GpgKey
Definition: GpgKey.h:44
GpgFrontend::UI::MainWindow::slot_decrypt
void slot_decrypt()
Definition: MainWindowSlotFunction.cpp:182
-
GpgFrontend::UI::TextEdit::CurTextPage
PlainTextEditorPage * CurTextPage() const
Definition: TextEdit.cpp:379
+
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:374
GpgFrontend::UI::MainWindow::slot_encrypt_sign
void slot_encrypt_sign()
Definition: MainWindowSlotFunction.cpp:275
diff --git a/docs/html/SettingsAppearance_8h_source.html b/docs/html/SettingsAppearance_8h_source.html index 93bc2331..ad7e971d 100644 --- a/docs/html/SettingsAppearance_8h_source.html +++ b/docs/html/SettingsAppearance_8h_source.html @@ -126,7 +126,7 @@ $(document).ready(function(){initNavTree('SettingsAppearance_8h_source.html','')
83 #endif // GPGFRONTEND_SETTINGSAPPEARANCE_H
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
GpgFrontend::UI
Definition: FileReadTask.cpp:31
GpgFrontend::UI::AppearanceTab::SetSettings
void SetSettings()
Set the Settings object.
Definition: SettingsAppearance.cpp:116
GpgFrontend::UI::AppearanceTab
Definition: SettingsAppearance.h:36
GpgFrontend::UI::AppearanceTab::AppearanceTab
AppearanceTab(QWidget *parent=nullptr)
Construct a new Appearance Tab object.
Definition: SettingsAppearance.cpp:36
diff --git a/docs/html/SettingsDialog_8h_source.html b/docs/html/SettingsDialog_8h_source.html index 2d9ba74b..e5b43765 100644 --- a/docs/html/SettingsDialog_8h_source.html +++ b/docs/html/SettingsDialog_8h_source.html @@ -138,7 +138,7 @@ $(document).ready(function(){initNavTree('SettingsDialog_8h_source.html',''); in
111 #endif // __SETTINGSDIALOG_H__
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
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:79
GpgFrontend::GlobalSettingStation::SyncSettings
void SyncSettings() noexcept
sync the settings to the file
Definition: GlobalSettingStation.cpp:33
diff --git a/docs/html/SettingsGeneral_8h_source.html b/docs/html/SettingsGeneral_8h_source.html index 8677fdcc..332e27c5 100644 --- a/docs/html/SettingsGeneral_8h_source.html +++ b/docs/html/SettingsGeneral_8h_source.html @@ -136,7 +136,7 @@ $(document).ready(function(){initNavTree('SettingsGeneral_8h_source.html',''); i
GpgFrontend::UI::GeneralTab::GeneralTab
GeneralTab(QWidget *parent=nullptr)
Construct a new General Tab object.
Definition: SettingsGeneral.cpp:40
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
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:181
GpgFrontend::GlobalSettingStation::GetUISettings
libconfig::Setting & GetUISettings() noexcept
Definition: GlobalSettingStation.h:68
GpgFrontend::UI::GeneralTab
Definition: SettingsGeneral.h:43
diff --git a/docs/html/SettingsKeyServer_8h_source.html b/docs/html/SettingsKeyServer_8h_source.html index 04b1c5ad..b4d2b21e 100644 --- a/docs/html/SettingsKeyServer_8h_source.html +++ b/docs/html/SettingsKeyServer_8h_source.html @@ -134,7 +134,7 @@ $(document).ready(function(){initNavTree('SettingsKeyServer_8h_source.html','');
GpgFrontend::UI::KeyserverTab::SignalRestartNeeded
void SignalRestartNeeded(bool needed)
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
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:181
GpgFrontend::UI::KeyserverTab::contextMenuEvent
void contextMenuEvent(QContextMenuEvent *event) override
Definition: SettingsKeyServer.cpp:291
GpgFrontend::UI::KeyserverTab
Definition: SettingsKeyServer.h:41
diff --git a/docs/html/SettingsNetwork_8h_source.html b/docs/html/SettingsNetwork_8h_source.html index f4014ac5..61354ac0 100644 --- a/docs/html/SettingsNetwork_8h_source.html +++ b/docs/html/SettingsNetwork_8h_source.html @@ -124,7 +124,7 @@ $(document).ready(function(){initNavTree('SettingsNetwork_8h_source.html',''); i
94 #endif // GPGFRONTEND_SETTINGSNETWORK_H
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
GpgFrontend::UI
Definition: FileReadTask.cpp:31
GpgFrontend::UI::NetworkTab
Definition: SettingsNetwork.h:37
GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance
static GlobalSettingStation & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:181
GpgFrontend::UI::NetworkTab::switch_ui_proxy_type
void switch_ui_proxy_type(const QString &type_text)
Definition: SettingsNetwork.cpp:317
diff --git a/docs/html/SettingsObject_8h_source.html b/docs/html/SettingsObject_8h_source.html index 226f3e23..8f29b3f0 100644 --- a/docs/html/SettingsObject_8h_source.html +++ b/docs/html/SettingsObject_8h_source.html @@ -116,7 +116,7 @@ $(document).ready(function(){initNavTree('SettingsObject_8h_source.html',''); in
87 #endif // GPGFRONTEND_SETTINGSOBJECT_H
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
GpgFrontend::UI
Definition: FileReadTask.cpp:31
GpgFrontend::SingletonFunctionObject< DataObjectOperator >::GetInstance
static DataObjectOperator & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:181
GpgFrontend::UI::SettingsObject::~SettingsObject
~SettingsObject()
Destroy the Settings Object object.
Definition: SettingsObject.cpp:100
GpgFrontend::UI::SettingsObject::Check
nlohmann::json & Check(const std::string &key, const nlohmann::json &default_value)
Definition: SettingsObject.cpp:31
diff --git a/docs/html/SignalStation_8h_source.html b/docs/html/SignalStation_8h_source.html index a44aa0d1..4d90660e 100644 --- a/docs/html/SignalStation_8h_source.html +++ b/docs/html/SignalStation_8h_source.html @@ -118,7 +118,7 @@ $(document).ready(function(){initNavTree('SignalStation_8h_source.html',''); ini
86 #endif // GPGFRONTEND_SIGNALSTATION_H
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
GpgFrontend::UI
Definition: FileReadTask.cpp:31
GpgFrontend::UI::InfoBoardStatus
InfoBoardStatus
Definition: InfoBoardWidget.h:43
GpgFrontend::UI::SignalStation::SignalRefreshInfoBoard
void SignalRefreshInfoBoard(const QString &text, InfoBoardStatus verify_label_status)
GpgFrontend::UI::SignalStation
Definition: SignalStation.h:41
diff --git a/docs/html/SignatureDetailsDialog_8h_source.html b/docs/html/SignatureDetailsDialog_8h_source.html index d591b07c..073a7bbc 100644 --- a/docs/html/SignatureDetailsDialog_8h_source.html +++ b/docs/html/SignatureDetailsDialog_8h_source.html @@ -100,10 +100,10 @@ $(document).ready(function(){initNavTree('SignatureDetailsDialog_8h_source.html'
SignatureDetailsDialog
Definition: SignatureDetailsDialog.h:33
-
GpgFrontend::UI::InitGpgFrontendUI
void InitGpgFrontendUI()
init the UI library
Definition: GpgFrontendUIInit.cpp:45
+
GpgFrontend::UI::InitGpgFrontendUI
void InitGpgFrontendUI()
init the UI library
Definition: GpgFrontendUIInit.cpp:46
GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance
static GlobalSettingStation & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:181
GpgFrontend::GlobalSettingStation::GetResourceDir
std::filesystem::path GetResourceDir() const
Get the Resource Dir object.
Definition: GlobalSettingStation.h:130
-
GpgFrontend::UI::RunGpgFrontendUI
int RunGpgFrontendUI()
run main window
Definition: GpgFrontendUIInit.cpp:92
+
GpgFrontend::UI::RunGpgFrontendUI
int RunGpgFrontendUI()
run main window
Definition: GpgFrontendUIInit.cpp:91
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
GpgFrontend::UI
Definition: FileReadTask.cpp:31
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::KeyList::GetPrivateChecked
KeyIdArgsListPtr GetPrivateChecked()
Get the Private Checked object.
Definition: KeyList.cpp:210
+
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::UI::KeyList
Definition: KeyList.h:152
diff --git a/docs/html/SoftwareVersion_8h_source.html b/docs/html/SoftwareVersion_8h_source.html index 971712d9..eaf830d1 100644 --- a/docs/html/SoftwareVersion_8h_source.html +++ b/docs/html/SoftwareVersion_8h_source.html @@ -124,7 +124,7 @@ $(document).ready(function(){initNavTree('SoftwareVersion_8h_source.html',''); i
85 #endif // GPGFRONTEND_SOFTWAREVERSION_H
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
GpgFrontend::UI
Definition: FileReadTask.cpp:31
GpgFrontend::UI::SoftwareVersion
Definition: SoftwareVersion.h:39
GpgFrontend::UI::SoftwareVersion::VersionWithDrawn
bool VersionWithDrawn() const
Definition: SoftwareVersion.h:68
GpgFrontend::UI::SoftwareVersion::CurrentVersionReleased
bool CurrentVersionReleased() const
Definition: SoftwareVersion.h:79
diff --git a/docs/html/SubkeyGenerateDialog_8h_source.html b/docs/html/SubkeyGenerateDialog_8h_source.html index a5b4d1e3..8ed87f58 100644 --- a/docs/html/SubkeyGenerateDialog_8h_source.html +++ b/docs/html/SubkeyGenerateDialog_8h_source.html @@ -151,7 +151,7 @@ $(document).ready(function(){initNavTree('SubkeyGenerateDialog_8h_source.html','
GpgFrontend::UI::WaitingDialog
Definition: WaitingDialog.h:40
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
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
diff --git a/docs/html/TOFUInfoPage_8h_source.html b/docs/html/TOFUInfoPage_8h_source.html index 728fef69..0830db43 100644 --- a/docs/html/TOFUInfoPage_8h_source.html +++ b/docs/html/TOFUInfoPage_8h_source.html @@ -106,7 +106,7 @@ $(document).ready(function(){initNavTree('TOFUInfoPage_8h_source.html',''); init
53 #endif // GPGFRONTEND_TOFUINFOPAGE_H
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
GpgFrontend::UI
Definition: FileReadTask.cpp:31
GpgFrontend::GpgTOFUInfo
Definition: GpgTOFUInfo.h:39
GpgFrontend::UI::TOFUInfoPage
Definition: TOFUInfoPage.h:39
GpgFrontend::UI::TOFUInfoPage::TOFUInfoPage
TOFUInfoPage(const GpgTOFUInfo &tofu_info, QWidget *parent=nullptr)
Construct a new TOFUInfoPage object.
Definition: TOFUInfoPage.cpp:29
diff --git a/docs/html/TaskRunnerGetter_8h_source.html b/docs/html/TaskRunnerGetter_8h_source.html new file mode 100644 index 00000000..dbeabc2e --- /dev/null +++ b/docs/html/TaskRunnerGetter_8h_source.html @@ -0,0 +1,138 @@ + + + + + + + +GpgFrontend Project: src/core/thread/TaskRunnerGetter.h Source File + + + + + + + + + + + + + +
+
+ + + + + + +
+
GpgFrontend Project +
+
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
TaskRunnerGetter.h
+
+
+
1 
+
27 #ifndef GPGFRONTEND_TASKRUNNERGETTER_H
+
28 #define GPGFRONTEND_TASKRUNNERGETTER_H
+
29 
+
30 #include "core/GpgFrontendCore.h"
+
31 #include "core/GpgFunctionObject.h"
+
32 #include "core/thread/TaskRunner.h"
+
33 
+
34 namespace GpgFrontend::Thread {
+
35 
+
36 class GPGFRONTEND_CORE_EXPORT TaskRunnerGetter
+
37  : public GpgFrontend::SingletonFunctionObject<TaskRunnerGetter> {
+
38  public:
+
39  enum TaskRunnerType {
+
40  kTaskRunnerType_Default,
+
41  kTaskRunnerType_GPG,
+
42  kTaskRunnerType_IO,
+
43  };
+
44 
+ +
46 
+
47  TaskRunner *GetTaskRunner(
+
48  TaskRunnerType runner_type = kTaskRunnerType_Default);
+
49 
+
50  private:
+
51  std::map<TaskRunnerType, TaskRunner *> task_runners_;
+
52 };
+
53 
+
54 } // namespace GpgFrontend::Thread
+
55 
+
56 #endif // GPGFRONTEND_TASKRUNNERGETTER_H
+
+
+
GpgFrontend::SingletonFunctionObject
Definition: GpgFunctionObject.h:159
+
GpgFrontend::Thread::TaskRunner
Definition: TaskRunner.h:39
+
GpgFrontend::Thread::TaskRunnerGetter
Definition: TaskRunnerGetter.h:36
+
GpgFrontend::Thread
Definition: CtxCheckTask.h:33
+
GpgFrontend::SingletonFunctionObject::GetDefaultChannel
static int GetDefaultChannel()
Get the Default Channel object.
Definition: GpgFunctionObject.h:245
+
GpgFrontend::Thread::TaskRunnerGetter::TaskRunnerGetter
TaskRunnerGetter(int channel=SingletonFunctionObject::GetDefaultChannel())
Definition: TaskRunnerGetter.cpp:29
+ + + + diff --git a/docs/html/TaskRunner_8h_source.html b/docs/html/TaskRunner_8h_source.html new file mode 100644 index 00000000..76400fd5 --- /dev/null +++ b/docs/html/TaskRunner_8h_source.html @@ -0,0 +1,142 @@ + + + + + + + +GpgFrontend Project: src/core/thread/TaskRunner.h Source File + + + + + + + + + + + + + +
+
+ + + + + + +
+
GpgFrontend Project +
+
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
TaskRunner.h
+
+
+
1 
+
27 #ifndef GPGFRONTEND_TASKRUNNER_H
+
28 #define GPGFRONTEND_TASKRUNNER_H
+
29 
+
30 #include <mutex>
+
31 #include <queue>
+
32 
+
33 #include "core/GpgFrontendCore.h"
+
34 
+
35 namespace GpgFrontend::Thread {
+
36 
+
37 class Task;
+
38 
+
39 class GPGFRONTEND_CORE_EXPORT TaskRunner : public QThread {
+
40  Q_OBJECT
+
41  public:
+
46  TaskRunner();
+
47 
+
52  virtual ~TaskRunner() override;
+
53 
+
58  void run() override;
+
59 
+
60  public slots:
+
61 
+
67  void PostTask(Task* task);
+
68 
+
69  private:
+
70  std::queue<Task*> tasks;
+
71  std::mutex tasks_mutex_;
+
72 };
+
73 } // namespace GpgFrontend::Thread
+
74 
+
75 #endif // GPGFRONTEND_TASKRUNNER_H
+
+
+
GpgFrontend::Thread::TaskRunner
Definition: TaskRunner.h:39
+
GpgFrontend::Thread::TaskRunner::PostTask
void PostTask(Task *task)
Definition: TaskRunner.cpp:36
+
GpgFrontend::Thread
Definition: CtxCheckTask.h:33
+
GpgFrontend::Thread::TaskRunner::TaskRunner
TaskRunner()
Construct a new Task Runner object.
+
GpgFrontend::Thread::TaskRunner::tasks
std::queue< Task * > tasks
The task queue.
Definition: TaskRunner.h:70
+
GpgFrontend::Thread::TaskRunner::tasks_mutex_
std::mutex tasks_mutex_
The task queue mutex.
Definition: TaskRunner.h:71
+
GpgFrontend::Thread::Task
Definition: Task.h:38
+
GpgFrontend::Thread::TaskRunner::~TaskRunner
virtual ~TaskRunner() override
Destroy the Task Runner object.
+ + + + diff --git a/docs/html/Task_8h_source.html b/docs/html/Task_8h_source.html new file mode 100644 index 00000000..d38723b4 --- /dev/null +++ b/docs/html/Task_8h_source.html @@ -0,0 +1,160 @@ + + + + + + + +GpgFrontend Project: src/core/thread/Task.h Source File + + + + + + + + + + + + + +
+
+ + + + + + +
+
GpgFrontend Project +
+
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
Task.h
+
+
+
1 
+
27 #ifndef GPGFRONTEND_TASK_H
+
28 #define GPGFRONTEND_TASK_H
+
29 
+
30 #include <functional>
+
31 
+
32 #include "core/GpgFrontendCore.h"
+
33 
+
34 namespace GpgFrontend::Thread {
+
35 
+
36 class TaskRunner;
+
37 
+
38 class GPGFRONTEND_CORE_EXPORT Task : public QObject, public QRunnable {
+
39  Q_OBJECT
+
40  public:
+
41  using TaskRunnable = std::function<int()>;
+
42  using TaskCallback = std::function<void(int)>;
+
43  friend class TaskRunner;
+
44 
+
49  Task();
+
50 
+
57  Task(TaskCallback callback);
+
58 
+
64  Task(
+
65  TaskRunnable runnable, TaskCallback callback = [](int) {});
+
66 
+
71  virtual ~Task() override;
+
72 
+
77  virtual void Run();
+
78 
+
79  signals:
+
80  void SignalTaskFinished();
+
81 
+
82  protected:
+
83  void SetFinishAfterRun(bool finish_after_run);
+
84 
+
85  void SetRTN(int rtn);
+
86 
+
87  private:
+
88  TaskCallback callback_;
+
89  TaskRunnable runnable_;
+
90  bool finish_after_run_ = true;
+
91  int rtn_ = 0;
+
92 
+
97  void before_finish_task();
+
98 
+
103  void init();
+
104 
+
109  virtual void run() override;
+
110 };
+
111 } // namespace GpgFrontend::Thread
+
112 
+
113 #endif // GPGFRONTEND_TASK_H
+
+
+
GpgFrontend::Thread::TaskRunner
Definition: TaskRunner.h:39
+
GpgFrontend::Thread::Task::~Task
virtual ~Task() override
Destroy the Task object.
+
GpgFrontend::Thread::Task::Task
Task()
Construct a new Task object.
Definition: Task.cpp:33
+
GpgFrontend::Thread
Definition: CtxCheckTask.h:33
+
GpgFrontend::Thread::Task::Run
virtual void Run()
Run - run the task.
Definition: Task.cpp:70
+
GpgFrontend::Thread::Task
Definition: Task.h:38
+ + + + diff --git a/docs/html/TextEdit_8h_source.html b/docs/html/TextEdit_8h_source.html index c4fcd82c..043696d9 100644 --- a/docs/html/TextEdit_8h_source.html +++ b/docs/html/TextEdit_8h_source.html @@ -188,54 +188,54 @@ $(document).ready(function(){initNavTree('TextEdit_8h_source.html',''); initResi
282 #endif // __TEXTEDIT_H__
-
GpgFrontend::UI::PlainTextEditorPage::SetFilePath
void SetFilePath(const QString &filePath)
Definition: PlainTextEditorPage.cpp:101
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
-
GpgFrontend::UI::TextEdit::SlotCopy
void SlotCopy() const
Definition: TextEdit.cpp:539
-
GpgFrontend::UI::PlainTextEditorPage::GetFilePath
const QString & GetFilePath() const
Definition: PlainTextEditorPage.cpp:75
-
GpgFrontend::UI::TextEdit::CurFilePage
FilePage * CurFilePage() const
Definition: TextEdit.cpp:383
+
GpgFrontend::UI::PlainTextEditorPage::SetFilePath
void SetFilePath(const QString &filePath)
Definition: PlainTextEditorPage.cpp:103
+
GpgFrontend::UI
Definition: FileReadTask.cpp:31
+
GpgFrontend::UI::TextEdit::SlotCopy
void SlotCopy() const
Definition: TextEdit.cpp:537
+
GpgFrontend::UI::PlainTextEditorPage::GetFilePath
const QString & GetFilePath() const
Definition: PlainTextEditorPage.cpp:77
+
GpgFrontend::UI::TextEdit::CurFilePage
FilePage * CurFilePage() const
Definition: TextEdit.cpp:381
GpgFrontend::UI::TextEdit::slotNewHelpTab
void slotNewHelpTab(const QString &title, const QString &path) const
Definition: TextEdit.cpp:66
GpgFrontend::UI::FilePage::SignalPathChanged
void SignalPathChanged(const QString &path)
-
GpgFrontend::UI::TextEdit::LoadFile
void LoadFile(const QString &fileName)
Definition: TextEdit.cpp:435
-
GpgFrontend::UI::TextEdit::MaybeSaveAnyTab
bool MaybeSaveAnyTab()
Definition: TextEdit.cpp:324
+
GpgFrontend::UI::TextEdit::LoadFile
void LoadFile(const QString &fileName)
Definition: TextEdit.cpp:433
+
GpgFrontend::UI::TextEdit::MaybeSaveAnyTab
bool MaybeSaveAnyTab()
Definition: TextEdit.cpp:322
GpgFrontend::UI::TextEdit::SlotOpenFile
void SlotOpenFile(QString &path)
Definition: TextEdit.cpp:82
GpgFrontend::UI::TextEdit::SlotOpen
void SlotOpen()
Definition: TextEdit.cpp:110
GpgFrontend::UI::TextEdit::count_page_
int count_page_
int containing the number of added tabs
Definition: TextEdit.h:211
-
GpgFrontend::UI::TextEdit::SlotCut
void SlotCut() const
Definition: TextEdit.cpp:531
-
GpgFrontend::UI::TextEdit::SlotCurPageTextEdit
PlainTextEditorPage * SlotCurPageTextEdit() const
Definition: TextEdit.cpp:394
-
GpgFrontend::UI::TextEdit::SlotRedo
void SlotRedo() const
redo last change in current text page
Definition: TextEdit.cpp:565
-
GpgFrontend::UI::TextEdit::SlotCurPageFileTreeView
FilePage * SlotCurPageFileTreeView() const
Definition: TextEdit.cpp:400
+
GpgFrontend::UI::TextEdit::SlotCut
void SlotCut() const
Definition: TextEdit.cpp:529
+
GpgFrontend::UI::TextEdit::SlotCurPageTextEdit
PlainTextEditorPage * SlotCurPageTextEdit() const
Definition: TextEdit.cpp:392
+
GpgFrontend::UI::TextEdit::SlotRedo
void SlotRedo() const
redo last change in current text page
Definition: TextEdit.cpp:563
+
GpgFrontend::UI::TextEdit::SlotCurPageFileTreeView
FilePage * SlotCurPageFileTreeView() const
Definition: TextEdit.cpp:398
GpgFrontend::UI::TextEdit
TextEdit class.
Definition: TextEdit.h:41
GpgFrontend::UI::PlainTextEditorPage
Class for handling a single tab of the tabwidget.
Definition: PlainTextEditorPage.h:45
GpgFrontend::UI::TextEdit::SlotNewFileTab
void SlotNewFileTab() const
Definition: TextEdit.cpp:72
-
GpgFrontend::UI::TextEdit::SlotSelectAll
void SlotSelectAll() const
select all in current text page
Definition: TextEdit.cpp:593
+
GpgFrontend::UI::TextEdit::SlotSelectAll
void SlotSelectAll() const
select all in current text page
Definition: TextEdit.cpp:591
GpgFrontend::UI::QuitDialog::IsDiscarded
bool IsDiscarded() const
Definition: QuitDialog.cpp:133
-
GpgFrontend::UI::TextEdit::SlotFillTextEditWithText
void SlotFillTextEditWithText(const QString &text) const
Definition: TextEdit.cpp:427
-
GpgFrontend::UI::TextEdit::SlotQuote
void SlotQuote() const
Definition: TextEdit.cpp:405
-
GpgFrontend::UI::TextEdit::SlotPaste
void SlotPaste() const
Definition: TextEdit.cpp:549
+
GpgFrontend::UI::TextEdit::SlotFillTextEditWithText
void SlotFillTextEditWithText(const QString &text) const
Definition: TextEdit.cpp:425
+
GpgFrontend::UI::TextEdit::SlotQuote
void SlotQuote() const
Definition: TextEdit.cpp:403
+
GpgFrontend::UI::TextEdit::SlotPaste
void SlotPaste() const
Definition: TextEdit.cpp:547
GpgFrontend::UI::HelpPage
Definition: HelpPage.h:40
-
GpgFrontend::UI::TextEdit::UnsavedDocuments
QHash< int, QString > UnsavedDocuments() const
Definition: TextEdit.cpp:512
+
GpgFrontend::UI::TextEdit::UnsavedDocuments
QHash< int, QString > UnsavedDocuments() const
Definition: TextEdit.cpp:510
GpgFrontend::UI::TextEdit::SlotSaveAs
bool SlotSaveAs()
Definition: TextEdit.cpp:219
-
GpgFrontend::UI::TextEdit::SlotShowModified
void SlotShowModified() const
Definition: TextEdit.cpp:482
-
GpgFrontend::UI::TextEdit::SlotSwitchTabUp
void SlotSwitchTabUp() const
Definition: TextEdit.cpp:494
-
GpgFrontend::UI::TextEdit::SlotPrint
void SlotPrint()
Definition: TextEdit.cpp:460
+
GpgFrontend::UI::TextEdit::SlotShowModified
void SlotShowModified() const
Definition: TextEdit.cpp:480
+
GpgFrontend::UI::TextEdit::SlotSwitchTabUp
void SlotSwitchTabUp() const
Definition: TextEdit.cpp:492
+
GpgFrontend::UI::TextEdit::SlotPrint
void SlotPrint()
Definition: TextEdit.cpp:458
GpgFrontend::UI::TextEdit::slot_remove_tab
void slot_remove_tab(int index)
Definition: TextEdit.cpp:243
-
GpgFrontend::UI::TextEdit::SlotUndo
void SlotUndo() const
Definition: TextEdit.cpp:557
+
GpgFrontend::UI::TextEdit::SlotUndo
void SlotUndo() const
Definition: TextEdit.cpp:555
GpgFrontend::UI::FilePage
Definition: FilePage.h:45
-
GpgFrontend::UI::PlainTextEditorPage::GetTextPage
QPlainTextEdit * GetTextPage()
Definition: PlainTextEditorPage.cpp:79
+
GpgFrontend::UI::PlainTextEditorPage::GetTextPage
QPlainTextEdit * GetTextPage()
Definition: PlainTextEditorPage.cpp:81
GpgFrontend::UI::TextEdit::SlotSave
void SlotSave()
Definition: TextEdit.cpp:148
-
GpgFrontend::UI::PlainTextEditorPage::WillCharsetChange
bool WillCharsetChange() const
detect if the charset of the file will change
Definition: PlainTextEditorPage.cpp:81
-
GpgFrontend::UI::TextEdit::stripped_name
static QString stripped_name(const QString &full_file_name)
Definition: TextEdit.cpp:456
+
GpgFrontend::UI::PlainTextEditorPage::WillCharsetChange
bool WillCharsetChange() const
detect if the charset of the file will change
Definition: PlainTextEditorPage.cpp:83
+
GpgFrontend::UI::TextEdit::stripped_name
static QString stripped_name(const QString &full_file_name)
Definition: TextEdit.cpp:454
GpgFrontend::UI::TextEdit::save_file
bool save_file(const QString &fileName)
Saves the content of currentTab to the file filename.
Definition: TextEdit.cpp:164
-
GpgFrontend::UI::TextEdit::TabCount
int TabCount() const
Definition: TextEdit.cpp:392
+
GpgFrontend::UI::TextEdit::TabCount
int TabCount() const
Definition: TextEdit.cpp:390
GpgFrontend::UI::TextEdit::SlotCloseTab
void SlotCloseTab()
Definition: TextEdit.cpp:236
GpgFrontend::UI::PlainTextEditorPage::ReadDone
bool ReadDone() const
Definition: PlainTextEditorPage.h:101
GpgFrontend::UI::TextEdit::SlotNewTab
void SlotNewTab()
Definition: TextEdit.cpp:54
GpgFrontend::UI::TextEdit::maybe_save_current_tab
bool maybe_save_current_tab(bool askToSave)
Definition: TextEdit.cpp:276
GpgFrontend::UI::QuitDialog
Definition: QuitDialog.h:40
GpgFrontend::UI::QuitDialog::GetTabIdsToSave
QList< int > GetTabIdsToSave()
Get the Tab Ids To Save object.
Definition: QuitDialog.cpp:135
-
GpgFrontend::UI::TextEdit::SlotSwitchTabDown
void SlotSwitchTabDown() const
Definition: TextEdit.cpp:501
-
GpgFrontend::UI::PlainTextEditorPage::NotifyFileSaved
void NotifyFileSaved()
notify the user that the file has been saved.
Definition: PlainTextEditorPage.cpp:92
-
GpgFrontend::UI::TextEdit::CurTextPage
PlainTextEditorPage * CurTextPage() const
Definition: TextEdit.cpp:379
+
GpgFrontend::UI::TextEdit::SlotSwitchTabDown
void SlotSwitchTabDown() const
Definition: TextEdit.cpp:499
+
GpgFrontend::UI::PlainTextEditorPage::NotifyFileSaved
void NotifyFileSaved()
notify the user that the file has been saved.
Definition: PlainTextEditorPage.cpp:94
+
GpgFrontend::UI::TextEdit::CurTextPage
PlainTextEditorPage * CurTextPage() const
Definition: TextEdit.cpp:377
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
GpgFrontend::UI
Definition: FileReadTask.cpp:31
GpgFrontend::UI::VerifyDetailsDialog
Definition: VerifyDetailsDialog.h:41
GpgFrontend::UI::VerifyDetailsDialog::VerifyDetailsDialog
VerifyDetailsDialog(QWidget *parent, GpgError error, GpgVerifyResult result)
Construct a new Verify Details Dialog object.
Definition: VerifyDetailsDialog.cpp:35
GpgFrontend::UI::KeyList
Definition: KeyList.h:152
diff --git a/docs/html/VerifyKeyDetailBox_8h_source.html b/docs/html/VerifyKeyDetailBox_8h_source.html index a9f6f668..1f727fb5 100644 --- a/docs/html/VerifyKeyDetailBox_8h_source.html +++ b/docs/html/VerifyKeyDetailBox_8h_source.html @@ -115,7 +115,7 @@ $(document).ready(function(){initNavTree('VerifyKeyDetailBox_8h_source.html','')
GpgFrontend::beautify_fingerprint
GPGFRONTEND_CORE_EXPORT std::string beautify_fingerprint(BypeArrayConstRef fingerprint)
Definition: GpgConstants.cpp:87
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
GpgFrontend::UI
Definition: FileReadTask.cpp:31
GpgFrontend::GpgSignature::GetFingerprint
std::string GetFingerprint() const
Definition: GpgSignature.cpp:116
GpgFrontend::SingletonFunctionObject< GpgKeyGetter >::GetInstance
static GpgKeyGetter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:181
GpgFrontend::GpgSignature
Definition: GpgSignature.h:43
diff --git a/docs/html/VersionCheckThread_8h_source.html b/docs/html/VersionCheckThread_8h_source.html index 18c9eb61..c9d877f9 100644 --- a/docs/html/VersionCheckThread_8h_source.html +++ b/docs/html/VersionCheckThread_8h_source.html @@ -118,7 +118,7 @@ $(document).ready(function(){initNavTree('VersionCheckThread_8h_source.html','')
75 #endif // GPGFRONTEND_VERSIONCHECKTHREAD_H
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
GpgFrontend::UI
Definition: FileReadTask.cpp:31
GpgFrontend::UI::SoftwareVersion
Definition: SoftwareVersion.h:39
GpgFrontend::UI::VersionCheckThread::SignalUpgradeVersion
void SignalUpgradeVersion(SoftwareVersion version)
GpgFrontend::UI::VersionCheckThread
Definition: VersionCheckThread.h:41
diff --git a/docs/html/WaitingDialog_8h_source.html b/docs/html/WaitingDialog_8h_source.html index 7ffe222c..a9a017d4 100644 --- a/docs/html/WaitingDialog_8h_source.html +++ b/docs/html/WaitingDialog_8h_source.html @@ -106,7 +106,7 @@ $(document).ready(function(){initNavTree('WaitingDialog_8h_source.html',''); ini
GpgFrontend::UI::WaitingDialog
Definition: WaitingDialog.h:40
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
GpgFrontend::UI
Definition: FileReadTask.cpp:31
GpgFrontend::UI::WaitingDialog::WaitingDialog
WaitingDialog(const QString &title, QWidget *parent)
Construct a new Waiting Dialog object.
Definition: WaitingDialog.cpp:33
-
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
+
GpgFrontend::UI
Definition: FileReadTask.cpp:31
GpgFrontend::UI::Wizard::Wizard
Wizard(QWidget *parent=nullptr)
Construct a new Wizard object.
Definition: Wizard.cpp:35
GpgFrontend::UI::KeyGenPage
Definition: Wizard.h:133
GpgFrontend::GlobalSettingStation::SyncSettings
void SyncSettings() noexcept
sync the settings to the file
Definition: GlobalSettingStation.cpp:33
diff --git a/docs/html/annotated.html b/docs/html/annotated.html index 0f2720b5..c3b7f489 100644 --- a/docs/html/annotated.html +++ b/docs/html/annotated.html @@ -89,71 +89,75 @@ $(document).ready(function(){initNavTree('annotated.html',''); initResizable();
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1ChannelObject.html b/docs/html/classGpgFrontend_1_1ChannelObject.html index ae741803..519a7020 100644 --- a/docs/html/classGpgFrontend_1_1ChannelObject.html +++ b/docs/html/classGpgFrontend_1_1ChannelObject.html @@ -102,32 +102,34 @@ Inheritance diagram for GpgFrontend::ChannelObject:
Inheritance graph
- - - + + + + - + - - + + - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + +
diff --git a/docs/html/classGpgFrontend_1_1ChannelObject__inherit__graph.map b/docs/html/classGpgFrontend_1_1ChannelObject__inherit__graph.map index 1d310521..63544768 100644 --- a/docs/html/classGpgFrontend_1_1ChannelObject__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1ChannelObject__inherit__graph.map @@ -1,28 +1,30 @@ - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1ChannelObject__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1ChannelObject__inherit__graph.md5 index 2f03f451..10464e9f 100644 --- a/docs/html/classGpgFrontend_1_1ChannelObject__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1ChannelObject__inherit__graph.md5 @@ -1 +1 @@ -859ce943a8cab88aadef2eaccc278411 \ No newline at end of file +ecfcac9329e249928a71339112977894 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1ChannelObject__inherit__graph.png b/docs/html/classGpgFrontend_1_1ChannelObject__inherit__graph.png index cb4ee912..d7e9814f 100644 Binary files a/docs/html/classGpgFrontend_1_1ChannelObject__inherit__graph.png and b/docs/html/classGpgFrontend_1_1ChannelObject__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1CoreCommonUtil.html b/docs/html/classGpgFrontend_1_1CoreCommonUtil.html index c29034b4..26bb107f 100644 --- a/docs/html/classGpgFrontend_1_1CoreCommonUtil.html +++ b/docs/html/classGpgFrontend_1_1CoreCommonUtil.html @@ -157,7 +157,7 @@ static std::unique_ptr< Referenced by GpgFrontend::UI::CommonUtils::CommonUtils(), and GpgFrontend::CtxCheckThread::CtxCheckThread().

+

Referenced by GpgFrontend::UI::CommonUtils::CommonUtils(), and GpgFrontend::Thread::CtxCheckTask::CtxCheckTask().

diff --git a/docs/html/classGpgFrontend_1_1CtxCheckThread-members.html b/docs/html/classGpgFrontend_1_1CtxCheckThread-members.html deleted file mode 100644 index 96957320..00000000 --- a/docs/html/classGpgFrontend_1_1CtxCheckThread-members.html +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - -GpgFrontend Project: Member List - - - - - - - - - - - - - -
-
-
 NGpgFrontend
 NUI
 C_result_ref_deletorResult Deleter
 CArchiveFileOperator
 CArchiveStruct
 CChannelObjectObject which in channel system
 CCharsetOperator
 CCoreCommonUtil
 CCtxCheckThread
 NThread
 NUI
 C_result_ref_deletorResult Deleter
 CArchiveFileOperator
 CArchiveStruct
 CChannelObjectObject which in channel system
 CCharsetOperator
 CCoreCommonUtil
 CDataObjectOperator
 CFileOperatorFile operations
 CGenKeyInfo
- - - - - -
-
GpgFrontend Project -
-
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
-
-
- - - - - - - - -
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
GpgFrontend::CtxCheckThread Member List
-
-
- -

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

- - - - -
CtxCheckThread()GpgFrontend::CtxCheckThread
run() override (defined in GpgFrontend::CtxCheckThread)GpgFrontend::CtxCheckThreadprotected
SignalGnupgNotInstall() (defined in GpgFrontend::CtxCheckThread)GpgFrontend::CtxCheckThreadsignal
-
- - - - diff --git a/docs/html/classGpgFrontend_1_1CtxCheckThread.js b/docs/html/classGpgFrontend_1_1CtxCheckThread.js deleted file mode 100644 index 1120a96e..00000000 --- a/docs/html/classGpgFrontend_1_1CtxCheckThread.js +++ /dev/null @@ -1,6 +0,0 @@ -var classGpgFrontend_1_1CtxCheckThread = -[ - [ "CtxCheckThread", "classGpgFrontend_1_1CtxCheckThread.html#a48cefc5f06e87df15c8336017d2b322f", null ], - [ "run", "classGpgFrontend_1_1CtxCheckThread.html#aac143090d3e4377494fda36cdb12a357", null ], - [ "SignalGnupgNotInstall", "classGpgFrontend_1_1CtxCheckThread.html#a4b0b22c5d85fa9226c18d51b9217e998", null ] -]; \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1CtxCheckThread__coll__graph.map b/docs/html/classGpgFrontend_1_1CtxCheckThread__coll__graph.map deleted file mode 100644 index 02098cd7..00000000 --- a/docs/html/classGpgFrontend_1_1CtxCheckThread__coll__graph.map +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/docs/html/classGpgFrontend_1_1CtxCheckThread__coll__graph.md5 b/docs/html/classGpgFrontend_1_1CtxCheckThread__coll__graph.md5 deleted file mode 100644 index f4cdc9ba..00000000 --- a/docs/html/classGpgFrontend_1_1CtxCheckThread__coll__graph.md5 +++ /dev/null @@ -1 +0,0 @@ -e55cc4989efd2e0548bdce4f8cf5460f \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1CtxCheckThread__coll__graph.png b/docs/html/classGpgFrontend_1_1CtxCheckThread__coll__graph.png deleted file mode 100644 index 47f27dcb..00000000 Binary files a/docs/html/classGpgFrontend_1_1CtxCheckThread__coll__graph.png and /dev/null differ diff --git a/docs/html/classGpgFrontend_1_1CtxCheckThread__inherit__graph.map b/docs/html/classGpgFrontend_1_1CtxCheckThread__inherit__graph.map deleted file mode 100644 index 02098cd7..00000000 --- a/docs/html/classGpgFrontend_1_1CtxCheckThread__inherit__graph.map +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/docs/html/classGpgFrontend_1_1CtxCheckThread__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1CtxCheckThread__inherit__graph.md5 deleted file mode 100644 index f4cdc9ba..00000000 --- a/docs/html/classGpgFrontend_1_1CtxCheckThread__inherit__graph.md5 +++ /dev/null @@ -1 +0,0 @@ -e55cc4989efd2e0548bdce4f8cf5460f \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1CtxCheckThread__inherit__graph.png b/docs/html/classGpgFrontend_1_1CtxCheckThread__inherit__graph.png deleted file mode 100644 index 47f27dcb..00000000 Binary files a/docs/html/classGpgFrontend_1_1CtxCheckThread__inherit__graph.png and /dev/null differ diff --git a/docs/html/classGpgFrontend_1_1GpgKeyGetter.html b/docs/html/classGpgFrontend_1_1GpgKeyGetter.html index 77db3501..f35586e4 100644 --- a/docs/html/classGpgFrontend_1_1GpgKeyGetter.html +++ b/docs/html/classGpgFrontend_1_1GpgKeyGetter.html @@ -325,7 +325,7 @@ Additional Inherited Members

References GpgFrontend::check_gpg_error_2_err_code().

-

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

+

Referenced by GpgFrontend::Thread::CtxCheckTask::Run(), and GpgFrontend::UI::CommonUtils::slot_update_key_status().

diff --git a/docs/html/classGpgFrontend_1_1SingletonFunctionObject.html b/docs/html/classGpgFrontend_1_1SingletonFunctionObject.html index f2434d06..f8d2eab0 100644 --- a/docs/html/classGpgFrontend_1_1SingletonFunctionObject.html +++ b/docs/html/classGpgFrontend_1_1SingletonFunctionObject.html @@ -98,32 +98,34 @@ Inheritance diagram for GpgFrontend::SingletonFunctionObject< T >:
Inheritance graph
- + - - - + + + - - - + + + + - - - - - - - - - - + + + + + + + + + + +
diff --git a/docs/html/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.map b/docs/html/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.map index 00ff3666..c09aa8aa 100644 --- a/docs/html/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.map @@ -1,28 +1,30 @@ - + - - - + + + - - - + + + + - - - - - - - - - - + + + + + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.md5 index 1a81fd7f..f6032bab 100644 --- a/docs/html/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.md5 @@ -1 +1 @@ -58df48b1e63d97249058311edd2a4d0f \ No newline at end of file +b6af3f17df8c75e787dfff4934f053ca \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.png b/docs/html/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.png index d2d068e0..ef51adee 100644 Binary files a/docs/html/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.png and b/docs/html/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1CtxCheckTask-members.html b/docs/html/classGpgFrontend_1_1Thread_1_1CtxCheckTask-members.html new file mode 100644 index 00000000..458b95d8 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1Thread_1_1CtxCheckTask-members.html @@ -0,0 +1,122 @@ + + + + + + + +GpgFrontend Project: Member List + + + + + + + + + + + + + +
+
+ + + + + + +
+
GpgFrontend Project +
+
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
GpgFrontend::Thread::CtxCheckTask Member List
+
+
+ +

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

+ + + + + + + + + + + + + + + + + + + + +
before_finish_task() (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
callback_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
CtxCheckTask()GpgFrontend::Thread::CtxCheckTask
finish_after_run_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
init() (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
rtn_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
run() override (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivatevirtual
Run() overrideGpgFrontend::Thread::CtxCheckTaskprotectedvirtual
runnable_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
SetFinishAfterRun(bool finish_after_run) (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprotected
SetRTN(int rtn) (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprotected
SignalGnupgNotInstall() (defined in GpgFrontend::Thread::CtxCheckTask)GpgFrontend::Thread::CtxCheckTasksignal
SignalTaskFinished() (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Tasksignal
Task()GpgFrontend::Thread::Task
Task(TaskCallback callback)GpgFrontend::Thread::Task
Task(TaskRunnable runnable, TaskCallback callback=[](int) {})GpgFrontend::Thread::Task
TaskCallback typedef (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Task
TaskRunnable typedef (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Task
~Task() overrideGpgFrontend::Thread::Taskvirtual
+
+ + + + diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1CtxCheckTask.html b/docs/html/classGpgFrontend_1_1Thread_1_1CtxCheckTask.html new file mode 100644 index 00000000..ef494e5d --- /dev/null +++ b/docs/html/classGpgFrontend_1_1Thread_1_1CtxCheckTask.html @@ -0,0 +1,246 @@ + + + + + + + +GpgFrontend Project: GpgFrontend::Thread::CtxCheckTask Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
GpgFrontend Project +
+
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
GpgFrontend::Thread::CtxCheckTask Class Reference
+
+
+
+Inheritance diagram for GpgFrontend::Thread::CtxCheckTask:
+
+
Inheritance graph
+ + + + + + +
+
+Collaboration diagram for GpgFrontend::Thread::CtxCheckTask:
+
+
Collaboration graph
+ + + + + + +
+ + + + + + + +

+Signals

+void SignalGnupgNotInstall ()
 
- Signals inherited from GpgFrontend::Thread::Task
+void SignalTaskFinished ()
 
+ + + + + + + + + + + + + + + + + +

+Public Member Functions

 CtxCheckTask ()
 Construct a new Ctx Check Thread object. More...
 
- Public Member Functions inherited from GpgFrontend::Thread::Task
 Task ()
 Construct a new Task object. More...
 
 Task (TaskCallback callback)
 Construct a new Task object. More...
 
 Task (TaskRunnable runnable, TaskCallback callback=[](int) {})
 Construct a new Task object. More...
 
virtual ~Task () override
 Destroy the Task object. More...
 
+ + + + + + + + + +

+Protected Member Functions

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

+Additional Inherited Members

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

Constructor & Destructor Documentation

+ +

◆ CtxCheckTask()

+ +
+
+ + + + + + + +
GpgFrontend::Thread::CtxCheckTask::CtxCheckTask ()
+
+ +

Construct a new Ctx Check Thread object.

+

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 GpgFrontend::CoreCommonUtil::GetInstance().

+ +
+
+

Member Function Documentation

+ +

◆ Run()

+ +
+
+ + + + + +
+ + + + + + + +
void GpgFrontend::Thread::CtxCheckTask::Run ()
+
+overrideprotectedvirtual
+
+
+
The documentation for this class was generated from the following files: +
+
+ + + + diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1CtxCheckTask.js b/docs/html/classGpgFrontend_1_1Thread_1_1CtxCheckTask.js new file mode 100644 index 00000000..4c8f0a3f --- /dev/null +++ b/docs/html/classGpgFrontend_1_1Thread_1_1CtxCheckTask.js @@ -0,0 +1,6 @@ +var classGpgFrontend_1_1Thread_1_1CtxCheckTask = +[ + [ "CtxCheckTask", "classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a9d5f0969bcedc5687e0a50ed3b36a869", null ], + [ "Run", "classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a1c94cb1290df40a9043fe2d1a9a231f2", null ], + [ "SignalGnupgNotInstall", "classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a7eb264d11146110a8783a8a209ef9c2a", null ] +]; \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1CtxCheckTask__coll__graph.map b/docs/html/classGpgFrontend_1_1Thread_1_1CtxCheckTask__coll__graph.map new file mode 100644 index 00000000..92e3d751 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1Thread_1_1CtxCheckTask__coll__graph.map @@ -0,0 +1,6 @@ + + + + + + diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1CtxCheckTask__coll__graph.md5 b/docs/html/classGpgFrontend_1_1Thread_1_1CtxCheckTask__coll__graph.md5 new file mode 100644 index 00000000..96b7d63e --- /dev/null +++ b/docs/html/classGpgFrontend_1_1Thread_1_1CtxCheckTask__coll__graph.md5 @@ -0,0 +1 @@ +a862bb140e7c62611e10a62b2ad6c21b \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1CtxCheckTask__coll__graph.png b/docs/html/classGpgFrontend_1_1Thread_1_1CtxCheckTask__coll__graph.png new file mode 100644 index 00000000..8d8c0b95 Binary files /dev/null and b/docs/html/classGpgFrontend_1_1Thread_1_1CtxCheckTask__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1CtxCheckTask__inherit__graph.map b/docs/html/classGpgFrontend_1_1Thread_1_1CtxCheckTask__inherit__graph.map new file mode 100644 index 00000000..92e3d751 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1Thread_1_1CtxCheckTask__inherit__graph.map @@ -0,0 +1,6 @@ + + + + + + diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1CtxCheckTask__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1Thread_1_1CtxCheckTask__inherit__graph.md5 new file mode 100644 index 00000000..96b7d63e --- /dev/null +++ b/docs/html/classGpgFrontend_1_1Thread_1_1CtxCheckTask__inherit__graph.md5 @@ -0,0 +1 @@ +a862bb140e7c62611e10a62b2ad6c21b \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1CtxCheckTask__inherit__graph.png b/docs/html/classGpgFrontend_1_1Thread_1_1CtxCheckTask__inherit__graph.png new file mode 100644 index 00000000..8d8c0b95 Binary files /dev/null and b/docs/html/classGpgFrontend_1_1Thread_1_1CtxCheckTask__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1Task-members.html b/docs/html/classGpgFrontend_1_1Thread_1_1Task-members.html new file mode 100644 index 00000000..330c2b37 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1Thread_1_1Task-members.html @@ -0,0 +1,121 @@ + + + + + + + +GpgFrontend Project: Member List + + + + + + + + + + + + + +
+
+ + + + + + +
+
GpgFrontend Project +
+
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
GpgFrontend::Thread::Task Member List
+
+
+ +

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

+ + + + + + + + + + + + + + + + + + + +
before_finish_task() (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
callback_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
finish_after_run_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
init() (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
rtn_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
Run()GpgFrontend::Thread::Taskvirtual
run() override (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivatevirtual
runnable_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
SetFinishAfterRun(bool finish_after_run) (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprotected
SetRTN(int rtn) (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprotected
SignalTaskFinished() (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Tasksignal
Task()GpgFrontend::Thread::Task
Task(TaskCallback callback)GpgFrontend::Thread::Task
Task(TaskRunnable runnable, TaskCallback callback=[](int) {})GpgFrontend::Thread::Task
TaskCallback typedef (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Task
TaskRunnable typedef (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Task
TaskRunner (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskfriend
~Task() overrideGpgFrontend::Thread::Taskvirtual
+
+ + + + diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1Task.html b/docs/html/classGpgFrontend_1_1Thread_1_1Task.html new file mode 100644 index 00000000..ceb72d9c --- /dev/null +++ b/docs/html/classGpgFrontend_1_1Thread_1_1Task.html @@ -0,0 +1,358 @@ + + + + + + + +GpgFrontend Project: GpgFrontend::Thread::Task Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
GpgFrontend Project +
+
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ + +
+
+Inheritance diagram for GpgFrontend::Thread::Task:
+
+
Inheritance graph
+ + + + + + + +
+
+Collaboration diagram for GpgFrontend::Thread::Task:
+
+
Collaboration graph
+ + + + + +
+ + + + + + +

+Public Types

+using TaskRunnable = std::function< int()>
 
+using TaskCallback = std::function< void(int)>
 
+ + + +

+Signals

+void SignalTaskFinished ()
 
+ + + + + + + + + + + + + + + + +

+Public Member Functions

 Task ()
 Construct a new Task object. More...
 
 Task (TaskCallback callback)
 Construct a new Task object. More...
 
 Task (TaskRunnable runnable, TaskCallback callback=[](int) {})
 Construct a new Task object. More...
 
virtual ~Task () override
 Destroy the Task object. More...
 
virtual void Run ()
 Run - run the task. More...
 
+ + + + + +

+Protected Member Functions

+void SetFinishAfterRun (bool finish_after_run)
 
+void SetRTN (int rtn)
 
+ + + + + + + +

+Private Member Functions

+void before_finish_task ()
 
+void init ()
 
+virtual void run () override
 
+ + + + + + + + + +

+Private Attributes

+TaskCallback callback_
 
+TaskRunnable runnable_
 
+bool finish_after_run_ = true
 
+int rtn_ = 0
 
+ + + +

+Friends

+class TaskRunner
 
+

Constructor & Destructor Documentation

+ +

◆ Task() [1/3]

+ +
+
+ + + + + + + +
GpgFrontend::Thread::Task::Task ()
+
+ +

Construct a new Task object.

+

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.

+ +
+
+ +

◆ Task() [2/3]

+ +
+
+ + + + + + + + +
GpgFrontend::Thread::Task::Task (TaskCallback callback)
+
+ +

Construct a new Task object.

+
Parameters
+ + +
callbackThe callback function to be executed. callback must not be nullptr, and not tp opreate UI object.
+
+
+ +
+
+ +

◆ Task() [3/3]

+ +
+
+ + + + + + + + + + + + + + + + + + +
GpgFrontend::Thread::Task::Task (TaskRunnable runnable,
TaskCallback callback = [](int) {} 
)
+
+ +

Construct a new Task object.

+
Parameters
+ + +
runnable
+
+
+ +
+
+ +

◆ ~Task()

+ +
+
+ + + + + +
+ + + + + + + +
GpgFrontend::Thread::Task::~Task ()
+
+overridevirtualdefault
+
+ +

Destroy the Task object.

+ +
+
+

Member Function Documentation

+ +

◆ Run()

+ +
+
+ + + + + +
+ + + + + + + +
void GpgFrontend::Thread::Task::Run ()
+
+virtual
+
+ +

Run - run the task.

+ +

Reimplemented in GpgFrontend::Thread::CtxCheckTask, and GpgFrontend::UI::FileReadTask.

+ +
+
+
The documentation for this class was generated from the following files:
    +
  • src/core/thread/Task.h
  • +
  • src/core/thread/Task.cpp
  • +
+
+
+ + + + diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1Task.js b/docs/html/classGpgFrontend_1_1Thread_1_1Task.js new file mode 100644 index 00000000..c2277d9c --- /dev/null +++ b/docs/html/classGpgFrontend_1_1Thread_1_1Task.js @@ -0,0 +1,21 @@ +var classGpgFrontend_1_1Thread_1_1Task = +[ + [ "TaskCallback", "classGpgFrontend_1_1Thread_1_1Task.html#a2fd7b685209eec91ef5115f98cad91d4", null ], + [ "TaskRunnable", "classGpgFrontend_1_1Thread_1_1Task.html#a6aa871035cc05445c831cb682c5ff8eb", null ], + [ "Task", "classGpgFrontend_1_1Thread_1_1Task.html#a1ec53d301fc83e0da39e43055ded5d14", null ], + [ "Task", "classGpgFrontend_1_1Thread_1_1Task.html#a57754a42ad43000a1c1d3c98a29edbb2", null ], + [ "Task", "classGpgFrontend_1_1Thread_1_1Task.html#a91e831792863218c044fc3b0b0d17808", null ], + [ "~Task", "classGpgFrontend_1_1Thread_1_1Task.html#a37766a505662b33ad14672c29e209ea8", null ], + [ "before_finish_task", "classGpgFrontend_1_1Thread_1_1Task.html#a98486634324dc28d05fb0b812ed807e3", null ], + [ "init", "classGpgFrontend_1_1Thread_1_1Task.html#a5ee1ea118ac5d91f005faecef54742b8", null ], + [ "Run", "classGpgFrontend_1_1Thread_1_1Task.html#ac60aa71a24f452fd8031597ff4cbbd00", null ], + [ "run", "classGpgFrontend_1_1Thread_1_1Task.html#a024a05bb89556c5b93336cb35d4bd10c", null ], + [ "SetFinishAfterRun", "classGpgFrontend_1_1Thread_1_1Task.html#a689969e7d88ba7ad73a693a1b38aedd7", null ], + [ "SetRTN", "classGpgFrontend_1_1Thread_1_1Task.html#aa6d702417bdd6a88c447ed6a457fa098", null ], + [ "SignalTaskFinished", "classGpgFrontend_1_1Thread_1_1Task.html#af50c7642efe45554c61943fb3d8825b3", null ], + [ "TaskRunner", "classGpgFrontend_1_1Thread_1_1Task.html#a1956d94b45592a4096a335641aab65f8", null ], + [ "callback_", "classGpgFrontend_1_1Thread_1_1Task.html#a5b47295d027309aee116d219b50de4f8", null ], + [ "finish_after_run_", "classGpgFrontend_1_1Thread_1_1Task.html#a4f29cfb3a72d718da6d835f3a049f7cc", null ], + [ "rtn_", "classGpgFrontend_1_1Thread_1_1Task.html#ad6388db7b0e4960db5bf8296481481dd", null ], + [ "runnable_", "classGpgFrontend_1_1Thread_1_1Task.html#a0cb0482d29d502870dc8d38b8aaedf68", null ] +]; \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1FileReadThread-members.html b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunner-members.html similarity index 64% rename from docs/html/classGpgFrontend_1_1UI_1_1FileReadThread-members.html rename to docs/html/classGpgFrontend_1_1Thread_1_1TaskRunner-members.html index 3823f1ef..79b1fea5 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1FileReadThread-members.html +++ b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunner-members.html @@ -63,7 +63,7 @@ $(function() {
@@ -83,17 +83,18 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1FileReadThre
-
GpgFrontend::UI::FileReadThread Member List
+
GpgFrontend::Thread::TaskRunner Member List
-

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

+

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

- - - - - + + + + + +
FileReadThread(std::string path)GpgFrontend::UI::FileReadThreadexplicit
path_ (defined in GpgFrontend::UI::FileReadThread)GpgFrontend::UI::FileReadThreadprivate
run() override (defined in GpgFrontend::UI::FileReadThread)GpgFrontend::UI::FileReadThreadprotected
SignalReadDone() (defined in GpgFrontend::UI::FileReadThread)GpgFrontend::UI::FileReadThreadsignal
SignalSendReadBlock(const std::string &block)GpgFrontend::UI::FileReadThreadsignal
PostTask(Task *task)GpgFrontend::Thread::TaskRunnerslot
run() override (defined in GpgFrontend::Thread::TaskRunner)GpgFrontend::Thread::TaskRunner
TaskRunner()GpgFrontend::Thread::TaskRunner
tasksGpgFrontend::Thread::TaskRunnerprivate
tasks_mutex_GpgFrontend::Thread::TaskRunnerprivate
~TaskRunner() overrideGpgFrontend::Thread::TaskRunnervirtual
diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunner.html b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunner.html new file mode 100644 index 00000000..14771791 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunner.html @@ -0,0 +1,261 @@ + + + + + + + +GpgFrontend Project: GpgFrontend::Thread::TaskRunner Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
GpgFrontend Project +
+
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
GpgFrontend::Thread::TaskRunner Class Reference
+
+
+
+Inheritance diagram for GpgFrontend::Thread::TaskRunner:
+
+
Inheritance graph
+ + + + +
+
+Collaboration diagram for GpgFrontend::Thread::TaskRunner:
+
+
Collaboration graph
+ + + + + + + + + + + +
+ + + + +

+Public Slots

void PostTask (Task *task)
 
+ + + + + + + + + +

+Public Member Functions

 TaskRunner ()
 Construct a new Task Runner object. More...
 
virtual ~TaskRunner () override
 Destroy the Task Runner object. More...
 
+void run () override
 
+ + + + + + + +

+Private Attributes

+std::queue< Task * > tasks
 The task queue.
 
+std::mutex tasks_mutex_
 The task queue mutex.
 
+

Constructor & Destructor Documentation

+ +

◆ TaskRunner()

+ +
+
+ + + + + +
+ + + + + + + +
GpgFrontend::Thread::TaskRunner::TaskRunner ()
+
+default
+
+ +

Construct a new Task Runner object.

+

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.

+ +
+
+ +

◆ ~TaskRunner()

+ +
+
+ + + + + +
+ + + + + + + +
GpgFrontend::Thread::TaskRunner::~TaskRunner ()
+
+overridevirtualdefault
+
+ +

Destroy the Task Runner object.

+ +
+
+

Member Function Documentation

+ +

◆ PostTask

+ +
+
+ + + + + +
+ + + + + + + + +
void GpgFrontend::Thread::TaskRunner::PostTask (Tasktask)
+
+slot
+
+
Parameters
+ + +
task
+
+
+ +

References tasks, and tasks_mutex_.

+ +
+
+
The documentation for this class was generated from the following files: +
+
+ + + + diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunner.js b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunner.js new file mode 100644 index 00000000..4d471b80 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunner.js @@ -0,0 +1,9 @@ +var classGpgFrontend_1_1Thread_1_1TaskRunner = +[ + [ "TaskRunner", "classGpgFrontend_1_1Thread_1_1TaskRunner.html#ad3c8612cbe60112f9b14e616fb0a4acf", null ], + [ "~TaskRunner", "classGpgFrontend_1_1Thread_1_1TaskRunner.html#ac3e57b59d537e2a75e741d4a5418ae6d", null ], + [ "PostTask", "classGpgFrontend_1_1Thread_1_1TaskRunner.html#a4fae01eb0a5b296b8c4c6bf8408f1c6b", null ], + [ "run", "classGpgFrontend_1_1Thread_1_1TaskRunner.html#a66d2cce41130ada199636815c52332a6", null ], + [ "tasks", "classGpgFrontend_1_1Thread_1_1TaskRunner.html#a774775e9a91d33072b27dcf78cead6e2", null ], + [ "tasks_mutex_", "classGpgFrontend_1_1Thread_1_1TaskRunner.html#a5e72f1ce00d41c225a4304f1ed20b3f1", null ] +]; \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter-members.html b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter-members.html new file mode 100644 index 00000000..27abeaab --- /dev/null +++ b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter-members.html @@ -0,0 +1,130 @@ + + + + + + + +GpgFrontend Project: Member List + + + + + + + + + + + + + +
+
+ + + + + + +
+
GpgFrontend Project +
+
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
GpgFrontend::Thread::TaskRunnerGetter Member List
+
+
+ +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
_default_channelGpgFrontend::ChannelObjectprivatestatic
channel_GpgFrontend::ChannelObjectprivate
ChannelObject() noexceptGpgFrontend::ChannelObject
ChannelObject(int channel)GpgFrontend::ChannelObject
CreateInstance(int channel, std::function< std::unique_ptr< ChannelObject >(void)> factory)GpgFrontend::SingletonFunctionObject< TaskRunnerGetter >inlinestatic
GetAllChannelId()GpgFrontend::SingletonFunctionObject< TaskRunnerGetter >inlinestatic
GetChannel() constGpgFrontend::SingletonFunctionObject< TaskRunnerGetter >inline
GpgFrontend::ChannelObject::GetChannel() constGpgFrontend::ChannelObject
GetDefaultChannel()GpgFrontend::SingletonFunctionObject< TaskRunnerGetter >inlinestatic
GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)GpgFrontend::SingletonFunctionObject< TaskRunnerGetter >inlinestatic
GetTaskRunner(TaskRunnerType runner_type=kTaskRunnerType_Default) (defined in GpgFrontend::Thread::TaskRunnerGetter)GpgFrontend::Thread::TaskRunnerGetter
kTaskRunnerType_Default enum value (defined in GpgFrontend::Thread::TaskRunnerGetter)GpgFrontend::Thread::TaskRunnerGetter
kTaskRunnerType_GPG enum value (defined in GpgFrontend::Thread::TaskRunnerGetter)GpgFrontend::Thread::TaskRunnerGetter
kTaskRunnerType_IO enum value (defined in GpgFrontend::Thread::TaskRunnerGetter)GpgFrontend::Thread::TaskRunnerGetter
operator=(const SingletonFunctionObject< TaskRunnerGetter > &)=deleteGpgFrontend::SingletonFunctionObject< TaskRunnerGetter >
operator=(const TaskRunnerGetter &)=delete (defined in GpgFrontend::SingletonFunctionObject< TaskRunnerGetter >)GpgFrontend::SingletonFunctionObject< TaskRunnerGetter >
ReleaseChannel(int channel)GpgFrontend::SingletonFunctionObject< TaskRunnerGetter >inlinestatic
SetChannel(int channel)GpgFrontend::ChannelObject
SingletonFunctionObject(const SingletonFunctionObject< TaskRunnerGetter > &)=deleteGpgFrontend::SingletonFunctionObject< TaskRunnerGetter >
SingletonFunctionObject(TaskRunnerGetter &&)=deleteGpgFrontend::SingletonFunctionObject< TaskRunnerGetter >
SingletonFunctionObject(const TaskRunnerGetter &)=deleteGpgFrontend::SingletonFunctionObject< TaskRunnerGetter >
SingletonFunctionObject()=defaultGpgFrontend::SingletonFunctionObject< TaskRunnerGetter >protected
SingletonFunctionObject(int channel)GpgFrontend::SingletonFunctionObject< TaskRunnerGetter >inlineexplicitprotected
task_runners_ (defined in GpgFrontend::Thread::TaskRunnerGetter)GpgFrontend::Thread::TaskRunnerGetterprivate
TaskRunnerGetter(int channel=SingletonFunctionObject::GetDefaultChannel())GpgFrontend::Thread::TaskRunnerGetter
TaskRunnerType enum name (defined in GpgFrontend::Thread::TaskRunnerGetter)GpgFrontend::Thread::TaskRunnerGetter
~SingletonFunctionObject()=defaultGpgFrontend::SingletonFunctionObject< TaskRunnerGetter >protectedvirtual
+
+ + + + diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html new file mode 100644 index 00000000..b40e3cd9 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html @@ -0,0 +1,257 @@ + + + + + + + +GpgFrontend Project: GpgFrontend::Thread::TaskRunnerGetter Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
GpgFrontend Project +
+
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
GpgFrontend::Thread::TaskRunnerGetter Class Reference
+
+
+
+Inheritance diagram for GpgFrontend::Thread::TaskRunnerGetter:
+
+
Inheritance graph
+ + + + + + +
+
+Collaboration diagram for GpgFrontend::Thread::TaskRunnerGetter:
+
+
Collaboration graph
+ + + + + + + + + + + + + + + + + + +
+ + + + +

+Public Types

enum  TaskRunnerType { kTaskRunnerType_Default, +kTaskRunnerType_GPG, +kTaskRunnerType_IO + }
 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 TaskRunnerGetter (int channel=SingletonFunctionObject::GetDefaultChannel())
 
+TaskRunnerGetTaskRunner (TaskRunnerType runner_type=kTaskRunnerType_Default)
 
- Public Member Functions inherited from GpgFrontend::SingletonFunctionObject< TaskRunnerGetter >
 SingletonFunctionObject (const SingletonFunctionObject< TaskRunnerGetter > &)=delete
 prohibit copy More...
 
 SingletonFunctionObject (TaskRunnerGetter &&)=delete
 Construct a new Singleton Function Object object. More...
 
 SingletonFunctionObject (const TaskRunnerGetter &)=delete
 Construct a new Singleton Function Object object. More...
 
SingletonFunctionObjectoperator= (const SingletonFunctionObject< TaskRunnerGetter > &)=delete
 prohibit copy More...
 
+void operator= (const TaskRunnerGetter &)=delete
 
int GetChannel () const
 Get the Channel object. More...
 
- Public Member Functions inherited from GpgFrontend::ChannelObject
 ChannelObject () noexcept
 Construct a new Default Channel Object object. More...
 
 ChannelObject (int channel)
 Construct a new Channel Object object. More...
 
int GetChannel () const
 Get the Channel object. More...
 
void SetChannel (int channel)
 Set the Channel object. More...
 
+ + + +

+Private Attributes

+std::map< TaskRunnerType, TaskRunner * > task_runners_
 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Additional Inherited Members

- Static Public Member Functions inherited from GpgFrontend::SingletonFunctionObject< TaskRunnerGetter >
static TaskRunnerGetter & GetInstance (int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
 Get the Instance object. More...
 
static TaskRunnerGetter & CreateInstance (int channel, std::function< std::unique_ptr< ChannelObject >(void)> factory)
 Create a Instance object. More...
 
static void ReleaseChannel (int channel)
 
static int GetDefaultChannel ()
 Get the Default Channel object. More...
 
static std::vector< int > GetAllChannelId ()
 Get all the channel ids. More...
 
- Static Public Member Functions inherited from GpgFrontend::ChannelObject
static int GetDefaultChannel ()
 Get the Default Channel object. More...
 
- Protected Member Functions inherited from GpgFrontend::SingletonFunctionObject< TaskRunnerGetter >
 SingletonFunctionObject ()=default
 Construct a new Singleton Function Object object. More...
 
 SingletonFunctionObject (int channel)
 Construct a new Singleton Function Object object. More...
 
virtual ~SingletonFunctionObject ()=default
 Destroy the Singleton Function Object object. More...
 
+

Constructor & Destructor Documentation

+ +

◆ TaskRunnerGetter()

+ +
+
+ + + + + + + + +
GpgFrontend::Thread::TaskRunnerGetter::TaskRunnerGetter (int channel = SingletonFunctionObject::GetDefaultChannel())
+
+

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.

+ +
+
+
The documentation for this class was generated from the following files: +
+
+ + + + diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.js b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.js new file mode 100644 index 00000000..6199d4e1 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.js @@ -0,0 +1,11 @@ +var classGpgFrontend_1_1Thread_1_1TaskRunnerGetter = +[ + [ "TaskRunnerType", "classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#aa2f427dd9cb0d68187504a7363e2d746", [ + [ "kTaskRunnerType_Default", "classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#aa2f427dd9cb0d68187504a7363e2d746aa6137891f9f6f5d09bd29c9194bf65c1", null ], + [ "kTaskRunnerType_GPG", "classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#aa2f427dd9cb0d68187504a7363e2d746a15737749c87b6182b6a11e16d53ef896", null ], + [ "kTaskRunnerType_IO", "classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#aa2f427dd9cb0d68187504a7363e2d746aba946fe7627d4f2d5fcf6baf17ec6fee", null ] + ] ], + [ "TaskRunnerGetter", "classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#a80794d81179f66f4b4ed3122a64f27cf", null ], + [ "GetTaskRunner", "classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#a99e5ce5e8dd25c49755356f4ff8f6d30", null ], + [ "task_runners_", "classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#a802df7f9d3ddd1424f0c386388eae128", null ] +]; \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.map b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.map new file mode 100644 index 00000000..2683d715 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.map @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.md5 b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.md5 new file mode 100644 index 00000000..694c6a89 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.md5 @@ -0,0 +1 @@ +fdac9e712499f0a83ea19f1ebe65c2f9 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.png b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.png new file mode 100644 index 00000000..97bd0567 Binary files /dev/null and b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph.map b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph.map new file mode 100644 index 00000000..0bf7981f --- /dev/null +++ b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph.map @@ -0,0 +1,6 @@ + + + + + + diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph.md5 new file mode 100644 index 00000000..ccfa313f --- /dev/null +++ b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph.md5 @@ -0,0 +1 @@ +ec147f4b2ac8a05274bf05190998c096 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph.png b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph.png new file mode 100644 index 00000000..6db0d20a Binary files /dev/null and b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.map b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.map new file mode 100644 index 00000000..4d9d960d --- /dev/null +++ b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.map @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.md5 b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.md5 new file mode 100644 index 00000000..c1afb6d3 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.md5 @@ -0,0 +1 @@ +691f3e46844703fcd3c99463370e015a \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.png b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.png new file mode 100644 index 00000000..ea224e90 Binary files /dev/null and b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.map b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.map new file mode 100644 index 00000000..5e674749 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.map @@ -0,0 +1,4 @@ + + + + diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.md5 new file mode 100644 index 00000000..b77a6da9 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.md5 @@ -0,0 +1 @@ +dd79f516b21c9fc110d6b9bcd93b732f \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.png b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.png new file mode 100644 index 00000000..ac790322 Binary files /dev/null and b/docs/html/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1Task__coll__graph.map b/docs/html/classGpgFrontend_1_1Thread_1_1Task__coll__graph.map new file mode 100644 index 00000000..d18f59a1 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1Thread_1_1Task__coll__graph.map @@ -0,0 +1,5 @@ + + + + + diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1Task__coll__graph.md5 b/docs/html/classGpgFrontend_1_1Thread_1_1Task__coll__graph.md5 new file mode 100644 index 00000000..45582965 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1Thread_1_1Task__coll__graph.md5 @@ -0,0 +1 @@ +65ae928931fc230f2b1a6a6674f5ed53 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1Task__coll__graph.png b/docs/html/classGpgFrontend_1_1Thread_1_1Task__coll__graph.png new file mode 100644 index 00000000..37c9861c Binary files /dev/null and b/docs/html/classGpgFrontend_1_1Thread_1_1Task__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.map b/docs/html/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.map new file mode 100644 index 00000000..483fc7bf --- /dev/null +++ b/docs/html/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.map @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.md5 new file mode 100644 index 00000000..461ee698 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.md5 @@ -0,0 +1 @@ +31391933433899f300efafee7b1185c4 \ 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 new file mode 100644 index 00000000..ca893639 Binary files /dev/null and b/docs/html/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils.html b/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils.html index f2fdd80a..23f40710 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1CommonUtils.html @@ -281,7 +281,7 @@ static std::unique_ptr< References GpgFrontend::GpgKeyGetter::FlushKeyCache(), GpgFrontend::SingletonFunctionObject< GpgKeyGetter >::GetAllChannelId(), GpgFrontend::SingletonFunctionObject< GpgKeyGetter >::GetInstance(), and SignalKeyDatabaseRefreshDone().

+

References GpgFrontend::GpgKeyGetter::FlushKeyCache(), GpgFrontend::SingletonFunctionObject< GpgKeyGetter >::GetAllChannelId(), GpgFrontend::SingletonFunctionObject< GpgKeyGetter >::GetInstance(), GpgFrontend::SingletonFunctionObject< TaskRunnerGetter >::GetInstance(), and SignalKeyDatabaseRefreshDone().

Referenced by CommonUtils().

@@ -446,7 +446,7 @@ static std::unique_ptr< References GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance(), GpgFrontend::SingletonFunctionObject< GpgKeyImportExporter >::GetInstance(), GpgFrontend::GlobalSettingStation::GetUISettings(), and GpgFrontend::GpgKeyImportExporter::ImportKey().

+

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

diff --git a/docs/html/classGpgFrontend_1_1UI_1_1FileReadTask-members.html b/docs/html/classGpgFrontend_1_1UI_1_1FileReadTask-members.html new file mode 100644 index 00000000..417a9647 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1FileReadTask-members.html @@ -0,0 +1,130 @@ + + + + + + + +GpgFrontend Project: Member List + + + + + + + + + + + + + +
+
+ + + + + + +
+
GpgFrontend Project +
+
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
GpgFrontend::UI::FileReadTask Member List
+
+
+ +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
before_finish_task() (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
buffer_size_ (defined in GpgFrontend::UI::FileReadTask)GpgFrontend::UI::FileReadTaskprivate
callback_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
FileReadTask(std::string path) (defined in GpgFrontend::UI::FileReadTask)GpgFrontend::UI::FileReadTaskexplicit
finish_after_run_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
init() (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
looper (defined in GpgFrontend::UI::FileReadTask)GpgFrontend::UI::FileReadTaskprivate
read_bytes() (defined in GpgFrontend::UI::FileReadTask)GpgFrontend::UI::FileReadTaskprivateslot
read_file_path_ (defined in GpgFrontend::UI::FileReadTask)GpgFrontend::UI::FileReadTaskprivate
rtn_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
run() override (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivatevirtual
Run() overrideGpgFrontend::UI::FileReadTaskvirtual
runnable_ (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprivate
SetFinishAfterRun(bool finish_after_run) (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprotected
SetRTN(int rtn) (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Taskprotected
SignalFileBytesRead(QByteArray bytes) (defined in GpgFrontend::UI::FileReadTask)GpgFrontend::UI::FileReadTasksignal
SignalFileBytesReadEnd() (defined in GpgFrontend::UI::FileReadTask)GpgFrontend::UI::FileReadTasksignal
SignalFileBytesReadNext() (defined in GpgFrontend::UI::FileReadTask)GpgFrontend::UI::FileReadTasksignal
SignalTaskFinished() (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Tasksignal
target_file_ (defined in GpgFrontend::UI::FileReadTask)GpgFrontend::UI::FileReadTaskprivate
Task()GpgFrontend::Thread::Task
Task(TaskCallback callback)GpgFrontend::Thread::Task
Task(TaskRunnable runnable, TaskCallback callback=[](int) {})GpgFrontend::Thread::Task
TaskCallback typedef (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Task
TaskRunnable typedef (defined in GpgFrontend::Thread::Task)GpgFrontend::Thread::Task
~FileReadTask() override (defined in GpgFrontend::UI::FileReadTask)GpgFrontend::UI::FileReadTaskvirtual
~Task() overrideGpgFrontend::Thread::Taskvirtual
+
+ + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1FileReadTask.html b/docs/html/classGpgFrontend_1_1UI_1_1FileReadTask.html new file mode 100644 index 00000000..ee99c053 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1FileReadTask.html @@ -0,0 +1,240 @@ + + + + + + + +GpgFrontend Project: GpgFrontend::UI::FileReadTask Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
GpgFrontend Project +
+
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
GpgFrontend::UI::FileReadTask Class Reference
+
+
+
+Inheritance diagram for GpgFrontend::UI::FileReadTask:
+
+
Inheritance graph
+ + + + + + +
+
+Collaboration diagram for GpgFrontend::UI::FileReadTask:
+
+
Collaboration graph
+ + + + + + +
+ + + + + + + + + + + +

+Signals

+void SignalFileBytesRead (QByteArray bytes)
 
+void SignalFileBytesReadEnd ()
 
+void SignalFileBytesReadNext ()
 
- Signals inherited from GpgFrontend::Thread::Task
+void SignalTaskFinished ()
 
+ + + + + + + + + + + + + + + + + + + +

+Public Member Functions

FileReadTask (std::string path)
 
void Run () override
 Run - run the task. More...
 
- Public Member Functions inherited from GpgFrontend::Thread::Task
 Task ()
 Construct a new Task object. More...
 
 Task (TaskCallback callback)
 Construct a new Task object. More...
 
 Task (TaskRunnable runnable, TaskCallback callback=[](int) {})
 Construct a new Task object. More...
 
virtual ~Task () override
 Destroy the Task object. More...
 
+ + + +

+Private Slots

+void read_bytes ()
 
+ + + + + + + + + +

+Private Attributes

+std::filesystem::path read_file_path_
 
+QFile target_file_
 
+const size_t buffer_size_ = 4096
 
+QEventLoop looper
 
+ + + + + + + + + + + +

+Additional Inherited Members

- Public Types inherited from GpgFrontend::Thread::Task
+using TaskRunnable = std::function< int()>
 
+using TaskCallback = std::function< void(int)>
 
- Protected Member Functions inherited from GpgFrontend::Thread::Task
+void SetFinishAfterRun (bool finish_after_run)
 
+void SetRTN (int rtn)
 
+

Member Function Documentation

+ +

◆ Run()

+ +
+
+ + + + + +
+ + + + + + + +
void GpgFrontend::UI::FileReadTask::Run ()
+
+overridevirtual
+
+ +

Run - run the task.

+ +

Reimplemented from GpgFrontend::Thread::Task.

+ +
+
+
The documentation for this class was generated from the following files: +
+
+ + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1FileReadTask.js b/docs/html/classGpgFrontend_1_1UI_1_1FileReadTask.js new file mode 100644 index 00000000..3d821b6f --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1FileReadTask.js @@ -0,0 +1,14 @@ +var classGpgFrontend_1_1UI_1_1FileReadTask = +[ + [ "FileReadTask", "classGpgFrontend_1_1UI_1_1FileReadTask.html#abf21650d2597034d3307f530ebfb7f18", null ], + [ "~FileReadTask", "classGpgFrontend_1_1UI_1_1FileReadTask.html#ad431aee5396454deee20b3d178f26ecc", null ], + [ "read_bytes", "classGpgFrontend_1_1UI_1_1FileReadTask.html#afe44eab4abfe0b3b950f332d54662159", null ], + [ "Run", "classGpgFrontend_1_1UI_1_1FileReadTask.html#a0f8bc1c253380b68c0e65cabc011ac09", null ], + [ "SignalFileBytesRead", "classGpgFrontend_1_1UI_1_1FileReadTask.html#a4e3c97cfac764af80919ed838bc00561", null ], + [ "SignalFileBytesReadEnd", "classGpgFrontend_1_1UI_1_1FileReadTask.html#ae5787665efd04214a14111787deee57c", null ], + [ "SignalFileBytesReadNext", "classGpgFrontend_1_1UI_1_1FileReadTask.html#a964920606f5873fd6a9407b9865e8fba", null ], + [ "buffer_size_", "classGpgFrontend_1_1UI_1_1FileReadTask.html#a2bc7e5bb1c67490ba12c82200634bd97", null ], + [ "looper", "classGpgFrontend_1_1UI_1_1FileReadTask.html#afb248c339ac074f0a7602711ed2f5e39", null ], + [ "read_file_path_", "classGpgFrontend_1_1UI_1_1FileReadTask.html#ac00874dbef395dda534e32c6502c7913", null ], + [ "target_file_", "classGpgFrontend_1_1UI_1_1FileReadTask.html#af3896c6ef4dc49bd371746aa9fea1120", null ] +]; \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1FileReadTask__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1FileReadTask__coll__graph.map new file mode 100644 index 00000000..53a17733 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1FileReadTask__coll__graph.map @@ -0,0 +1,6 @@ + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1FileReadTask__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1FileReadTask__coll__graph.md5 new file mode 100644 index 00000000..5d1a0683 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1FileReadTask__coll__graph.md5 @@ -0,0 +1 @@ +53eb8a343d15fec46eb27947e1c79308 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1FileReadTask__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1FileReadTask__coll__graph.png new file mode 100644 index 00000000..eca3e3c9 Binary files /dev/null and b/docs/html/classGpgFrontend_1_1UI_1_1FileReadTask__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.map new file mode 100644 index 00000000..53a17733 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.map @@ -0,0 +1,6 @@ + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.md5 new file mode 100644 index 00000000..5d1a0683 --- /dev/null +++ b/docs/html/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.md5 @@ -0,0 +1 @@ +53eb8a343d15fec46eb27947e1c79308 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.png new file mode 100644 index 00000000..eca3e3c9 Binary files /dev/null and b/docs/html/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1FileReadThread.html b/docs/html/classGpgFrontend_1_1UI_1_1FileReadThread.html deleted file mode 100644 index 0d54a132..00000000 --- a/docs/html/classGpgFrontend_1_1UI_1_1FileReadThread.html +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - -GpgFrontend Project: GpgFrontend::UI::FileReadThread Class Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
GpgFrontend Project -
-
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
GpgFrontend::UI::FileReadThread Class Reference
-
-
-
-Inheritance diagram for GpgFrontend::UI::FileReadThread:
-
-
Inheritance graph
- - - - -
-
-Collaboration diagram for GpgFrontend::UI::FileReadThread:
-
-
Collaboration graph
- - - - - - -
- - - - - - -

-Signals

void SignalSendReadBlock (const std::string &block)
 
-void SignalReadDone ()
 
- - - - -

-Public Member Functions

 FileReadThread (std::string path)
 Construct a new File Read Thread object. More...
 
- - - -

-Protected Member Functions

-void run () override
 
- - - -

-Private Attributes

-std::string path_
 
-

Constructor & Destructor Documentation

- -

◆ FileReadThread()

- -
-
- - - - - -
- - - - - - - - -
GpgFrontend::UI::FileReadThread::FileReadThread (std::string path)
-
-explicit
-
- -

Construct a new File Read Thread object.

-
Parameters
- - -
path
-
-
- -
-
-

Member Function Documentation

- -

◆ SignalSendReadBlock

- -
-
- - - - - -
- - - - - - - - -
void GpgFrontend::UI::FileReadThread::SignalSendReadBlock (const std::string & block)
-
-signal
-
-
Parameters
- - -
block
-
-
- -
-
-
The documentation for this class was generated from the following files: -
-
- - - - diff --git a/docs/html/classGpgFrontend_1_1UI_1_1FileReadThread.js b/docs/html/classGpgFrontend_1_1UI_1_1FileReadThread.js deleted file mode 100644 index dcb2f050..00000000 --- a/docs/html/classGpgFrontend_1_1UI_1_1FileReadThread.js +++ /dev/null @@ -1,8 +0,0 @@ -var classGpgFrontend_1_1UI_1_1FileReadThread = -[ - [ "FileReadThread", "classGpgFrontend_1_1UI_1_1FileReadThread.html#abceee444fe8212efd638c8d5b98b24c5", null ], - [ "run", "classGpgFrontend_1_1UI_1_1FileReadThread.html#adadf23a38fccec07692a13c4b23b2601", null ], - [ "SignalReadDone", "classGpgFrontend_1_1UI_1_1FileReadThread.html#ade3bb7844d1430bc9831a9a13e3b66bb", null ], - [ "SignalSendReadBlock", "classGpgFrontend_1_1UI_1_1FileReadThread.html#a152a32021b66ea7de5aaf8cf6376c9ab", null ], - [ "path_", "classGpgFrontend_1_1UI_1_1FileReadThread.html#abec15f169720245a01a818e7cb74278a", null ] -]; \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1FileReadThread__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1FileReadThread__coll__graph.map deleted file mode 100644 index b1cdb608..00000000 --- a/docs/html/classGpgFrontend_1_1UI_1_1FileReadThread__coll__graph.map +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/docs/html/classGpgFrontend_1_1UI_1_1FileReadThread__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1FileReadThread__coll__graph.md5 deleted file mode 100644 index d2519ec9..00000000 --- a/docs/html/classGpgFrontend_1_1UI_1_1FileReadThread__coll__graph.md5 +++ /dev/null @@ -1 +0,0 @@ -9d24ce1c5c440752632060b13fbf98ba \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1FileReadThread__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1FileReadThread__coll__graph.png deleted file mode 100644 index 7522b851..00000000 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1FileReadThread__coll__graph.png and /dev/null differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1FileReadThread__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1FileReadThread__inherit__graph.map deleted file mode 100644 index e3b58c75..00000000 --- a/docs/html/classGpgFrontend_1_1UI_1_1FileReadThread__inherit__graph.map +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/docs/html/classGpgFrontend_1_1UI_1_1FileReadThread__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1FileReadThread__inherit__graph.md5 deleted file mode 100644 index b0c1141e..00000000 --- a/docs/html/classGpgFrontend_1_1UI_1_1FileReadThread__inherit__graph.md5 +++ /dev/null @@ -1 +0,0 @@ -b8ff69fee27ecbc530023e553cabbd7b \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1FileReadThread__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1FileReadThread__inherit__graph.png deleted file mode 100644 index f62659e0..00000000 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1FileReadThread__inherit__graph.png and /dev/null differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1FindWidget.html b/docs/html/classGpgFrontend_1_1UI_1_1FindWidget.html index 089ec25a..d556d1ed 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1FindWidget.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1FindWidget.html @@ -112,9 +112,9 @@ Collaboration diagram for GpgFrontend::UI::FindWidget:
Collaboration graph
- + - + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.map index 176c5495..cc1792b5 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.map @@ -1,7 +1,7 @@ - + - + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.md5 index c8ee4d5d..d1f513e2 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.md5 @@ -1 +1 @@ -cb058b4b5d920bfde647ceb203155ee6 \ No newline at end of file +fbc93561e5f0a3a8d0b469d5054e826d \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.png index ec43685d..bcdfa365 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage-members.html b/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage-members.html index 5c6ca28c..82f57759 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage-members.html @@ -102,19 +102,18 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1PlainTextEdi language_name_ (defined in GpgFrontend::UI::PlainTextEditorPage)GpgFrontend::UI::PlainTextEditorPageprivate NotifyFileSaved()GpgFrontend::UI::PlainTextEditorPage PlainTextEditorPage(QString file_path={}, QWidget *parent=nullptr)GpgFrontend::UI::PlainTextEditorPageexplicit - PrepareToDestroy() (defined in GpgFrontend::UI::PlainTextEditorPage)GpgFrontend::UI::PlainTextEditorPage - read_bytes_ (defined in GpgFrontend::UI::PlainTextEditorPage)GpgFrontend::UI::PlainTextEditorPageprivate - read_done_ (defined in GpgFrontend::UI::PlainTextEditorPage)GpgFrontend::UI::PlainTextEditorPageprivate - read_thread_ (defined in GpgFrontend::UI::PlainTextEditorPage)GpgFrontend::UI::PlainTextEditorPageprivate + read_bytes_ (defined in GpgFrontend::UI::PlainTextEditorPage)GpgFrontend::UI::PlainTextEditorPageprivate + read_done_ (defined in GpgFrontend::UI::PlainTextEditorPage)GpgFrontend::UI::PlainTextEditorPageprivate ReadDone() constGpgFrontend::UI::PlainTextEditorPageinline ReadFile() (defined in GpgFrontend::UI::PlainTextEditorPage)GpgFrontend::UI::PlainTextEditorPage SetFilePath(const QString &filePath)GpgFrontend::UI::PlainTextEditorPage ShowNotificationWidget(QWidget *widget, const char *className)GpgFrontend::UI::PlainTextEditorPage sign_marked_GpgFrontend::UI::PlainTextEditorPageprivate - slot_format_gpg_header()GpgFrontend::UI::PlainTextEditorPageprivateslot - slot_insert_text(const std::string &data)GpgFrontend::UI::PlainTextEditorPageprivateslot - ui_ (defined in GpgFrontend::UI::PlainTextEditorPage)GpgFrontend::UI::PlainTextEditorPageprivate - WillCharsetChange() constGpgFrontend::UI::PlainTextEditorPage + SignalUIBytesDisplayed()GpgFrontend::UI::PlainTextEditorPagesignal + slot_format_gpg_header()GpgFrontend::UI::PlainTextEditorPageprivateslot + slot_insert_text(QByteArray bytes_data)GpgFrontend::UI::PlainTextEditorPageprivateslot + ui_ (defined in GpgFrontend::UI::PlainTextEditorPage)GpgFrontend::UI::PlainTextEditorPageprivate + WillCharsetChange() constGpgFrontend::UI::PlainTextEditorPage
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html b/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html index ee28849a..b955cee5 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html @@ -83,6 +83,7 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1PlainTextEdi
+Signals | Public Member Functions | Private Slots | Private Member Functions | @@ -102,7 +103,7 @@ Inheritance diagram for GpgFrontend::UI::PlainTextEditorPage:
Inheritance graph
- +
@@ -111,7 +112,7 @@ Collaboration diagram for GpgFrontend::UI::PlainTextEditorPage:
Collaboration graph
- + @@ -121,6 +122,12 @@ Collaboration diagram for GpgFrontend::UI::PlainTextEditorPage:
+ + + + +

+Signals

void SignalUIBytesDisplayed ()
 this signal is emitted when the bytes has been append in texteditor. More...
 
@@ -140,9 +147,6 @@ void < - - @@ -154,8 +158,8 @@ void  - - + +

Public Member Functions

 PlainTextEditorPage (QString file_path={}, QWidget *parent=nullptr)
ReadFile ()
 
bool ReadDone () const
 
-void PrepareToDestroy ()
 
bool WillCharsetChange () const
 detect if the charset of the file will change More...
 
PrepareToDestroy Private Slots
void slot_format_gpg_header ()
 
void slot_insert_text (const std::string &data)
 
void slot_insert_text (QByteArray bytes_data)
 
@@ -180,9 +184,6 @@ bool  - - @@ -309,7 +310,7 @@ bool  - - + +

Private Member Functions

bool read_done_ = false
 
-QThread * read_thread_ = nullptr
 
bool binary_mode_ = false
 
is_crlf_ = false< -

Referenced by slot_insert_text().

+

Referenced by slot_insert_text().

@@ -345,7 +346,7 @@ bool 
is_crlf_ = false<

References GpgFrontend::CharsetOperator::Detect().

-

Referenced by slot_insert_text().

+

Referenced by slot_insert_text().

@@ -387,7 +388,7 @@ bool 
is_crlf_ = false<

Return pointer tp the textedit of the currently activated tab.

-

Referenced by GpgFrontend::UI::TextEdit::LoadFile(), GpgFrontend::UI::TextEdit::maybe_save_current_tab(), GpgFrontend::UI::TextEdit::save_file(), GpgFrontend::UI::FindWidget::set_background(), GpgFrontend::UI::MainWindow::slot_add_pgp_header(), GpgFrontend::UI::MainWindow::slot_append_selected_keys(), GpgFrontend::UI::MainWindow::slot_clean_double_line_breaks(), GpgFrontend::UI::MainWindow::slot_cut_pgp_header(), GpgFrontend::UI::MainWindow::slot_decrypt(), GpgFrontend::UI::MainWindow::slot_decrypt_verify(), GpgFrontend::UI::MainWindow::slot_import_key_from_edit(), slot_insert_text(), GpgFrontend::UI::MainWindow::slot_verify(), GpgFrontend::UI::TextEdit::SlotCloseTab(), GpgFrontend::UI::TextEdit::SlotCopy(), GpgFrontend::UI::TextEdit::SlotCut(), GpgFrontend::UI::TextEdit::SlotFillTextEditWithText(), GpgFrontend::UI::TextEdit::SlotPaste(), GpgFrontend::UI::TextEdit::SlotPrint(), GpgFrontend::UI::TextEdit::SlotRedo(), GpgFrontend::UI::TextEdit::SlotSelectAll(), and GpgFrontend::UI::TextEdit::SlotUndo().

+

Referenced by GpgFrontend::UI::TextEdit::LoadFile(), GpgFrontend::UI::TextEdit::maybe_save_current_tab(), GpgFrontend::UI::TextEdit::save_file(), GpgFrontend::UI::FindWidget::set_background(), GpgFrontend::UI::MainWindow::slot_add_pgp_header(), GpgFrontend::UI::MainWindow::slot_append_selected_keys(), GpgFrontend::UI::MainWindow::slot_clean_double_line_breaks(), GpgFrontend::UI::MainWindow::slot_cut_pgp_header(), GpgFrontend::UI::MainWindow::slot_decrypt(), GpgFrontend::UI::MainWindow::slot_decrypt_verify(), GpgFrontend::UI::MainWindow::slot_import_key_from_edit(), slot_insert_text(), GpgFrontend::UI::MainWindow::slot_verify(), GpgFrontend::UI::TextEdit::SlotCloseTab(), GpgFrontend::UI::TextEdit::SlotCopy(), GpgFrontend::UI::TextEdit::SlotCut(), GpgFrontend::UI::TextEdit::SlotFillTextEditWithText(), GpgFrontend::UI::TextEdit::SlotPaste(), GpgFrontend::UI::TextEdit::SlotPrint(), GpgFrontend::UI::TextEdit::SlotRedo(), GpgFrontend::UI::TextEdit::SlotSelectAll(), and GpgFrontend::UI::TextEdit::SlotUndo().

@@ -507,6 +508,35 @@ false

Referenced by GpgFrontend::UI::MainWindow::slot_find().

+ + + +

◆ SignalUIBytesDisplayed

+ +
+
+ + + + + +
+ + + + + + + +
void GpgFrontend::UI::PlainTextEditorPage::SignalUIBytesDisplayed ()
+
+signal
+
+ +

this signal is emitted when the bytes has been append in texteditor.

+ +

Referenced by slot_insert_text().

+
@@ -537,8 +567,8 @@ false - -

◆ slot_insert_text

+ +

◆ slot_insert_text

@@ -549,8 +579,8 @@ false
void GpgFrontend::UI::PlainTextEditorPage::slot_insert_text (const std::string & data)QByteArray bytes_data)
@@ -567,7 +597,7 @@ false -

References detect_cr_lf(), detect_encoding(), and GetTextPage().

+

References detect_cr_lf(), detect_encoding(), GetTextPage(), and SignalUIBytesDisplayed().

diff --git a/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage.js b/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage.js index e2a107da..32080ccb 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage.js +++ b/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage.js @@ -7,13 +7,13 @@ var classGpgFrontend_1_1UI_1_1PlainTextEditorPage = [ "GetFilePath", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf", null ], [ "GetTextPage", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a", null ], [ "NotifyFileSaved", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5", null ], - [ "PrepareToDestroy", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a36781cbecac79299404bd5e1f7e608ea", null ], [ "ReadDone", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce", null ], [ "ReadFile", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac3404f71f0f93cd7f5cb64d5d56624d7", null ], [ "SetFilePath", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe", null ], [ "ShowNotificationWidget", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a", null ], + [ "SignalUIBytesDisplayed", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4", null ], [ "slot_format_gpg_header", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2", null ], - [ "slot_insert_text", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8ba8f52aa2d1102d3513fdf0f4760b28", null ], + [ "slot_insert_text", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a184985104f23da8fdf2b9aaf7b27405b", null ], [ "WillCharsetChange", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267", null ], [ "binary_mode_", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a43d23c1bcac73b772aa0154151538bbf", null ], [ "charset_confidence_", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae756fc49724212d8d9937601a48b436b", null ], @@ -23,7 +23,6 @@ var classGpgFrontend_1_1UI_1_1PlainTextEditorPage = [ "language_name_", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ab1108b77925647d1a930e5252fa956b8", null ], [ "read_bytes_", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a010bae8d8d967c8cc81cd42547de5dcb", null ], [ "read_done_", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a5b8ce290e1b949b56734227e8d42adba", null ], - [ "read_thread_", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a46cf39e2449ed63abad59e0a177635fd", null ], [ "sign_marked_", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358", null ], [ "ui_", "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a0e0a36396ea55f5dbe6197284cf98192", null ] ]; \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.map index bc2cb694..11304f5b 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.map @@ -1,5 +1,5 @@ - + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.md5 index 99a72486..b73be0bb 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.md5 @@ -1 +1 @@ -fffd548f57f53dd512bfcb7e57e34924 \ No newline at end of file +476bf241b56f0d95438c2a5040cac6ec \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.png index 4b6b29d9..9c2a0fe1 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.map index 51b403ad..17a087de 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.map @@ -1,4 +1,4 @@ - + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.md5 index 0f9bcc7d..9ca293ca 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.md5 @@ -1 +1 @@ -a928989615f4d87125ff177907940e37 \ No newline at end of file +45cfdbbe54a5c8875d222a55f8eb4c15 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.png index ec341b4b..31e8792c 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html b/docs/html/classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html index 8c889032..b376fd81 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html @@ -119,7 +119,7 @@ Signals

Public Member Functions

 ProxyConnectionTestThread (QString url, int timeout, QWidget *parent=nullptr) - Construct a new Proxy Connection Test Thread object. More...
+ Construct a new Proxy Connection Test Thread object. More...
 
-

Construct a new Proxy Connection Test Thread object.

+

Construct a new Proxy Connection Test Thread object.

Parameters

@@ -180,7 +180,7 @@ int 

timeout_ = 500
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsObject.html b/docs/html/classGpgFrontend_1_1UI_1_1SettingsObject.html index d9794173..3878e416 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  - +
url
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::MainWindow::restore_settings(), GpgFrontend::UI::InfoBoardWidget::SetInfoBoard(), GpgFrontend::UI::AppearanceTab::SetSettings(), GpgFrontend::UI::KeyserverTab::SetSettings(), and GpgFrontend::UI::MainWindow::slot_open_settings_dialog().

+

Referenced by 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().

diff --git a/docs/html/classGpgFrontend_1_1UI_1_1VersionCheckThread.html b/docs/html/classGpgFrontend_1_1UI_1_1VersionCheckThread.html index 37e1bf86..5588e750 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1VersionCheckThread.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1VersionCheckThread.html @@ -119,7 +119,7 @@ Signals

Public Member Functions

 VersionCheckThread ()
 Construct a new Version Check Thread object. More...
 Construct a new Version Check Thread object. More...
 

@@ -161,7 +161,7 @@ QByteArray 

current_reply_b
-

Construct a new Version Check Thread object.

+

Construct a new Version Check Thread object.

diff --git a/docs/html/classes.html b/docs/html/classes.html index b2a24222..6e2fcfb6 100644 --- a/docs/html/classes.html +++ b/docs/html/classes.html @@ -113,7 +113,7 @@ $(document).ready(function(){initNavTree('classes.html',''); initResizable(); }) SingletonFunctionObject (GpgFrontend)    GpgKey::_key_ref_deleter (GpgFrontend)    -FileReadThread (GpgFrontend::UI)    +FileReadTask (GpgFrontend::UI)    GpgUID (GpgFrontend)    KeySetExpireDateDialog (GpgFrontend::UI)    SingletonStorage (GpgFrontend)    @@ -153,49 +153,49 @@ $(document).ready(function(){initNavTree('classes.html',''); initResizable(); })
  i  
ListedKeyServerTestThread (GpgFrontend::UI)    -TestListedKeyServerThread    +Task (GpgFrontend::Thread)    ArchiveFileOperator (GpgFrontend)    GpgBasicOperator (GpgFrontend)   
  m  
-TextEdit (GpgFrontend::UI)    +TaskRunner (GpgFrontend::Thread)    ArchiveStruct (GpgFrontend)    GpgCommandExecutor (GpgFrontend)    InfoBoardWidget (GpgFrontend::UI)    -TOFUInfoPage (GpgFrontend::UI)    +TaskRunnerGetter (GpgFrontend::Thread)   
  c  
GpgConstants (GpgFrontend)    InfoTab (GpgFrontend::UI)    MainWindow (GpgFrontend::UI)    -TranslatorsTab (GpgFrontend::UI)    +TestListedKeyServerThread    GpgContext (GpgFrontend)    IntroPage (GpgFrontend::UI)   
  n  
-
  u  
- +TextEdit (GpgFrontend::UI)    ChannelObject (GpgFrontend)    GpgContextInitArgs (GpgFrontend)   
  k  
+TOFUInfoPage (GpgFrontend::UI)    CharsetOperator (GpgFrontend)    GpgData (GpgFrontend)    NetworkTab (GpgFrontend::UI)    -UpdateTab (GpgFrontend::UI)    +TranslatorsTab (GpgFrontend::UI)    ChoosePage (GpgFrontend::UI)    GpgDecryptResultAnalyse (GpgFrontend)    KeyDetailsDialog (GpgFrontend::UI)   
  p  
-
  v  
+
  u  
class    @@ -206,59 +206,62 @@ $(document).ready(function(){initNavTree('classes.html',''); initResizable(); }) GpgFileOpera (GpgFrontend)    KeyGenPage (GpgFrontend::UI)    PassphraseGenerator (GpgFrontend)    -VerifyDetailsDialog (GpgFrontend::UI)    +UpdateTab (GpgFrontend::UI)    ConclusionPage (GpgFrontend::UI)    GpgImportedKey (GpgFrontend)    KeyImportDetailDialog (GpgFrontend::UI)    PlainTextEditorPage (GpgFrontend::UI)    -VerifyKeyDetailBox (GpgFrontend::UI)    +
  v  
+ CoreCommonUtil (GpgFrontend)    GpgImportInformation (GpgFrontend)    KeyList (GpgFrontend::UI)    ProxyConnectionTestThread    -VersionCheckThread (GpgFrontend::UI)    MainWindow::CryptoMenu (GpgFrontend::UI)    GpgInfo (GpgFrontend)    KeyListColumn (GpgFrontend::UI)    ProxyConnectionTestThread (GpgFrontend::UI)    -
  w  
- +VerifyDetailsDialog (GpgFrontend::UI)    -CtxCheckThread (GpgFrontend)    +CtxCheckTask (GpgFrontend::Thread)    GpgKey (GpgFrontend)    KeyListRow (GpgFrontend::UI)   
  q  
+VerifyKeyDetailBox (GpgFrontend::UI)   
  d  
GpgKeyGetter (GpgFrontend)    KeyMenuAbility (GpgFrontend::UI)    -WaitingDialog (GpgFrontend::UI)    +VersionCheckThread (GpgFrontend::UI)    GpgKeyImportExporter (GpgFrontend)    KeyMgmt (GpgFrontend::UI)    QuitDialog (GpgFrontend::UI)    -Wizard (GpgFrontend::UI)    +
  w  
+ DataObjectOperator (GpgFrontend)    GpgKeyManager (GpgFrontend)    KeyNewUIDDialog (GpgFrontend::UI)   
  s  
- +
  e  
GpgKeyOpera (GpgFrontend)    KeyPackageOperator (GpgFrontend)    - +WaitingDialog (GpgFrontend::UI)    + GpgKeySignature (GpgFrontend)    KeyPairDetailTab (GpgFrontend::UI)    SettingsDialog (GpgFrontend::UI)    - +Wizard (GpgFrontend::UI)    + ExportKeyPackageDialog (GpgFrontend::UI)    GpgResultAnalyse (GpgFrontend)    KeyPairOperaTab (GpgFrontend::UI)    diff --git a/docs/html/dir_0cd9bde2c64af64bc3733ed8ca8e04b3.js b/docs/html/dir_0cd9bde2c64af64bc3733ed8ca8e04b3.js index 229f1b19..dd603d6f 100644 --- a/docs/html/dir_0cd9bde2c64af64bc3733ed8ca8e04b3.js +++ b/docs/html/dir_0cd9bde2c64af64bc3733ed8ca8e04b3.js @@ -1,6 +1,5 @@ var dir_0cd9bde2c64af64bc3733ed8ca8e04b3 = [ - [ "FileReadThread.h", "FileReadThread_8h_source.html", null ], [ "ListedKeyServerTestThread.h", "ListedKeyServerTestThread_8h_source.html", null ], [ "ProxyConnectionTestThread.h", "ProxyConnectionTestThread_8h_source.html", null ], [ "VersionCheckThread.h", "VersionCheckThread_8h_source.html", null ] diff --git a/docs/html/dir_fd71accbf528c1576ca21e7ec5716833.js b/docs/html/dir_fd71accbf528c1576ca21e7ec5716833.js index 9236b036..e45db26f 100644 --- a/docs/html/dir_fd71accbf528c1576ca21e7ec5716833.js +++ b/docs/html/dir_fd71accbf528c1576ca21e7ec5716833.js @@ -1,4 +1,8 @@ var dir_fd71accbf528c1576ca21e7ec5716833 = [ - [ "CtxCheckThread.h", "CtxCheckThread_8h_source.html", null ] + [ "CtxCheckTask.h", "CtxCheckTask_8h_source.html", null ], + [ "FileReadTask.h", "FileReadTask_8h_source.html", null ], + [ "Task.h", "Task_8h_source.html", null ], + [ "TaskRunner.h", "TaskRunner_8h_source.html", null ], + [ "TaskRunnerGetter.h", "TaskRunnerGetter_8h_source.html", null ] ]; \ No newline at end of file diff --git a/docs/html/files.html b/docs/html/files.html index 2793a612..1557b8c8 100644 --- a/docs/html/files.html +++ b/docs/html/files.html @@ -126,7 +126,11 @@ $(document).ready(function(){initNavTree('files.html',''); initResizable(); });  GpgTOFUInfo.h  GpgUID.h   thread - CtxCheckThread.h + CtxCheckTask.h + FileReadTask.h + Task.h + TaskRunner.h + TaskRunnerGetter.h  GpgConstants.h  GpgContext.h  GpgCoreInit.h @@ -175,26 +179,25 @@ $(document).ready(function(){initNavTree('files.html',''); initResizable(); });  SettingsObject.h  SoftwareVersion.h   thread - FileReadThread.h - ListedKeyServerTestThread.h - ProxyConnectionTestThread.h - VersionCheckThread.h -  widgets - FilePage.h - FindWidget.h - HelpPage.h - InfoBoardWidget.h - KeyList.h - PlainTextEditorPage.h - SignersPicker.h - TextEdit.h - TOFUInfoPage.h - VerifyKeyDetailBox.h - GpgFrontendUI.h - GpgFrontendUIInit.h - KeyMgmt.h - SignalStation.h - UserInterfaceUtils.h + ListedKeyServerTestThread.h + ProxyConnectionTestThread.h + VersionCheckThread.h +  widgets + FilePage.h + FindWidget.h + HelpPage.h + InfoBoardWidget.h + KeyList.h + PlainTextEditorPage.h + SignersPicker.h + TextEdit.h + TOFUInfoPage.h + VerifyKeyDetailBox.h + GpgFrontendUI.h + GpgFrontendUIInit.h + KeyMgmt.h + SignalStation.h + UserInterfaceUtils.h diff --git a/docs/html/functions_c.html b/docs/html/functions_c.html index 4f1fe0b7..bb9c1d67 100644 --- a/docs/html/functions_c.html +++ b/docs/html/functions_c.html @@ -252,8 +252,8 @@ $(document).ready(function(){initNavTree('functions_c.html',''); initResizable()
  • ctx_mutex_ : GpgFrontend::GpgKeyGetter
  • -
  • CtxCheckThread() -: GpgFrontend::CtxCheckThread +
  • CtxCheckTask() +: GpgFrontend::Thread::CtxCheckTask
  • CurFilePage() : GpgFrontend::UI::TextEdit diff --git a/docs/html/functions_f.html b/docs/html/functions_f.html index b71b7f64..05c7c4d8 100644 --- a/docs/html/functions_f.html +++ b/docs/html/functions_f.html @@ -97,9 +97,6 @@ $(document).ready(function(){initNavTree('functions_f.html',''); initResizable()
  • FilePage() : GpgFrontend::UI::FilePage
  • -
  • FileReadThread() -: GpgFrontend::UI::FileReadThread -
  • find_act_ : GpgFrontend::UI::MainWindow
  • diff --git a/docs/html/functions_func_c.html b/docs/html/functions_func_c.html index c7f1dd72..a31007e8 100644 --- a/docs/html/functions_func_c.html +++ b/docs/html/functions_func_c.html @@ -207,8 +207,8 @@ $(document).ready(function(){initNavTree('functions_func_c.html',''); initResiza
  • CreateOperaMenu() : GpgFrontend::UI::KeyPairOperaTab
  • -
  • CtxCheckThread() -: GpgFrontend::CtxCheckThread +
  • CtxCheckTask() +: GpgFrontend::Thread::CtxCheckTask
  • CurFilePage() : GpgFrontend::UI::TextEdit diff --git a/docs/html/functions_func_f.html b/docs/html/functions_func_f.html index f6228936..7056a3d5 100644 --- a/docs/html/functions_func_f.html +++ b/docs/html/functions_func_f.html @@ -91,9 +91,6 @@ $(document).ready(function(){initNavTree('functions_func_f.html',''); initResiza
  • FilePage() : GpgFrontend::UI::FilePage
  • -
  • FileReadThread() -: GpgFrontend::UI::FileReadThread -
  • FindObjectInChannel() : GpgFrontend::SingletonStorage
  • diff --git a/docs/html/functions_func_p.html b/docs/html/functions_func_p.html index 39811dec..e826de2a 100644 --- a/docs/html/functions_func_p.html +++ b/docs/html/functions_func_p.html @@ -91,6 +91,9 @@ $(document).ready(function(){initNavTree('functions_func_p.html',''); initResiza
  • PlainTextEditorPage() : GpgFrontend::UI::PlainTextEditorPage
  • +
  • PostTask() +: GpgFrontend::Thread::TaskRunner +
  • print_recipient() : GpgFrontend::GpgDecryptResultAnalyse
  • diff --git a/docs/html/functions_func_r.html b/docs/html/functions_func_r.html index cf5cff7a..898793a5 100644 --- a/docs/html/functions_func_r.html +++ b/docs/html/functions_func_r.html @@ -123,6 +123,11 @@ $(document).ready(function(){initNavTree('functions_func_r.html',''); initResiza
  • RevUID() : GpgFrontend::GpgUIDOperator
  • +
  • Run() +: GpgFrontend::Thread::CtxCheckTask +, GpgFrontend::Thread::Task +, GpgFrontend::UI::FileReadTask +
  • run() : GpgFrontend::UI::ListedKeyServerTestThread , GpgFrontend::UI::ProxyConnectionTestThread diff --git a/docs/html/functions_func_s.html b/docs/html/functions_func_s.html index dae14015..1da5946c 100644 --- a/docs/html/functions_func_s.html +++ b/docs/html/functions_func_s.html @@ -242,8 +242,8 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza , GpgFrontend::UI::KeyserverTab , GpgFrontend::UI::SettingsDialog
  • -
  • SignalSendReadBlock() -: GpgFrontend::UI::FileReadThread +
  • SignalUIBytesDisplayed() +: GpgFrontend::UI::PlainTextEditorPage
  • SignalUpgradeVersion() : GpgFrontend::UI::VersionCheckThread @@ -347,7 +347,7 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza : GpgFrontend::UI::MainWindow
  • slot_insert_text() -: GpgFrontend::UI::PlainTextEditorPage +: GpgFrontend::UI::PlainTextEditorPage
  • slot_jump_page() : GpgFrontend::UI::ChoosePage @@ -457,7 +457,7 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza : GpgFrontend::UI::CommonUtils
  • SlotImportKeyFromKeyServer() -: GpgFrontend::UI::CommonUtils +: GpgFrontend::UI::CommonUtils
  • SlotImportKeys() : GpgFrontend::UI::CommonUtils diff --git a/docs/html/functions_func_t.html b/docs/html/functions_func_t.html index 9e883a17..f5d67a79 100644 --- a/docs/html/functions_func_t.html +++ b/docs/html/functions_func_t.html @@ -91,6 +91,15 @@ $(document).ready(function(){initNavTree('functions_func_t.html',''); initResiza
  • TakeChargeOfResult() : GpgFrontend::GpgVerifyResultAnalyse
  • +
  • Task() +: GpgFrontend::Thread::Task +
  • +
  • TaskRunner() +: GpgFrontend::Thread::TaskRunner +
  • +
  • TaskRunnerGetter() +: GpgFrontend::Thread::TaskRunnerGetter +
  • test_passphrase_cb() : GpgFrontend::GpgContext
  • diff --git a/docs/html/functions_func_~.html b/docs/html/functions_func_~.html index 1ada9bed..b432a09b 100644 --- a/docs/html/functions_func_~.html +++ b/docs/html/functions_func_~.html @@ -106,6 +106,12 @@ $(document).ready(function(){initNavTree('functions_func_~.html',''); initResiza
  • ~SingletonFunctionObject() : GpgFrontend::SingletonFunctionObject< T >
  • +
  • ~Task() +: GpgFrontend::Thread::Task +
  • +
  • ~TaskRunner() +: GpgFrontend::Thread::TaskRunner +
  • diff --git a/docs/html/functions_p.html b/docs/html/functions_p.html index db6003fe..b2526846 100644 --- a/docs/html/functions_p.html +++ b/docs/html/functions_p.html @@ -97,6 +97,9 @@ $(document).ready(function(){initNavTree('functions_p.html',''); initResizable()
  • PlainTextEditorPage() : GpgFrontend::UI::PlainTextEditorPage
  • +
  • PostTask() +: GpgFrontend::Thread::TaskRunner +
  • print_act_ : GpgFrontend::UI::MainWindow
  • diff --git a/docs/html/functions_r.html b/docs/html/functions_r.html index a5a69594..e76b4372 100644 --- a/docs/html/functions_r.html +++ b/docs/html/functions_r.html @@ -130,6 +130,11 @@ $(document).ready(function(){initNavTree('functions_r.html',''); initResizable()
  • RevUID() : GpgFrontend::GpgUIDOperator
  • +
  • Run() +: GpgFrontend::Thread::CtxCheckTask +, GpgFrontend::Thread::Task +, GpgFrontend::UI::FileReadTask +
  • run() : GpgFrontend::UI::ListedKeyServerTestThread , GpgFrontend::UI::ProxyConnectionTestThread diff --git a/docs/html/functions_s.html b/docs/html/functions_s.html index 0676313b..61648a81 100644 --- a/docs/html/functions_s.html +++ b/docs/html/functions_s.html @@ -260,8 +260,8 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable() , GpgFrontend::UI::KeyserverTab , GpgFrontend::UI::SettingsDialog
  • -
  • SignalSendReadBlock() -: GpgFrontend::UI::FileReadThread +
  • SignalUIBytesDisplayed() +: GpgFrontend::UI::PlainTextEditorPage
  • SignalUpgradeVersion() : GpgFrontend::UI::VersionCheckThread @@ -365,7 +365,7 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable() : GpgFrontend::UI::MainWindow
  • slot_insert_text() -: GpgFrontend::UI::PlainTextEditorPage +: GpgFrontend::UI::PlainTextEditorPage
  • slot_jump_page() : GpgFrontend::UI::ChoosePage @@ -475,7 +475,7 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable() : GpgFrontend::UI::CommonUtils
  • SlotImportKeyFromKeyServer() -: GpgFrontend::UI::CommonUtils +: GpgFrontend::UI::CommonUtils
  • SlotImportKeys() : GpgFrontend::UI::CommonUtils diff --git a/docs/html/functions_t.html b/docs/html/functions_t.html index 323bbb3b..d0cd83cd 100644 --- a/docs/html/functions_t.html +++ b/docs/html/functions_t.html @@ -91,6 +91,21 @@ $(document).ready(function(){initNavTree('functions_t.html',''); initResizable()
  • TakeChargeOfResult() : GpgFrontend::GpgVerifyResultAnalyse
  • +
  • Task() +: GpgFrontend::Thread::Task +
  • +
  • TaskRunner() +: GpgFrontend::Thread::TaskRunner +
  • +
  • TaskRunnerGetter() +: GpgFrontend::Thread::TaskRunnerGetter +
  • +
  • tasks +: GpgFrontend::Thread::TaskRunner +
  • +
  • tasks_mutex_ +: GpgFrontend::Thread::TaskRunner +
  • test_passphrase_cb() : GpgFrontend::GpgContext
  • diff --git a/docs/html/functions_vars.html b/docs/html/functions_vars.html index 96b32a0b..56b443f7 100644 --- a/docs/html/functions_vars.html +++ b/docs/html/functions_vars.html @@ -493,6 +493,12 @@ $(document).ready(function(){initNavTree('functions_vars.html',''); initResizabl

    - t -

    diff --git a/docs/html/hierarchy.html b/docs/html/hierarchy.html index 3438af18..881ec15e 100644 --- a/docs/html/hierarchy.html +++ b/docs/html/hierarchy.html @@ -122,6 +122,8 @@ This inheritance list is sorted roughly, but not completely, alphabetically: CGpgFrontend::GpgUIDOperator  CGpgFrontend::SingletonFunctionObject< PassphraseGenerator >  CGpgFrontend::PassphraseGeneratorThe PassphraseGenerator class + CGpgFrontend::SingletonFunctionObject< TaskRunnerGetter > + CGpgFrontend::Thread::TaskRunnerGetter  CGpgFrontend::CharsetOperator  CclassExecutive files related to the basic operations that are provided by GpgBasicOperator  CGpgFrontend::UI::MainWindow::CryptoMenu @@ -177,46 +179,50 @@ This inheritance list is sorted roughly, but not completely, alphabetically: CGpgFrontend::UI::MainWindow  CQObject  CGpgFrontend::CoreCommonUtil - CGpgFrontend::UI::SignalStation - CQThread - CGpgFrontend::CtxCheckThread - CGpgFrontend::UI::FileReadThread - CGpgFrontend::UI::ListedKeyServerTestThread - CGpgFrontend::UI::ProxyConnectionTestThread - CGpgFrontend::UI::VersionCheckThread - CQWidget - CGpgFrontend::UI::AdvancedTab - CGpgFrontend::UI::AppearanceTab - CGpgFrontend::UI::CommonUtils - CGpgFrontend::UI::FilePage - CGpgFrontend::UI::FindWidgetClass for handling the find widget shown at buttom of a textedit-page - CGpgFrontend::UI::GeneralTab - CGpgFrontend::UI::HelpPage - CGpgFrontend::UI::InfoBoardWidgetClass for handling the verify label shown at bottom of a textedit-page - CGpgFrontend::UI::InfoTabClass containing the main tab of about dialog - CGpgFrontend::UI::KeyList - CGpgFrontend::UI::KeyPairDetailTab - CGpgFrontend::UI::KeyPairOperaTab - CGpgFrontend::UI::KeyPairSubkeyTab - CGpgFrontend::UI::KeyPairUIDTab - CGpgFrontend::UI::KeyserverTab - CGpgFrontend::UI::NetworkTab - CGpgFrontend::UI::PlainTextEditorPageClass for handling a single tab of the tabwidget - CGpgFrontend::UI::TextEditTextEdit class - CGpgFrontend::UI::TOFUInfoPage - CGpgFrontend::UI::TranslatorsTabClass containing the translator tab of about dialog - CGpgFrontend::UI::UpdateTabClass containing the main tab of about dialog - CQWizard - CGpgFrontend::UI::Wizard - CQWizardPage - CGpgFrontend::UI::ChoosePage - CGpgFrontend::UI::ConclusionPage - CGpgFrontend::UI::IntroPage - CGpgFrontend::UI::KeyGenPage - CGpgFrontend::SingletonStorage - CGpgFrontend::SingletonStorageCollection - CGpgFrontend::UI::SoftwareVersion - CTestListedKeyServerThread + CGpgFrontend::Thread::Task + CGpgFrontend::Thread::CtxCheckTask + CGpgFrontend::UI::FileReadTask + CGpgFrontend::UI::SignalStation + CQRunnable + CGpgFrontend::Thread::Task + CQThread + CGpgFrontend::Thread::TaskRunner + CGpgFrontend::UI::ListedKeyServerTestThread + CGpgFrontend::UI::ProxyConnectionTestThread + CGpgFrontend::UI::VersionCheckThread + CQWidget + CGpgFrontend::UI::AdvancedTab + CGpgFrontend::UI::AppearanceTab + CGpgFrontend::UI::CommonUtils + CGpgFrontend::UI::FilePage + CGpgFrontend::UI::FindWidgetClass for handling the find widget shown at buttom of a textedit-page + CGpgFrontend::UI::GeneralTab + CGpgFrontend::UI::HelpPage + CGpgFrontend::UI::InfoBoardWidgetClass for handling the verify label shown at bottom of a textedit-page + CGpgFrontend::UI::InfoTabClass containing the main tab of about dialog + CGpgFrontend::UI::KeyList + CGpgFrontend::UI::KeyPairDetailTab + CGpgFrontend::UI::KeyPairOperaTab + CGpgFrontend::UI::KeyPairSubkeyTab + CGpgFrontend::UI::KeyPairUIDTab + CGpgFrontend::UI::KeyserverTab + CGpgFrontend::UI::NetworkTab + CGpgFrontend::UI::PlainTextEditorPageClass for handling a single tab of the tabwidget + CGpgFrontend::UI::TextEditTextEdit class + CGpgFrontend::UI::TOFUInfoPage + CGpgFrontend::UI::TranslatorsTabClass containing the translator tab of about dialog + CGpgFrontend::UI::UpdateTabClass containing the main tab of about dialog + CQWizard + CGpgFrontend::UI::Wizard + CQWizardPage + CGpgFrontend::UI::ChoosePage + CGpgFrontend::UI::ConclusionPage + CGpgFrontend::UI::IntroPage + CGpgFrontend::UI::KeyGenPage + CGpgFrontend::SingletonStorage + CGpgFrontend::SingletonStorageCollection + CGpgFrontend::UI::SoftwareVersion + CTestListedKeyServerThread diff --git a/docs/html/hierarchy.js b/docs/html/hierarchy.js index 4e5f8641..69838670 100644 --- a/docs/html/hierarchy.js +++ b/docs/html/hierarchy.js @@ -43,6 +43,9 @@ var hierarchy = ] ], [ "GpgFrontend::SingletonFunctionObject< PassphraseGenerator >", "classGpgFrontend_1_1SingletonFunctionObject.html", [ [ "GpgFrontend::PassphraseGenerator", "classGpgFrontend_1_1PassphraseGenerator.html", null ] + ] ], + [ "GpgFrontend::SingletonFunctionObject< TaskRunnerGetter >", "classGpgFrontend_1_1SingletonFunctionObject.html", [ + [ "GpgFrontend::Thread::TaskRunnerGetter", "classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html", null ] ] ] ] ], [ "GpgFrontend::CharsetOperator", "classGpgFrontend_1_1CharsetOperator.html", null ], @@ -105,11 +108,17 @@ var hierarchy = ] ], [ "QObject", null, [ [ "GpgFrontend::CoreCommonUtil", "classGpgFrontend_1_1CoreCommonUtil.html", null ], + [ "GpgFrontend::Thread::Task", "classGpgFrontend_1_1Thread_1_1Task.html", [ + [ "GpgFrontend::Thread::CtxCheckTask", "classGpgFrontend_1_1Thread_1_1CtxCheckTask.html", null ], + [ "GpgFrontend::UI::FileReadTask", "classGpgFrontend_1_1UI_1_1FileReadTask.html", null ] + ] ], [ "GpgFrontend::UI::SignalStation", "classGpgFrontend_1_1UI_1_1SignalStation.html", null ] ] ], + [ "QRunnable", null, [ + [ "GpgFrontend::Thread::Task", "classGpgFrontend_1_1Thread_1_1Task.html", null ] + ] ], [ "QThread", null, [ - [ "GpgFrontend::CtxCheckThread", "classGpgFrontend_1_1CtxCheckThread.html", null ], - [ "GpgFrontend::UI::FileReadThread", "classGpgFrontend_1_1UI_1_1FileReadThread.html", null ], + [ "GpgFrontend::Thread::TaskRunner", "classGpgFrontend_1_1Thread_1_1TaskRunner.html", null ], [ "GpgFrontend::UI::ListedKeyServerTestThread", "classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html", null ], [ "GpgFrontend::UI::ProxyConnectionTestThread", "classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html", null ], [ "GpgFrontend::UI::VersionCheckThread", "classGpgFrontend_1_1UI_1_1VersionCheckThread.html", null ] diff --git a/docs/html/inherit_graph_10.map b/docs/html/inherit_graph_10.map index 33126def..41761719 100644 --- a/docs/html/inherit_graph_10.map +++ b/docs/html/inherit_graph_10.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_10.md5 b/docs/html/inherit_graph_10.md5 index bf91365e..28a13920 100644 --- a/docs/html/inherit_graph_10.md5 +++ b/docs/html/inherit_graph_10.md5 @@ -1 +1 @@ -7a44c14dfeaf00563220595473f47c42 \ No newline at end of file +a7ea79d3d006d17bbc3a8ca307fb3456 \ No newline at end of file diff --git a/docs/html/inherit_graph_10.png b/docs/html/inherit_graph_10.png index df6f1735..bf95b4e8 100644 Binary files a/docs/html/inherit_graph_10.png and b/docs/html/inherit_graph_10.png differ diff --git a/docs/html/inherit_graph_11.map b/docs/html/inherit_graph_11.map index 16644271..07523428 100644 --- a/docs/html/inherit_graph_11.map +++ b/docs/html/inherit_graph_11.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_11.md5 b/docs/html/inherit_graph_11.md5 index 3e517e53..f83a2645 100644 --- a/docs/html/inherit_graph_11.md5 +++ b/docs/html/inherit_graph_11.md5 @@ -1 +1 @@ -aeeca9536df161ebed072751ef00e5e2 \ No newline at end of file +0591af13102e8694cad226513a1ba89e \ No newline at end of file diff --git a/docs/html/inherit_graph_11.png b/docs/html/inherit_graph_11.png index 3d7aab22..5766cf16 100644 Binary files a/docs/html/inherit_graph_11.png and b/docs/html/inherit_graph_11.png differ diff --git a/docs/html/inherit_graph_12.map b/docs/html/inherit_graph_12.map index 41761719..6db8f980 100644 --- a/docs/html/inherit_graph_12.map +++ b/docs/html/inherit_graph_12.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_12.md5 b/docs/html/inherit_graph_12.md5 index 28a13920..a06adaca 100644 --- a/docs/html/inherit_graph_12.md5 +++ b/docs/html/inherit_graph_12.md5 @@ -1 +1 @@ -a7ea79d3d006d17bbc3a8ca307fb3456 \ No newline at end of file +3cc3a7f841fc78b9971f5282d98b46ab \ No newline at end of file diff --git a/docs/html/inherit_graph_12.png b/docs/html/inherit_graph_12.png index bf95b4e8..ff2ad30a 100644 Binary files a/docs/html/inherit_graph_12.png and b/docs/html/inherit_graph_12.png differ diff --git a/docs/html/inherit_graph_13.map b/docs/html/inherit_graph_13.map index 07523428..d65a5a2b 100644 --- a/docs/html/inherit_graph_13.map +++ b/docs/html/inherit_graph_13.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_13.md5 b/docs/html/inherit_graph_13.md5 index f83a2645..d202c431 100644 --- a/docs/html/inherit_graph_13.md5 +++ b/docs/html/inherit_graph_13.md5 @@ -1 +1 @@ -0591af13102e8694cad226513a1ba89e \ No newline at end of file +18e891febbd1d15e5c38f10cc217d21e \ No newline at end of file diff --git a/docs/html/inherit_graph_13.png b/docs/html/inherit_graph_13.png index 5766cf16..e5e862f3 100644 Binary files a/docs/html/inherit_graph_13.png and b/docs/html/inherit_graph_13.png differ diff --git a/docs/html/inherit_graph_14.map b/docs/html/inherit_graph_14.map index 6db8f980..f3faaef6 100644 --- a/docs/html/inherit_graph_14.map +++ b/docs/html/inherit_graph_14.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_14.md5 b/docs/html/inherit_graph_14.md5 index a06adaca..4813a1a7 100644 --- a/docs/html/inherit_graph_14.md5 +++ b/docs/html/inherit_graph_14.md5 @@ -1 +1 @@ -3cc3a7f841fc78b9971f5282d98b46ab \ No newline at end of file +390e7e061b2478e306161db90371293d \ No newline at end of file diff --git a/docs/html/inherit_graph_14.png b/docs/html/inherit_graph_14.png index ff2ad30a..fda220e0 100644 Binary files a/docs/html/inherit_graph_14.png and b/docs/html/inherit_graph_14.png differ diff --git a/docs/html/inherit_graph_15.map b/docs/html/inherit_graph_15.map index d65a5a2b..c5d3ec17 100644 --- a/docs/html/inherit_graph_15.map +++ b/docs/html/inherit_graph_15.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_15.md5 b/docs/html/inherit_graph_15.md5 index d202c431..0e9cf39a 100644 --- a/docs/html/inherit_graph_15.md5 +++ b/docs/html/inherit_graph_15.md5 @@ -1 +1 @@ -18e891febbd1d15e5c38f10cc217d21e \ No newline at end of file +087d68ecf0fd22ad21c68265cced79db \ No newline at end of file diff --git a/docs/html/inherit_graph_15.png b/docs/html/inherit_graph_15.png index e5e862f3..9627fecb 100644 Binary files a/docs/html/inherit_graph_15.png and b/docs/html/inherit_graph_15.png differ diff --git a/docs/html/inherit_graph_16.map b/docs/html/inherit_graph_16.map index f3faaef6..319471fd 100644 --- a/docs/html/inherit_graph_16.map +++ b/docs/html/inherit_graph_16.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_16.md5 b/docs/html/inherit_graph_16.md5 index 4813a1a7..7e396546 100644 --- a/docs/html/inherit_graph_16.md5 +++ b/docs/html/inherit_graph_16.md5 @@ -1 +1 @@ -390e7e061b2478e306161db90371293d \ No newline at end of file +64728ef2f27fd0c9a6fbbe495320e755 \ No newline at end of file diff --git a/docs/html/inherit_graph_16.png b/docs/html/inherit_graph_16.png index fda220e0..7f63ecf5 100644 Binary files a/docs/html/inherit_graph_16.png and b/docs/html/inherit_graph_16.png differ diff --git a/docs/html/inherit_graph_17.map b/docs/html/inherit_graph_17.map index c5d3ec17..a88b0db7 100644 --- a/docs/html/inherit_graph_17.map +++ b/docs/html/inherit_graph_17.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_17.md5 b/docs/html/inherit_graph_17.md5 index 0e9cf39a..242b15ec 100644 --- a/docs/html/inherit_graph_17.md5 +++ b/docs/html/inherit_graph_17.md5 @@ -1 +1 @@ -087d68ecf0fd22ad21c68265cced79db \ No newline at end of file +1a7834a625c9d9918d50baa61a48bb02 \ No newline at end of file diff --git a/docs/html/inherit_graph_17.png b/docs/html/inherit_graph_17.png index 9627fecb..fd598533 100644 Binary files a/docs/html/inherit_graph_17.png and b/docs/html/inherit_graph_17.png differ diff --git a/docs/html/inherit_graph_18.map b/docs/html/inherit_graph_18.map index 319471fd..ee65ea90 100644 --- a/docs/html/inherit_graph_18.map +++ b/docs/html/inherit_graph_18.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_18.md5 b/docs/html/inherit_graph_18.md5 index 7e396546..70a12979 100644 --- a/docs/html/inherit_graph_18.md5 +++ b/docs/html/inherit_graph_18.md5 @@ -1 +1 @@ -64728ef2f27fd0c9a6fbbe495320e755 \ No newline at end of file +a3a03e2a8df39c9bcaf23b24a927f0b1 \ No newline at end of file diff --git a/docs/html/inherit_graph_18.png b/docs/html/inherit_graph_18.png index 7f63ecf5..efc4162e 100644 Binary files a/docs/html/inherit_graph_18.png and b/docs/html/inherit_graph_18.png differ diff --git a/docs/html/inherit_graph_19.map b/docs/html/inherit_graph_19.map index a88b0db7..46670b73 100644 --- a/docs/html/inherit_graph_19.map +++ b/docs/html/inherit_graph_19.map @@ -1,3 +1,7 @@ - + + + + + diff --git a/docs/html/inherit_graph_19.md5 b/docs/html/inherit_graph_19.md5 index 242b15ec..23018263 100644 --- a/docs/html/inherit_graph_19.md5 +++ b/docs/html/inherit_graph_19.md5 @@ -1 +1 @@ -1a7834a625c9d9918d50baa61a48bb02 \ No newline at end of file +114e1e9c1e55011d478ccc2b35186f92 \ No newline at end of file diff --git a/docs/html/inherit_graph_19.png b/docs/html/inherit_graph_19.png index fd598533..12b99444 100644 Binary files a/docs/html/inherit_graph_19.png and b/docs/html/inherit_graph_19.png differ diff --git a/docs/html/inherit_graph_20.map b/docs/html/inherit_graph_20.map index ee65ea90..22d81b30 100644 --- a/docs/html/inherit_graph_20.map +++ b/docs/html/inherit_graph_20.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_20.md5 b/docs/html/inherit_graph_20.md5 index 70a12979..1bf81774 100644 --- a/docs/html/inherit_graph_20.md5 +++ b/docs/html/inherit_graph_20.md5 @@ -1 +1 @@ -a3a03e2a8df39c9bcaf23b24a927f0b1 \ No newline at end of file +26f90c3e36c8510594cbb75045def669 \ No newline at end of file diff --git a/docs/html/inherit_graph_20.png b/docs/html/inherit_graph_20.png index efc4162e..92722ab2 100644 Binary files a/docs/html/inherit_graph_20.png and b/docs/html/inherit_graph_20.png differ diff --git a/docs/html/inherit_graph_21.map b/docs/html/inherit_graph_21.map index 46670b73..51f0f4c7 100644 --- a/docs/html/inherit_graph_21.map +++ b/docs/html/inherit_graph_21.map @@ -1,7 +1,3 @@ - - - - - + diff --git a/docs/html/inherit_graph_21.md5 b/docs/html/inherit_graph_21.md5 index 23018263..aa92b2dc 100644 --- a/docs/html/inherit_graph_21.md5 +++ b/docs/html/inherit_graph_21.md5 @@ -1 +1 @@ -114e1e9c1e55011d478ccc2b35186f92 \ No newline at end of file +5e63fce5749bd23553e822908ccf9c3a \ No newline at end of file diff --git a/docs/html/inherit_graph_21.png b/docs/html/inherit_graph_21.png index 12b99444..71973d93 100644 Binary files a/docs/html/inherit_graph_21.png and b/docs/html/inherit_graph_21.png differ diff --git a/docs/html/inherit_graph_22.map b/docs/html/inherit_graph_22.map index 22d81b30..9526b79d 100644 --- a/docs/html/inherit_graph_22.map +++ b/docs/html/inherit_graph_22.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_22.md5 b/docs/html/inherit_graph_22.md5 index 1bf81774..d724e976 100644 --- a/docs/html/inherit_graph_22.md5 +++ b/docs/html/inherit_graph_22.md5 @@ -1 +1 @@ -26f90c3e36c8510594cbb75045def669 \ No newline at end of file +936868457f0496f230566016eca0e98a \ No newline at end of file diff --git a/docs/html/inherit_graph_22.png b/docs/html/inherit_graph_22.png index 92722ab2..d5fe3696 100644 Binary files a/docs/html/inherit_graph_22.png and b/docs/html/inherit_graph_22.png differ diff --git a/docs/html/inherit_graph_23.map b/docs/html/inherit_graph_23.map index 51f0f4c7..c191e163 100644 --- a/docs/html/inherit_graph_23.map +++ b/docs/html/inherit_graph_23.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_23.md5 b/docs/html/inherit_graph_23.md5 index aa92b2dc..f573adaf 100644 --- a/docs/html/inherit_graph_23.md5 +++ b/docs/html/inherit_graph_23.md5 @@ -1 +1 @@ -5e63fce5749bd23553e822908ccf9c3a \ No newline at end of file +6182e8dd886363061cf0bc8126ce97ba \ No newline at end of file diff --git a/docs/html/inherit_graph_23.png b/docs/html/inherit_graph_23.png index 71973d93..6bf81fc4 100644 Binary files a/docs/html/inherit_graph_23.png and b/docs/html/inherit_graph_23.png differ diff --git a/docs/html/inherit_graph_24.map b/docs/html/inherit_graph_24.map index 9526b79d..ea0412a8 100644 --- a/docs/html/inherit_graph_24.map +++ b/docs/html/inherit_graph_24.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_24.md5 b/docs/html/inherit_graph_24.md5 index d724e976..cdec1080 100644 --- a/docs/html/inherit_graph_24.md5 +++ b/docs/html/inherit_graph_24.md5 @@ -1 +1 @@ -936868457f0496f230566016eca0e98a \ No newline at end of file +1044a7df6174518893bb651e929bdc2a \ No newline at end of file diff --git a/docs/html/inherit_graph_24.png b/docs/html/inherit_graph_24.png index d5fe3696..ca8d3786 100644 Binary files a/docs/html/inherit_graph_24.png and b/docs/html/inherit_graph_24.png differ diff --git a/docs/html/inherit_graph_25.map b/docs/html/inherit_graph_25.map index c191e163..243093ea 100644 --- a/docs/html/inherit_graph_25.map +++ b/docs/html/inherit_graph_25.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_25.md5 b/docs/html/inherit_graph_25.md5 index f573adaf..b254ed50 100644 --- a/docs/html/inherit_graph_25.md5 +++ b/docs/html/inherit_graph_25.md5 @@ -1 +1 @@ -6182e8dd886363061cf0bc8126ce97ba \ No newline at end of file +af35db019c786461bba6247e4b26b3e0 \ No newline at end of file diff --git a/docs/html/inherit_graph_25.png b/docs/html/inherit_graph_25.png index 6bf81fc4..1f8fd17f 100644 Binary files a/docs/html/inherit_graph_25.png and b/docs/html/inherit_graph_25.png differ diff --git a/docs/html/inherit_graph_26.map b/docs/html/inherit_graph_26.map index ea0412a8..31e9f044 100644 --- a/docs/html/inherit_graph_26.map +++ b/docs/html/inherit_graph_26.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_26.md5 b/docs/html/inherit_graph_26.md5 index cdec1080..7bcacf62 100644 --- a/docs/html/inherit_graph_26.md5 +++ b/docs/html/inherit_graph_26.md5 @@ -1 +1 @@ -1044a7df6174518893bb651e929bdc2a \ No newline at end of file +dcdbbf60a8935dd3e618017dcf1a4f21 \ No newline at end of file diff --git a/docs/html/inherit_graph_26.png b/docs/html/inherit_graph_26.png index ca8d3786..6affab0e 100644 Binary files a/docs/html/inherit_graph_26.png and b/docs/html/inherit_graph_26.png differ diff --git a/docs/html/inherit_graph_27.map b/docs/html/inherit_graph_27.map index 243093ea..ccd3d9a3 100644 --- a/docs/html/inherit_graph_27.map +++ b/docs/html/inherit_graph_27.map @@ -1,3 +1,9 @@ - + + + + + + + diff --git a/docs/html/inherit_graph_27.md5 b/docs/html/inherit_graph_27.md5 index b254ed50..bf687bd7 100644 --- a/docs/html/inherit_graph_27.md5 +++ b/docs/html/inherit_graph_27.md5 @@ -1 +1 @@ -af35db019c786461bba6247e4b26b3e0 \ No newline at end of file +18572c7eb4b459d05f468b2747ae6cd0 \ No newline at end of file diff --git a/docs/html/inherit_graph_27.png b/docs/html/inherit_graph_27.png index 1f8fd17f..2aaaf52b 100644 Binary files a/docs/html/inherit_graph_27.png and b/docs/html/inherit_graph_27.png differ diff --git a/docs/html/inherit_graph_28.map b/docs/html/inherit_graph_28.map index 31e9f044..d4ae3292 100644 --- a/docs/html/inherit_graph_28.map +++ b/docs/html/inherit_graph_28.map @@ -1,3 +1,7 @@ - + + + + + diff --git a/docs/html/inherit_graph_28.md5 b/docs/html/inherit_graph_28.md5 index 7bcacf62..7c3c6ca5 100644 --- a/docs/html/inherit_graph_28.md5 +++ b/docs/html/inherit_graph_28.md5 @@ -1 +1 @@ -dcdbbf60a8935dd3e618017dcf1a4f21 \ No newline at end of file +a8c429b6e60a30fb6c50a6f89252ef6a \ No newline at end of file diff --git a/docs/html/inherit_graph_28.png b/docs/html/inherit_graph_28.png index 6affab0e..80e81256 100644 Binary files a/docs/html/inherit_graph_28.png and b/docs/html/inherit_graph_28.png differ diff --git a/docs/html/inherit_graph_29.md5 b/docs/html/inherit_graph_29.md5 index 14aa8428..d84d3038 100644 --- a/docs/html/inherit_graph_29.md5 +++ b/docs/html/inherit_graph_29.md5 @@ -1 +1 @@ -fa84416d3cad5d2760e9ce5c089cc2f4 \ No newline at end of file +dc9e2c73f9657f55f588d8cd2c27a4f7 \ No newline at end of file diff --git a/docs/html/inherit_graph_35.md5 b/docs/html/inherit_graph_35.md5 index 85e207e8..90f844ea 100644 --- a/docs/html/inherit_graph_35.md5 +++ b/docs/html/inherit_graph_35.md5 @@ -1 +1 @@ -1cf464f1b4aea1b5da14ebedb1431f70 \ No newline at end of file +cb8008c3bdb1a468f232b5a9b521dac2 \ No newline at end of file diff --git a/docs/html/inherit_graph_38.md5 b/docs/html/inherit_graph_38.md5 index a2eefd5e..1aad3012 100644 --- a/docs/html/inherit_graph_38.md5 +++ b/docs/html/inherit_graph_38.md5 @@ -1 +1 @@ -bb4389ad94b74bd64e9ed8bf515ebd85 \ No newline at end of file +4f4171f76a85e0c80723d369569e3fda \ No newline at end of file diff --git a/docs/html/inherit_graph_4.map b/docs/html/inherit_graph_4.map index 43495986..6f530f1b 100644 --- a/docs/html/inherit_graph_4.map +++ b/docs/html/inherit_graph_4.map @@ -1,5 +1,5 @@ - + @@ -13,6 +13,7 @@ + @@ -25,4 +26,5 @@ + diff --git a/docs/html/inherit_graph_4.md5 b/docs/html/inherit_graph_4.md5 index 5e4259ba..3c1c3dfa 100644 --- a/docs/html/inherit_graph_4.md5 +++ b/docs/html/inherit_graph_4.md5 @@ -1 +1 @@ -1e12719209db34ce07bd01927b72dcc6 \ No newline at end of file +fb49f5a547bed50b4ca4587fcd60a567 \ No newline at end of file diff --git a/docs/html/inherit_graph_4.png b/docs/html/inherit_graph_4.png index 170c5b2f..523ea62b 100644 Binary files a/docs/html/inherit_graph_4.png and b/docs/html/inherit_graph_4.png differ diff --git a/docs/html/inherit_graph_40.md5 b/docs/html/inherit_graph_40.md5 index 79dacc07..57ea0bfe 100644 --- a/docs/html/inherit_graph_40.md5 +++ b/docs/html/inherit_graph_40.md5 @@ -1 +1 @@ -787fb39dadde80e365c9ed06c8a303b7 \ No newline at end of file +ee4a005d3a9d596beda700d6c5a34721 \ No newline at end of file diff --git a/docs/html/inherit_graph_6.map b/docs/html/inherit_graph_6.map index e17fcc41..66904c93 100644 --- a/docs/html/inherit_graph_6.map +++ b/docs/html/inherit_graph_6.map @@ -1,5 +1,3 @@ - - - + diff --git a/docs/html/inherit_graph_6.md5 b/docs/html/inherit_graph_6.md5 index dd6609a8..5c3519f5 100644 --- a/docs/html/inherit_graph_6.md5 +++ b/docs/html/inherit_graph_6.md5 @@ -1 +1 @@ -34e91c68da9f9433ff584ce4ae87d779 \ No newline at end of file +7d0f3fdd2322904d53dbfd2ed21ccb5c \ No newline at end of file diff --git a/docs/html/inherit_graph_6.png b/docs/html/inherit_graph_6.png index 7906a051..814619af 100644 Binary files a/docs/html/inherit_graph_6.png and b/docs/html/inherit_graph_6.png differ diff --git a/docs/html/inherit_graph_7.map b/docs/html/inherit_graph_7.map index 2142c062..306f3014 100644 --- a/docs/html/inherit_graph_7.map +++ b/docs/html/inherit_graph_7.map @@ -1,8 +1,3 @@ - - - - - - + diff --git a/docs/html/inherit_graph_7.md5 b/docs/html/inherit_graph_7.md5 index 977814dc..138cd197 100644 --- a/docs/html/inherit_graph_7.md5 +++ b/docs/html/inherit_graph_7.md5 @@ -1 +1 @@ -d35e6f488fbd9125fdb2076b71d31912 \ No newline at end of file +fe4f1b519a0657b8a19bede04db5b5dd \ No newline at end of file diff --git a/docs/html/inherit_graph_7.png b/docs/html/inherit_graph_7.png index 3df48512..da78e572 100644 Binary files a/docs/html/inherit_graph_7.png and b/docs/html/inherit_graph_7.png differ diff --git a/docs/html/inherit_graph_8.map b/docs/html/inherit_graph_8.map index 66904c93..33126def 100644 --- a/docs/html/inherit_graph_8.map +++ b/docs/html/inherit_graph_8.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_8.md5 b/docs/html/inherit_graph_8.md5 index 5c3519f5..bf91365e 100644 --- a/docs/html/inherit_graph_8.md5 +++ b/docs/html/inherit_graph_8.md5 @@ -1 +1 @@ -7d0f3fdd2322904d53dbfd2ed21ccb5c \ No newline at end of file +7a44c14dfeaf00563220595473f47c42 \ No newline at end of file diff --git a/docs/html/inherit_graph_8.png b/docs/html/inherit_graph_8.png index 814619af..df6f1735 100644 Binary files a/docs/html/inherit_graph_8.png and b/docs/html/inherit_graph_8.png differ diff --git a/docs/html/inherit_graph_9.map b/docs/html/inherit_graph_9.map index 306f3014..16644271 100644 --- a/docs/html/inherit_graph_9.map +++ b/docs/html/inherit_graph_9.map @@ -1,3 +1,3 @@ - + diff --git a/docs/html/inherit_graph_9.md5 b/docs/html/inherit_graph_9.md5 index 138cd197..3e517e53 100644 --- a/docs/html/inherit_graph_9.md5 +++ b/docs/html/inherit_graph_9.md5 @@ -1 +1 @@ -fe4f1b519a0657b8a19bede04db5b5dd \ No newline at end of file +aeeca9536df161ebed072751ef00e5e2 \ No newline at end of file diff --git a/docs/html/inherit_graph_9.png b/docs/html/inherit_graph_9.png index da78e572..3d7aab22 100644 Binary files a/docs/html/inherit_graph_9.png and b/docs/html/inherit_graph_9.png differ diff --git a/docs/html/inherits.html b/docs/html/inherits.html index a52dd878..4067bd17 100644 --- a/docs/html/inherits.html +++ b/docs/html/inherits.html @@ -111,7 +111,7 @@ $(document).ready(function(){initNavTree('hierarchy.html',''); initResizable(); - + @@ -125,6 +125,7 @@ $(document).ready(function(){initNavTree('hierarchy.html',''); initResizable(); + @@ -137,6 +138,7 @@ $(document).ready(function(){initNavTree('hierarchy.html',''); initResizable(); + @@ -144,89 +146,72 @@ $(document).ready(function(){initNavTree('hierarchy.html',''); initResizable();
    - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -235,41 +220,61 @@ $(document).ready(function(){initNavTree('hierarchy.html',''); initResizable(); - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/html/namespaceGpgFrontend.html b/docs/html/namespaceGpgFrontend.html index 05c3be1f..0ac6a107 100644 --- a/docs/html/namespaceGpgFrontend.html +++ b/docs/html/namespaceGpgFrontend.html @@ -97,6 +97,8 @@ $(document).ready(function(){initNavTree('namespaceGpgFrontend.html',''); initRe Namespaces  RawAPI   +  Thread +   UI   @@ -116,8 +118,6 @@ Classes - - @@ -680,7 +680,7 @@ const int  - + @@ -271,15 +271,15 @@ std::string 
     
    class  CoreCommonUtil
     
    class  CtxCheckThread
     
    class  DataObjectOperator
     
    class  FileOperator
    GPGFRONTEND_NON_

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

    -

    Referenced by GpgFrontend::UI::InitGpgFrontendUI().

    +

    Referenced by GpgFrontend::UI::InitGpgFrontendUI(), and GpgFrontend::Thread::CtxCheckTask::Run().

    diff --git a/docs/html/namespaceGpgFrontend.js b/docs/html/namespaceGpgFrontend.js index 129d18f9..5a3d849e 100644 --- a/docs/html/namespaceGpgFrontend.js +++ b/docs/html/namespaceGpgFrontend.js @@ -1,5 +1,6 @@ var namespaceGpgFrontend = [ + [ "Thread", "namespaceGpgFrontend_1_1Thread.html", "namespaceGpgFrontend_1_1Thread" ], [ "UI", "namespaceGpgFrontend_1_1UI.html", "namespaceGpgFrontend_1_1UI" ], [ "_result_ref_deletor", "structGpgFrontend_1_1__result__ref__deletor.html", "structGpgFrontend_1_1__result__ref__deletor" ], [ "ArchiveFileOperator", "classGpgFrontend_1_1ArchiveFileOperator.html", "classGpgFrontend_1_1ArchiveFileOperator" ], @@ -7,7 +8,6 @@ var namespaceGpgFrontend = [ "ChannelObject", "classGpgFrontend_1_1ChannelObject.html", "classGpgFrontend_1_1ChannelObject" ], [ "CharsetOperator", "classGpgFrontend_1_1CharsetOperator.html", "classGpgFrontend_1_1CharsetOperator" ], [ "CoreCommonUtil", "classGpgFrontend_1_1CoreCommonUtil.html", "classGpgFrontend_1_1CoreCommonUtil" ], - [ "CtxCheckThread", "classGpgFrontend_1_1CtxCheckThread.html", "classGpgFrontend_1_1CtxCheckThread" ], [ "DataObjectOperator", "classGpgFrontend_1_1DataObjectOperator.html", "classGpgFrontend_1_1DataObjectOperator" ], [ "FileOperator", "classGpgFrontend_1_1FileOperator.html", "classGpgFrontend_1_1FileOperator" ], [ "GenKeyInfo", "classGpgFrontend_1_1GenKeyInfo.html", "classGpgFrontend_1_1GenKeyInfo" ], diff --git a/docs/html/classGpgFrontend_1_1CtxCheckThread.html b/docs/html/namespaceGpgFrontend_1_1Thread.html similarity index 54% rename from docs/html/classGpgFrontend_1_1CtxCheckThread.html rename to docs/html/namespaceGpgFrontend_1_1Thread.html index c9e5065b..83281628 100644 --- a/docs/html/classGpgFrontend_1_1CtxCheckThread.html +++ b/docs/html/namespaceGpgFrontend_1_1Thread.html @@ -5,7 +5,7 @@ -GpgFrontend Project: GpgFrontend::CtxCheckThread Class Reference +GpgFrontend Project: GpgFrontend::Thread Namespace Reference @@ -63,7 +63,7 @@ $(function() {
    @@ -83,90 +83,37 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1CtxCheckThread.htm
    -
    GpgFrontend::CtxCheckThread Class Reference
    +
    GpgFrontend::Thread Namespace Reference
    -
    -Inheritance diagram for GpgFrontend::CtxCheckThread:
    -
    -
    Inheritance graph
    - - - - -
    -
    -Collaboration diagram for GpgFrontend::CtxCheckThread:
    -
    -
    Collaboration graph
    - - - - -
    - - - -

    -Signals

    -void SignalGnupgNotInstall ()
     
    - - - - -

    -Public Member Functions

     CtxCheckThread ()
     Construct a new Ctx Check Thread object. More...
     
    - - - + + + + + + + + +

    -Protected Member Functions

    -void run () override
     

    +Classes

    class  CtxCheckTask
     
    class  Task
     
    class  TaskRunner
     
    class  TaskRunnerGetter
     
    -

    Constructor & Destructor Documentation

    - -

    ◆ CtxCheckThread()

    - -
    -
    - - - - - - - -
    GpgFrontend::CtxCheckThread::CtxCheckThread ()
    -
    - -

    Construct a new Ctx Check Thread object.

    -

    Copyright (C) 2021 Saturneric

    +

    Detailed Description

    +

    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 GpgFrontend::CoreCommonUtil::GetInstance().

    - -
    -
    -
    The documentation for this class was generated from the following files: -
    +
     
    class  FilePage
     
    class  FileReadThread
    class  FileReadTask
     
    class  FindWidget
     Class for handling the find widget shown at buttom of a textedit-page. More...
    binary_to_stri

    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

    +

    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.

    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.

    +

    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

    Enumeration Type Documentation

    ◆ InfoBoardStatus

    @@ -376,7 +376,7 @@ std::string 
    binary_to_stri

    init the UI library

    -

    References GpgFrontend::UI::SignalStation::GetInstance(), GpgFrontend::UI::CommonUtils::GetInstance(), init_locale(), and GpgFrontend::init_logging().

    +

    References GpgFrontend::UI::SignalStation::GetInstance(), GpgFrontend::UI::CommonUtils::GetInstance(), GpgFrontend::SingletonFunctionObject< TaskRunnerGetter >::GetInstance(), init_locale(), and GpgFrontend::init_logging().

    diff --git a/docs/html/namespaceGpgFrontend_1_1UI.js b/docs/html/namespaceGpgFrontend_1_1UI.js index 8d850aab..33d5d8c2 100644 --- a/docs/html/namespaceGpgFrontend_1_1UI.js +++ b/docs/html/namespaceGpgFrontend_1_1UI.js @@ -8,7 +8,7 @@ var namespaceGpgFrontend_1_1UI = [ "ConclusionPage", "classGpgFrontend_1_1UI_1_1ConclusionPage.html", "classGpgFrontend_1_1UI_1_1ConclusionPage" ], [ "ExportKeyPackageDialog", "classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html", "classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog" ], [ "FilePage", "classGpgFrontend_1_1UI_1_1FilePage.html", "classGpgFrontend_1_1UI_1_1FilePage" ], - [ "FileReadThread", "classGpgFrontend_1_1UI_1_1FileReadThread.html", "classGpgFrontend_1_1UI_1_1FileReadThread" ], + [ "FileReadTask", "classGpgFrontend_1_1UI_1_1FileReadTask.html", "classGpgFrontend_1_1UI_1_1FileReadTask" ], [ "FindWidget", "classGpgFrontend_1_1UI_1_1FindWidget.html", "classGpgFrontend_1_1UI_1_1FindWidget" ], [ "GeneralTab", "classGpgFrontend_1_1UI_1_1GeneralTab.html", "classGpgFrontend_1_1UI_1_1GeneralTab" ], [ "HelpPage", "classGpgFrontend_1_1UI_1_1HelpPage.html", "classGpgFrontend_1_1UI_1_1HelpPage" ], diff --git a/docs/html/namespaces.html b/docs/html/namespaces.html index 8b0c0e26..3430b8a0 100644 --- a/docs/html/namespaces.html +++ b/docs/html/namespaces.html @@ -90,7 +90,8 @@ $(document).ready(function(){initNavTree('namespaces.html',''); initResizable();
    [detail level 12]
    - + +
     NGpgFrontend
     NRawAPI
     NUI
     NThread
     NUI
    diff --git a/docs/html/navtreedata.js b/docs/html/navtreedata.js index 241b5f28..62758057 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_1GpgContext.html", -"classGpgFrontend_1_1GpgTOFUInfo.html#abc53f7ca1b737ed1a913ad2f90a346e4", -"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a8bc7fdc44432686d8b154783b2d156e8", -"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a51f63e30f26f7923def91519d347c0cf", -"classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9", -"structGpgFrontend_1_1__result__ref__deletor.html" +"classGpgFrontend_1_1GpgContext.html#a01e46d0718b61a224a52028b9da90468", +"classGpgFrontend_1_1GpgTOFUInfo.html#aec03f07d2ae5d81887610ca42420462d", +"classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html#a2c3d09bc4b7ebce9839ec03a43838d32", +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4e387503359dee5771e855218d5f1561", +"classGpgFrontend_1_1UI_1_1SettingsObject.html#ac11d19096b4e88cb288a208a4953af4d", +"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/docs/html/navtreeindex0.js b/docs/html/navtreeindex0.js index f5d4478d..db86d184 100644 --- a/docs/html/navtreeindex0.js +++ b/docs/html/navtreeindex0.js @@ -4,12 +4,12 @@ var NAVTREEINDEX0 = "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], -"CtxCheckThread_8h_source.html":[3,0,0,0,3,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], "FileOperator_8h_source.html":[3,0,0,0,1,6], "FilePage_8h_source.html":[3,0,0,1,10,0], -"FileReadThread_8h_source.html":[3,0,0,1,9,0], +"FileReadTask_8h_source.html":[3,0,0,0,3,1], "FindWidget_8h_source.html":[3,0,0,1,10,1], "GlobalSettingStation_8h_source.html":[3,0,0,0,1,7], "GpgBasicOperator_8h_source.html":[3,0,0,0,1,1,0], @@ -59,11 +59,11 @@ var NAVTREEINDEX0 = "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,1], +"ListedKeyServerTestThread_8h_source.html":[3,0,0,1,9,0], "MainWindow_8h_source.html":[3,0,0,1,6,0], "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,2], +"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], @@ -78,40 +78,39 @@ var NAVTREEINDEX0 = "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], +"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], "UserInterfaceUtils_8h_source.html":[3,0,0,1,15], "VerifyDetailsDialog_8h_source.html":[3,0,0,1,0,1], "VerifyKeyDetailBox_8h_source.html":[3,0,0,1,10,9], -"VersionCheckThread_8h_source.html":[3,0,0,1,9,3], +"VersionCheckThread_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], "aes__ssl_8h_source.html":[3,0,0,0,1,0,0], "annotated.html":[2,0], -"classGpgFrontend_1_1ArchiveFileOperator.html":[2,0,0,2], -"classGpgFrontend_1_1ArchiveFileOperator.html#a872fc2bfdd8876d5bf6bc9893ff0d963":[2,0,0,2,0], -"classGpgFrontend_1_1ArchiveFileOperator.html#ae2ca57d6af2f27560e97430a9eee3505":[2,0,0,2,2], -"classGpgFrontend_1_1ArchiveFileOperator.html#ae80009defc3c4a94a7180966fb82a0d8":[2,0,0,2,1], -"classGpgFrontend_1_1ChannelObject.html":[2,0,0,4], -"classGpgFrontend_1_1ChannelObject.html#a0e13a4bff1cfb679f68a3a2590a3b1b8":[2,0,0,4,2], -"classGpgFrontend_1_1ChannelObject.html#a66295bb572e98fc2fad3afce763ac311":[2,0,0,4,5], -"classGpgFrontend_1_1ChannelObject.html#a68ad2a19339e3cd50626fe0eaad17ccd":[2,0,0,4,1], -"classGpgFrontend_1_1ChannelObject.html#aa3b19cad6d873b314bba32a3dae85f09":[2,0,0,4,4], -"classGpgFrontend_1_1ChannelObject.html#aece9c525c49900734bc1bebf85b644ef":[2,0,0,4,3], -"classGpgFrontend_1_1ChannelObject.html#aedbf32eddc701e521bd8e790ef208da0":[2,0,0,4,0], -"classGpgFrontend_1_1ChannelObject.html#aee5f8a5575adbdf522da4dd195c091ee":[2,0,0,4,6], -"classGpgFrontend_1_1CharsetOperator.html":[2,0,0,5], -"classGpgFrontend_1_1CharsetOperator.html#a5a444a0fbd508f6af6a56f4151c21c1f":[2,0,0,5,2], -"classGpgFrontend_1_1CharsetOperator.html#a5ec0034ec02c373471b9b23fa988829b":[2,0,0,5,1], -"classGpgFrontend_1_1CharsetOperator.html#a707198805867df0e92b2db162da0f044":[2,0,0,5,0], -"classGpgFrontend_1_1CoreCommonUtil.html":[2,0,0,6], -"classGpgFrontend_1_1CoreCommonUtil.html#a0c5bfd282e20abb390aa01023ee27682":[2,0,0,6,0], -"classGpgFrontend_1_1CoreCommonUtil.html#a84e293c5806f34231e682426092ed298":[2,0,0,6,3], -"classGpgFrontend_1_1CoreCommonUtil.html#a8588dfa6ccb57c055f022b13e2da1e7c":[2,0,0,6,1], -"classGpgFrontend_1_1CoreCommonUtil.html#ae78bbd20a519cbd8b4384e443c98231e":[2,0,0,6,2], -"classGpgFrontend_1_1CtxCheckThread.html":[2,0,0,7], -"classGpgFrontend_1_1CtxCheckThread.html#a48cefc5f06e87df15c8336017d2b322f":[2,0,0,7,0], -"classGpgFrontend_1_1CtxCheckThread.html#a4b0b22c5d85fa9226c18d51b9217e998":[2,0,0,7,2], -"classGpgFrontend_1_1CtxCheckThread.html#aac143090d3e4377494fda36cdb12a357":[2,0,0,7,1], +"classGpgFrontend_1_1ArchiveFileOperator.html":[2,0,0,3], +"classGpgFrontend_1_1ArchiveFileOperator.html#a872fc2bfdd8876d5bf6bc9893ff0d963":[2,0,0,3,0], +"classGpgFrontend_1_1ArchiveFileOperator.html#ae2ca57d6af2f27560e97430a9eee3505":[2,0,0,3,2], +"classGpgFrontend_1_1ArchiveFileOperator.html#ae80009defc3c4a94a7180966fb82a0d8":[2,0,0,3,1], +"classGpgFrontend_1_1ChannelObject.html":[2,0,0,5], +"classGpgFrontend_1_1ChannelObject.html#a0e13a4bff1cfb679f68a3a2590a3b1b8":[2,0,0,5,2], +"classGpgFrontend_1_1ChannelObject.html#a66295bb572e98fc2fad3afce763ac311":[2,0,0,5,5], +"classGpgFrontend_1_1ChannelObject.html#a68ad2a19339e3cd50626fe0eaad17ccd":[2,0,0,5,1], +"classGpgFrontend_1_1ChannelObject.html#aa3b19cad6d873b314bba32a3dae85f09":[2,0,0,5,4], +"classGpgFrontend_1_1ChannelObject.html#aece9c525c49900734bc1bebf85b644ef":[2,0,0,5,3], +"classGpgFrontend_1_1ChannelObject.html#aedbf32eddc701e521bd8e790ef208da0":[2,0,0,5,0], +"classGpgFrontend_1_1ChannelObject.html#aee5f8a5575adbdf522da4dd195c091ee":[2,0,0,5,6], +"classGpgFrontend_1_1CharsetOperator.html":[2,0,0,6], +"classGpgFrontend_1_1CharsetOperator.html#a5a444a0fbd508f6af6a56f4151c21c1f":[2,0,0,6,2], +"classGpgFrontend_1_1CharsetOperator.html#a5ec0034ec02c373471b9b23fa988829b":[2,0,0,6,1], +"classGpgFrontend_1_1CharsetOperator.html#a707198805867df0e92b2db162da0f044":[2,0,0,6,0], +"classGpgFrontend_1_1CoreCommonUtil.html":[2,0,0,7], +"classGpgFrontend_1_1CoreCommonUtil.html#a0c5bfd282e20abb390aa01023ee27682":[2,0,0,7,0], +"classGpgFrontend_1_1CoreCommonUtil.html#a84e293c5806f34231e682426092ed298":[2,0,0,7,3], +"classGpgFrontend_1_1CoreCommonUtil.html#a8588dfa6ccb57c055f022b13e2da1e7c":[2,0,0,7,1], +"classGpgFrontend_1_1CoreCommonUtil.html#ae78bbd20a519cbd8b4384e443c98231e":[2,0,0,7,2], "classGpgFrontend_1_1DataObjectOperator.html":[2,0,0,8], "classGpgFrontend_1_1DataObjectOperator.html#a1f5c8469197b382a8c0974d64114dfcd":[2,0,0,8,2], "classGpgFrontend_1_1DataObjectOperator.html#a24c9cdbe9256e332ac93d6dc28c76b90":[2,0,0,8,11], @@ -249,5 +248,6 @@ var NAVTREEINDEX0 = "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_1GpgConstants.html#accb94e62d07af77123b79462971b4d55":[2,0,0,14,4], +"classGpgFrontend_1_1GpgContext.html":[2,0,0,15] }; diff --git a/docs/html/navtreeindex1.js b/docs/html/navtreeindex1.js index 5a284ee9..2b1b2037 100644 --- a/docs/html/navtreeindex1.js +++ b/docs/html/navtreeindex1.js @@ -1,6 +1,5 @@ var NAVTREEINDEX1 = { -"classGpgFrontend_1_1GpgContext.html":[2,0,0,15], "classGpgFrontend_1_1GpgContext.html#a01e46d0718b61a224a52028b9da90468":[2,0,0,15,14], "classGpgFrontend_1_1GpgContext.html#a2429d3f9daa189b4d5d8624c9f4d528b":[2,0,0,15,3], "classGpgFrontend_1_1GpgContext.html#a3377fd6a325aafc18c119431f602db9b":[2,0,0,15,7], @@ -249,5 +248,6 @@ var NAVTREEINDEX1 = "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#aaabb02aef76162ed59647445b4c1f6de":[2,0,0,34,2], +"classGpgFrontend_1_1GpgTOFUInfo.html#abc53f7ca1b737ed1a913ad2f90a346e4":[2,0,0,34,6] }; diff --git a/docs/html/navtreeindex2.js b/docs/html/navtreeindex2.js index 2ed474e0..11760831 100644 --- a/docs/html/navtreeindex2.js +++ b/docs/html/navtreeindex2.js @@ -1,6 +1,5 @@ var NAVTREEINDEX2 = { -"classGpgFrontend_1_1GpgTOFUInfo.html#abc53f7ca1b737ed1a913ad2f90a346e4":[2,0,0,34,6], "classGpgFrontend_1_1GpgTOFUInfo.html#aec03f07d2ae5d81887610ca42420462d":[2,0,0,34,14], "classGpgFrontend_1_1GpgUID.html":[2,0,0,35], "classGpgFrontend_1_1GpgUID.html#a0d1a061c131e5269923dea52be3b3be4":[2,0,0,35,6], @@ -72,182 +71,183 @@ var NAVTREEINDEX2 = "classGpgFrontend_1_1SingletonStorageCollection.html#a6f933390c54b7f55d5ffb4624074725f":[2,0,0,42,1], "classGpgFrontend_1_1SingletonStorageCollection.html#ab648cb257beb2475eb5fca6453c331f9":[2,0,0,42,3], "classGpgFrontend_1_1SingletonStorageCollection.html#ae28930630a2dce804cff5589155aadfc":[2,0,0,42,2], -"classGpgFrontend_1_1UI_1_1AboutDialog.html":[2,0,0,0,0], -"classGpgFrontend_1_1UI_1_1AboutDialog.html#ab04683ab4c4d682af1e259705c60d85a":[2,0,0,0,0,0], -"classGpgFrontend_1_1UI_1_1AboutDialog.html#ab799cd5e07b06a8e953d72105c0a1083":[2,0,0,0,0,1], -"classGpgFrontend_1_1UI_1_1AboutDialog.html#abc146c6fa63199d4acd1521bc9919606":[2,0,0,0,0,2], -"classGpgFrontend_1_1UI_1_1AdvancedTab.html":[2,0,0,0,1], -"classGpgFrontend_1_1UI_1_1AdvancedTab.html#a0cb26394185636ba35a8503d426e0f54":[2,0,0,0,1,4], -"classGpgFrontend_1_1UI_1_1AdvancedTab.html#a1c2db760776853e8fb6d9fd74b450343":[2,0,0,0,1,5], -"classGpgFrontend_1_1UI_1_1AdvancedTab.html#a4a33a782207cb18ef4a17db911cfc819":[2,0,0,0,1,1], -"classGpgFrontend_1_1UI_1_1AdvancedTab.html#a7d489cfe190c96c28a2ec117e1aa47a0":[2,0,0,0,1,3], -"classGpgFrontend_1_1UI_1_1AdvancedTab.html#a9e6aa8eb7800d9841101352062821f37":[2,0,0,0,1,2], -"classGpgFrontend_1_1UI_1_1AdvancedTab.html#ac602aa3f6226e7325c10dc843764441b":[2,0,0,0,1,0], -"classGpgFrontend_1_1UI_1_1AppearanceTab.html":[2,0,0,0,2], -"classGpgFrontend_1_1UI_1_1AppearanceTab.html#a01dfa2d7811180351d3e0d33667df23e":[2,0,0,0,2,13], -"classGpgFrontend_1_1UI_1_1AppearanceTab.html#a1b28a54fa3ffc5586132b6f5385f62cc":[2,0,0,0,2,4], -"classGpgFrontend_1_1UI_1_1AppearanceTab.html#a1d3e08ebb4a6c21164f25d74eaabe0eb":[2,0,0,0,2,7], -"classGpgFrontend_1_1UI_1_1AppearanceTab.html#a2fed39a2657407fcdb37d2431ef28e56":[2,0,0,0,2,2], -"classGpgFrontend_1_1UI_1_1AppearanceTab.html#a58b3ece7ff069c33de73e658aa47cacc":[2,0,0,0,2,10], -"classGpgFrontend_1_1UI_1_1AppearanceTab.html#aaa3ec787dcd8fae1a14c2067deb9dd03":[2,0,0,0,2,6], -"classGpgFrontend_1_1UI_1_1AppearanceTab.html#aac8f47f96ca866256ea846800f3f8887":[2,0,0,0,2,1], -"classGpgFrontend_1_1UI_1_1AppearanceTab.html#ab9b4572e7e809fbf73435c0c2df7b9ad":[2,0,0,0,2,9], -"classGpgFrontend_1_1UI_1_1AppearanceTab.html#abfca670540bc0409b9be4459ee6a3b6c":[2,0,0,0,2,0], -"classGpgFrontend_1_1UI_1_1AppearanceTab.html#abff49b636449815a9ebff52f5c067712":[2,0,0,0,2,3], -"classGpgFrontend_1_1UI_1_1AppearanceTab.html#ac460ceea6d6841d6cf0a3c86be6f7d60":[2,0,0,0,2,12], -"classGpgFrontend_1_1UI_1_1AppearanceTab.html#ac8d285e5f3cceb1e6bb857d0487abc8b":[2,0,0,0,2,5], -"classGpgFrontend_1_1UI_1_1AppearanceTab.html#aed37292c07ba2ac20d72765b08b9a09b":[2,0,0,0,2,8], -"classGpgFrontend_1_1UI_1_1AppearanceTab.html#af5598180d11936e4b5fa2a57dd592093":[2,0,0,0,2,11], -"classGpgFrontend_1_1UI_1_1ChoosePage.html":[2,0,0,0,3], -"classGpgFrontend_1_1UI_1_1ChoosePage.html#a22bb223faa8f94e80b677b78b08e5d67":[2,0,0,0,3,3], -"classGpgFrontend_1_1UI_1_1ChoosePage.html#a243a82d13267b7252844fd7691c703f0":[2,0,0,0,3,1], -"classGpgFrontend_1_1UI_1_1ChoosePage.html#ae370e789009be3926410cb749c86907b":[2,0,0,0,3,0], -"classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b":[2,0,0,0,3,2], -"classGpgFrontend_1_1UI_1_1CommonUtils.html":[2,0,0,0,4], -"classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d":[2,0,0,0,4,9], -"classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a":[2,0,0,0,4,8], -"classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28":[2,0,0,0,4,4], -"classGpgFrontend_1_1UI_1_1CommonUtils.html#a35a47fc31b81b6c4f5899e8ab5c4c51a":[2,0,0,0,4,10], -"classGpgFrontend_1_1UI_1_1CommonUtils.html#a3bc26cc1e0f00f0ce2f95c0b6c8778d8":[2,0,0,0,4,12], -"classGpgFrontend_1_1UI_1_1CommonUtils.html#a4bc9e91daa0d3c4ee4141ba4bd8726bb":[2,0,0,0,4,5], -"classGpgFrontend_1_1UI_1_1CommonUtils.html#a4d2f10c2089c2bfb23be5c1f573af31f":[2,0,0,0,4,3], -"classGpgFrontend_1_1UI_1_1CommonUtils.html#a78f5c2696152e9326e845c76c94be965":[2,0,0,0,4,1], -"classGpgFrontend_1_1UI_1_1CommonUtils.html#aa533206591b0c57ea93b8f0cb7d795cd":[2,0,0,0,4,13], -"classGpgFrontend_1_1UI_1_1CommonUtils.html#aadd249062c24f9b7fc545c03296bbb83":[2,0,0,0,4,0], -"classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e":[2,0,0,0,4,6], -"classGpgFrontend_1_1UI_1_1CommonUtils.html#aed529969f54e39e3f9da14ae6dd00d49":[2,0,0,0,4,2], -"classGpgFrontend_1_1UI_1_1CommonUtils.html#af1b3538d3119c8564e83c7661f73f6ea":[2,0,0,0,4,11], -"classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d":[2,0,0,0,4,7], -"classGpgFrontend_1_1UI_1_1ConclusionPage.html":[2,0,0,0,5], -"classGpgFrontend_1_1UI_1_1ConclusionPage.html#a0d15495f048f75337b224e8e632a895a":[2,0,0,0,5,3], -"classGpgFrontend_1_1UI_1_1ConclusionPage.html#a0f3f3118456ccce7c2a6965cf68d2cf7":[2,0,0,0,5,1], -"classGpgFrontend_1_1UI_1_1ConclusionPage.html#a4ffc1744a257ced33fa00e1b0fbd3047":[2,0,0,0,5,2], -"classGpgFrontend_1_1UI_1_1ConclusionPage.html#afcd98b4735047807d384e6b3d3aea3a7":[2,0,0,0,5,0], -"classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html":[2,0,0,0,6], -"classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html#a0cd5f66604737ea344fc36dd2c308dbb":[2,0,0,0,6,3], -"classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html#a3ae9ff221ddfeeee8bec5c218c8061ef":[2,0,0,0,6,1], -"classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html#a7d1899302ef743671c3002d04f6c9dd8":[2,0,0,0,6,0], -"classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html#a7f9160202394557df01edf3f82f50a55":[2,0,0,0,6,2], -"classGpgFrontend_1_1UI_1_1FilePage.html":[2,0,0,0,7], -"classGpgFrontend_1_1UI_1_1FilePage.html#a00cd511308dceeda07d078a9e4ed0164":[2,0,0,0,7,13], -"classGpgFrontend_1_1UI_1_1FilePage.html#a250b1950f874c1d11549cd5c0ea9693f":[2,0,0,0,7,8], -"classGpgFrontend_1_1UI_1_1FilePage.html#a301c5c7747ad251b14c490d58b5d678f":[2,0,0,0,7,6], -"classGpgFrontend_1_1UI_1_1FilePage.html#a379abfff5c0e3935b478aee938528ba1":[2,0,0,0,7,22], -"classGpgFrontend_1_1UI_1_1FilePage.html#a3c114d414b96d3e4b2ca833ab6a48605":[2,0,0,0,7,2], -"classGpgFrontend_1_1UI_1_1FilePage.html#a3e367cd297e307e80a7cded37b7af74e":[2,0,0,0,7,19], -"classGpgFrontend_1_1UI_1_1FilePage.html#a48fb14a3296f19f9b1c3b9b48c3a1bf3":[2,0,0,0,7,0], -"classGpgFrontend_1_1UI_1_1FilePage.html#a48fde4a93676b1b9810ab88fe265d8a8":[2,0,0,0,7,16], -"classGpgFrontend_1_1UI_1_1FilePage.html#a676917817d6f519e043742d1d87f97f1":[2,0,0,0,7,11], -"classGpgFrontend_1_1UI_1_1FilePage.html#a6ddf29e46120a9cd7a31285d748ddb12":[2,0,0,0,7,21], -"classGpgFrontend_1_1UI_1_1FilePage.html#a73e4b62f4926b1aeb3f2183a1d05d871":[2,0,0,0,7,1], -"classGpgFrontend_1_1UI_1_1FilePage.html#a81ba57bc1073197afc748eff14ffa006":[2,0,0,0,7,10], -"classGpgFrontend_1_1UI_1_1FilePage.html#a81be0513bcc1488c22791b4ca4fbe671":[2,0,0,0,7,26], -"classGpgFrontend_1_1UI_1_1FilePage.html#a8beae6f942215ba4f191736c7176d8aa":[2,0,0,0,7,15], -"classGpgFrontend_1_1UI_1_1FilePage.html#a8ed9963c6c37131a17ccec8b61e04879":[2,0,0,0,7,17], -"classGpgFrontend_1_1UI_1_1FilePage.html#a9a2660343132a9e3de05471126659fae":[2,0,0,0,7,7], -"classGpgFrontend_1_1UI_1_1FilePage.html#aa80dc1b74a0ec65d06e5dffaa21cc785":[2,0,0,0,7,4], -"classGpgFrontend_1_1UI_1_1FilePage.html#ab42d1dea33d8d33e21418bf805fd66a0":[2,0,0,0,7,14], -"classGpgFrontend_1_1UI_1_1FilePage.html#ab4c7e70027f55aae7ef1ed78bb1d9646":[2,0,0,0,7,9], -"classGpgFrontend_1_1UI_1_1FilePage.html#aca3e2a213ec519e4f8aec27cfe9973ad":[2,0,0,0,7,23], -"classGpgFrontend_1_1UI_1_1FilePage.html#ad3c54320bdafbbb2c06a20d6c7dea9d6":[2,0,0,0,7,12], -"classGpgFrontend_1_1UI_1_1FilePage.html#ae649c1f6144bad1c9dab277fd9ce45d4":[2,0,0,0,7,18], -"classGpgFrontend_1_1UI_1_1FilePage.html#ae834468425b52162842f1f4f52009cae":[2,0,0,0,7,20], -"classGpgFrontend_1_1UI_1_1FilePage.html#aea388ad7876e287f71e93085e6715495":[2,0,0,0,7,3], -"classGpgFrontend_1_1UI_1_1FilePage.html#aea773a182e0776154611ff51431c7d6c":[2,0,0,0,7,24], -"classGpgFrontend_1_1UI_1_1FilePage.html#aec462d16a2097024a4ced24012b905a7":[2,0,0,0,7,5], -"classGpgFrontend_1_1UI_1_1FilePage.html#afc8cb5a018464c2017dbb7e987f686e9":[2,0,0,0,7,25], -"classGpgFrontend_1_1UI_1_1FileReadThread.html":[2,0,0,0,8], -"classGpgFrontend_1_1UI_1_1FileReadThread.html#a152a32021b66ea7de5aaf8cf6376c9ab":[2,0,0,0,8,3], -"classGpgFrontend_1_1UI_1_1FileReadThread.html#abceee444fe8212efd638c8d5b98b24c5":[2,0,0,0,8,0], -"classGpgFrontend_1_1UI_1_1FileReadThread.html#abec15f169720245a01a818e7cb74278a":[2,0,0,0,8,4], -"classGpgFrontend_1_1UI_1_1FileReadThread.html#adadf23a38fccec07692a13c4b23b2601":[2,0,0,0,8,1], -"classGpgFrontend_1_1UI_1_1FileReadThread.html#ade3bb7844d1430bc9831a9a13e3b66bb":[2,0,0,0,8,2], -"classGpgFrontend_1_1UI_1_1FindWidget.html":[2,0,0,0,9], -"classGpgFrontend_1_1UI_1_1FindWidget.html#a0c531f2c673caed29225a323e750205f":[2,0,0,0,9,2], -"classGpgFrontend_1_1UI_1_1FindWidget.html#a11f9d0f07b704539ad1df15a5c15dca9":[2,0,0,0,9,8], -"classGpgFrontend_1_1UI_1_1FindWidget.html#a36ac2ccdd4e59cfdb790c73042dce532":[2,0,0,0,9,6], -"classGpgFrontend_1_1UI_1_1FindWidget.html#a495f281e72e5ddc10c8e944183b96dd9":[2,0,0,0,9,0], -"classGpgFrontend_1_1UI_1_1FindWidget.html#a6e2264a989c2bb2db6bc8980b43e65f0":[2,0,0,0,9,1], -"classGpgFrontend_1_1UI_1_1FindWidget.html#a6f28757eafd39ee0b1f8fe977bfee8b1":[2,0,0,0,9,5], -"classGpgFrontend_1_1UI_1_1FindWidget.html#a8188c030936fbda27ac400a7ab59e61c":[2,0,0,0,9,3], -"classGpgFrontend_1_1UI_1_1FindWidget.html#aa019bd8b63ad1e79050e4428cfee62cf":[2,0,0,0,9,4], -"classGpgFrontend_1_1UI_1_1FindWidget.html#af420832720942dd1e7cb3f3841c7cbfe":[2,0,0,0,9,7], -"classGpgFrontend_1_1UI_1_1GeneralTab.html":[2,0,0,0,10], -"classGpgFrontend_1_1UI_1_1GeneralTab.html#a214079dfbacdc6898146c8468611cf0c":[2,0,0,0,10,0], -"classGpgFrontend_1_1UI_1_1GeneralTab.html#a3b97ed699cbc2f34b9e887cd2c83b645":[2,0,0,0,10,6], -"classGpgFrontend_1_1UI_1_1GeneralTab.html#a4523f55e98cee600b2fd47b1750b4d24":[2,0,0,0,10,1], -"classGpgFrontend_1_1UI_1_1GeneralTab.html#a7b26d8a088ce8f50b1fd0e719e38534b":[2,0,0,0,10,2], -"classGpgFrontend_1_1UI_1_1GeneralTab.html#aa183fdff30ef4581a05ff5c0fde44d8c":[2,0,0,0,10,4], -"classGpgFrontend_1_1UI_1_1GeneralTab.html#aa88ccbda61728be6de0aa2d9b92e0b69":[2,0,0,0,10,3], -"classGpgFrontend_1_1UI_1_1GeneralTab.html#abaf12014356a2fa20f66945004abb7c2":[2,0,0,0,10,5], -"classGpgFrontend_1_1UI_1_1HelpPage.html":[2,0,0,0,11], -"classGpgFrontend_1_1UI_1_1HelpPage.html#a1be8f5b79fef3d1d62ff4620b8535006":[2,0,0,0,11,0], -"classGpgFrontend_1_1UI_1_1HelpPage.html#a49fbde87f2ef385b44225acd6ffbc84f":[2,0,0,0,11,2], -"classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99":[2,0,0,0,11,3], -"classGpgFrontend_1_1UI_1_1HelpPage.html#a92c31eea47b42be28c86431384b27846":[2,0,0,0,11,1], -"classGpgFrontend_1_1UI_1_1HelpPage.html#af4f61342fae06a49c95d8d20ca51ca2c":[2,0,0,0,11,4], -"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html":[2,0,0,0,12], -"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a2c23091fa2fd5b97a045ac6c492caaca":[2,0,0,0,12,8], -"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a456f15315a03107f7757d84362c1af71":[2,0,0,0,12,1], -"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a4d18a72ae1c460a12b8902d426d9d395":[2,0,0,0,12,13], -"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a4fd6f91eb435feb41ae93e44485646ab":[2,0,0,0,12,3], -"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a6380776ea1bf9a020370589e1e20efd3":[2,0,0,0,12,12], -"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516":[2,0,0,0,12,9], -"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32":[2,0,0,0,12,5], -"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a83a4ec326911b8b112bc471e7ca14925":[2,0,0,0,12,7], -"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a852c1fe10c7d3153a2146bcea4dbe9ad":[2,0,0,0,12,4], -"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac576ad298acc83cc313b6753e3715441":[2,0,0,0,12,10], -"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac936cfc8e1b3af65d0d71b74fb3f0b02":[2,0,0,0,12,6], -"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ad30591c31d19936cfd256e1a3c35d08f":[2,0,0,0,12,11], -"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010":[2,0,0,0,12,0], -"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adfa4acd435d2ec29f951f4e7e6a43f38":[2,0,0,0,12,2], -"classGpgFrontend_1_1UI_1_1InfoTab.html":[2,0,0,0,13], -"classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc":[2,0,0,0,13,0], -"classGpgFrontend_1_1UI_1_1IntroPage.html":[2,0,0,0,14], -"classGpgFrontend_1_1UI_1_1IntroPage.html#a812fd63d87955f9131a98ad8b679f8a4":[2,0,0,0,14,1], -"classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d":[2,0,0,0,14,0], -"classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html":[2,0,0,0,15], -"classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html#a2c3d09bc4b7ebce9839ec03a43838d32":[2,0,0,0,15,0], -"classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html#a701ed5c70a8a0965b0d887b6d187e996":[2,0,0,0,15,1], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html":[2,0,0,0,16], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a010acccfd5fb5475769658f9cf68da7b":[2,0,0,0,16,2], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03a8e1c8f2c1887732d36a346185bb40":[2,0,0,0,16,20], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03b7fe3e34147e404ca3ca6a0aa80cfc":[2,0,0,0,16,14], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a104dcf364452ab5fe019f51c6db7f7d9":[2,0,0,0,16,22], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a10677e68994c32676acb051a0153375d":[2,0,0,0,16,4], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a196ef707a7a2cfd717f69c8a5bc3278d":[2,0,0,0,16,21], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a242a3245de709ede086087d7a096e6cd":[2,0,0,0,16,17], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a281bfffd99fcb600d07c4604bf2a8841":[2,0,0,0,16,24], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3008e2a9879a8e122e422f67cf0018f8":[2,0,0,0,16,16], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3453d1a8a4c0411472b2779d018abdc3":[2,0,0,0,16,18], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9":[2,0,0,0,16,0], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a48e953cd49efde2315868e8606af7226":[2,0,0,0,16,10], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a4eb53559f200092cd299f7a90c03cdbb":[2,0,0,0,16,5], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a516aa59c71a9ddf06c51e93252e93b76":[2,0,0,0,16,12], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a52bf44c05cf1280ba13369ae2c33c60a":[2,0,0,0,16,29], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1":[2,0,0,0,16,26], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0":[2,0,0,0,16,28], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e500e3153558364fe5ba5b8bab6f219":[2,0,0,0,16,19], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e6554b47e0dd6c2025ccb0d1d0cb658":[2,0,0,0,16,3], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8ecbb5721d5a2a0f85fd7b362f62bf83":[2,0,0,0,16,30], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a904d5e72a1946382ddfca80dc57c4db5":[2,0,0,0,16,9], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa36de61cedb98f919f10e35d4e6b5146":[2,0,0,0,16,6], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa765259f9aa65b81d59b982ee0595e52":[2,0,0,0,16,15], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aaa9b55830c39ce854e4ede26d916a844":[2,0,0,0,16,23], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab0ccac068670a3e28ce78ff87a40b2fc":[2,0,0,0,16,25], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab40bd826a5437124f8afd09824606c76":[2,0,0,0,16,7], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab8f04b046abb56d53bdbe67838b84fdc":[2,0,0,0,16,8], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f":[2,0,0,0,16,11], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae8aeaff7be0b1552b29d1f209af0bd28":[2,0,0,0,16,1], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#af1f7a62dcb024513453766ee8816d514":[2,0,0,0,16,13], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aff131dd6f7178c63ef2e2f85d30828a2":[2,0,0,0,16,27], -"classGpgFrontend_1_1UI_1_1KeyGenPage.html":[2,0,0,0,17], -"classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70":[2,0,0,0,17,0], -"classGpgFrontend_1_1UI_1_1KeyGenPage.html#a28958f6627f01db7c6f75fc0dec3eead":[2,0,0,0,17,1], -"classGpgFrontend_1_1UI_1_1KeyGenPage.html#a8b757ec603524d53307278110cece2bd":[2,0,0,0,17,2], -"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html":[2,0,0,0,18], -"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a0177cdaa19d1f83c9e519039aa7a8ce1":[2,0,0,0,18,0], -"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a1f82af3b6aee0e6e5999b1b146b36938":[2,0,0,0,18,7], -"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a238e3af4b4980dd563e1fe6ea12f4474":[2,0,0,0,18,9], -"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a2abf6522dd8c254074d9174fcde1d2be":[2,0,0,0,18,8] +"classGpgFrontend_1_1Thread_1_1CtxCheckTask.html":[2,0,0,0,0], +"classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a1c94cb1290df40a9043fe2d1a9a231f2":[2,0,0,0,0,1], +"classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a7eb264d11146110a8783a8a209ef9c2a":[2,0,0,0,0,2], +"classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a9d5f0969bcedc5687e0a50ed3b36a869":[2,0,0,0,0,0], +"classGpgFrontend_1_1Thread_1_1Task.html":[2,0,0,0,1], +"classGpgFrontend_1_1Thread_1_1Task.html#a024a05bb89556c5b93336cb35d4bd10c":[2,0,0,0,1,9], +"classGpgFrontend_1_1Thread_1_1Task.html#a0cb0482d29d502870dc8d38b8aaedf68":[2,0,0,0,1,17], +"classGpgFrontend_1_1Thread_1_1Task.html#a1956d94b45592a4096a335641aab65f8":[2,0,0,0,1,13], +"classGpgFrontend_1_1Thread_1_1Task.html#a1ec53d301fc83e0da39e43055ded5d14":[2,0,0,0,1,2], +"classGpgFrontend_1_1Thread_1_1Task.html#a2fd7b685209eec91ef5115f98cad91d4":[2,0,0,0,1,0], +"classGpgFrontend_1_1Thread_1_1Task.html#a37766a505662b33ad14672c29e209ea8":[2,0,0,0,1,5], +"classGpgFrontend_1_1Thread_1_1Task.html#a4f29cfb3a72d718da6d835f3a049f7cc":[2,0,0,0,1,15], +"classGpgFrontend_1_1Thread_1_1Task.html#a57754a42ad43000a1c1d3c98a29edbb2":[2,0,0,0,1,3], +"classGpgFrontend_1_1Thread_1_1Task.html#a5b47295d027309aee116d219b50de4f8":[2,0,0,0,1,14], +"classGpgFrontend_1_1Thread_1_1Task.html#a5ee1ea118ac5d91f005faecef54742b8":[2,0,0,0,1,7], +"classGpgFrontend_1_1Thread_1_1Task.html#a689969e7d88ba7ad73a693a1b38aedd7":[2,0,0,0,1,10], +"classGpgFrontend_1_1Thread_1_1Task.html#a6aa871035cc05445c831cb682c5ff8eb":[2,0,0,0,1,1], +"classGpgFrontend_1_1Thread_1_1Task.html#a91e831792863218c044fc3b0b0d17808":[2,0,0,0,1,4], +"classGpgFrontend_1_1Thread_1_1Task.html#a98486634324dc28d05fb0b812ed807e3":[2,0,0,0,1,6], +"classGpgFrontend_1_1Thread_1_1Task.html#aa6d702417bdd6a88c447ed6a457fa098":[2,0,0,0,1,11], +"classGpgFrontend_1_1Thread_1_1Task.html#ac60aa71a24f452fd8031597ff4cbbd00":[2,0,0,0,1,8], +"classGpgFrontend_1_1Thread_1_1Task.html#ad6388db7b0e4960db5bf8296481481dd":[2,0,0,0,1,16], +"classGpgFrontend_1_1Thread_1_1Task.html#af50c7642efe45554c61943fb3d8825b3":[2,0,0,0,1,12], +"classGpgFrontend_1_1Thread_1_1TaskRunner.html":[2,0,0,0,2], +"classGpgFrontend_1_1Thread_1_1TaskRunner.html#a4fae01eb0a5b296b8c4c6bf8408f1c6b":[2,0,0,0,2,2], +"classGpgFrontend_1_1Thread_1_1TaskRunner.html#a5e72f1ce00d41c225a4304f1ed20b3f1":[2,0,0,0,2,5], +"classGpgFrontend_1_1Thread_1_1TaskRunner.html#a66d2cce41130ada199636815c52332a6":[2,0,0,0,2,3], +"classGpgFrontend_1_1Thread_1_1TaskRunner.html#a774775e9a91d33072b27dcf78cead6e2":[2,0,0,0,2,4], +"classGpgFrontend_1_1Thread_1_1TaskRunner.html#ac3e57b59d537e2a75e741d4a5418ae6d":[2,0,0,0,2,1], +"classGpgFrontend_1_1Thread_1_1TaskRunner.html#ad3c8612cbe60112f9b14e616fb0a4acf":[2,0,0,0,2,0], +"classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html":[2,0,0,0,3], +"classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#a802df7f9d3ddd1424f0c386388eae128":[2,0,0,0,3,3], +"classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#a80794d81179f66f4b4ed3122a64f27cf":[2,0,0,0,3,1], +"classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#a99e5ce5e8dd25c49755356f4ff8f6d30":[2,0,0,0,3,2], +"classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#aa2f427dd9cb0d68187504a7363e2d746":[2,0,0,0,3,0], +"classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#aa2f427dd9cb0d68187504a7363e2d746a15737749c87b6182b6a11e16d53ef896":[2,0,0,0,3,0,1], +"classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#aa2f427dd9cb0d68187504a7363e2d746aa6137891f9f6f5d09bd29c9194bf65c1":[2,0,0,0,3,0,0], +"classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#aa2f427dd9cb0d68187504a7363e2d746aba946fe7627d4f2d5fcf6baf17ec6fee":[2,0,0,0,3,0,2], +"classGpgFrontend_1_1UI_1_1AboutDialog.html":[2,0,0,1,0], +"classGpgFrontend_1_1UI_1_1AboutDialog.html#ab04683ab4c4d682af1e259705c60d85a":[2,0,0,1,0,0], +"classGpgFrontend_1_1UI_1_1AboutDialog.html#ab799cd5e07b06a8e953d72105c0a1083":[2,0,0,1,0,1], +"classGpgFrontend_1_1UI_1_1AboutDialog.html#abc146c6fa63199d4acd1521bc9919606":[2,0,0,1,0,2], +"classGpgFrontend_1_1UI_1_1AdvancedTab.html":[2,0,0,1,1], +"classGpgFrontend_1_1UI_1_1AdvancedTab.html#a0cb26394185636ba35a8503d426e0f54":[2,0,0,1,1,4], +"classGpgFrontend_1_1UI_1_1AdvancedTab.html#a1c2db760776853e8fb6d9fd74b450343":[2,0,0,1,1,5], +"classGpgFrontend_1_1UI_1_1AdvancedTab.html#a4a33a782207cb18ef4a17db911cfc819":[2,0,0,1,1,1], +"classGpgFrontend_1_1UI_1_1AdvancedTab.html#a7d489cfe190c96c28a2ec117e1aa47a0":[2,0,0,1,1,3], +"classGpgFrontend_1_1UI_1_1AdvancedTab.html#a9e6aa8eb7800d9841101352062821f37":[2,0,0,1,1,2], +"classGpgFrontend_1_1UI_1_1AdvancedTab.html#ac602aa3f6226e7325c10dc843764441b":[2,0,0,1,1,0], +"classGpgFrontend_1_1UI_1_1AppearanceTab.html":[2,0,0,1,2], +"classGpgFrontend_1_1UI_1_1AppearanceTab.html#a01dfa2d7811180351d3e0d33667df23e":[2,0,0,1,2,13], +"classGpgFrontend_1_1UI_1_1AppearanceTab.html#a1b28a54fa3ffc5586132b6f5385f62cc":[2,0,0,1,2,4], +"classGpgFrontend_1_1UI_1_1AppearanceTab.html#a1d3e08ebb4a6c21164f25d74eaabe0eb":[2,0,0,1,2,7], +"classGpgFrontend_1_1UI_1_1AppearanceTab.html#a2fed39a2657407fcdb37d2431ef28e56":[2,0,0,1,2,2], +"classGpgFrontend_1_1UI_1_1AppearanceTab.html#a58b3ece7ff069c33de73e658aa47cacc":[2,0,0,1,2,10], +"classGpgFrontend_1_1UI_1_1AppearanceTab.html#aaa3ec787dcd8fae1a14c2067deb9dd03":[2,0,0,1,2,6], +"classGpgFrontend_1_1UI_1_1AppearanceTab.html#aac8f47f96ca866256ea846800f3f8887":[2,0,0,1,2,1], +"classGpgFrontend_1_1UI_1_1AppearanceTab.html#ab9b4572e7e809fbf73435c0c2df7b9ad":[2,0,0,1,2,9], +"classGpgFrontend_1_1UI_1_1AppearanceTab.html#abfca670540bc0409b9be4459ee6a3b6c":[2,0,0,1,2,0], +"classGpgFrontend_1_1UI_1_1AppearanceTab.html#abff49b636449815a9ebff52f5c067712":[2,0,0,1,2,3], +"classGpgFrontend_1_1UI_1_1AppearanceTab.html#ac460ceea6d6841d6cf0a3c86be6f7d60":[2,0,0,1,2,12], +"classGpgFrontend_1_1UI_1_1AppearanceTab.html#ac8d285e5f3cceb1e6bb857d0487abc8b":[2,0,0,1,2,5], +"classGpgFrontend_1_1UI_1_1AppearanceTab.html#aed37292c07ba2ac20d72765b08b9a09b":[2,0,0,1,2,8], +"classGpgFrontend_1_1UI_1_1AppearanceTab.html#af5598180d11936e4b5fa2a57dd592093":[2,0,0,1,2,11], +"classGpgFrontend_1_1UI_1_1ChoosePage.html":[2,0,0,1,3], +"classGpgFrontend_1_1UI_1_1ChoosePage.html#a22bb223faa8f94e80b677b78b08e5d67":[2,0,0,1,3,3], +"classGpgFrontend_1_1UI_1_1ChoosePage.html#a243a82d13267b7252844fd7691c703f0":[2,0,0,1,3,1], +"classGpgFrontend_1_1UI_1_1ChoosePage.html#ae370e789009be3926410cb749c86907b":[2,0,0,1,3,0], +"classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b":[2,0,0,1,3,2], +"classGpgFrontend_1_1UI_1_1CommonUtils.html":[2,0,0,1,4], +"classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d":[2,0,0,1,4,9], +"classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a":[2,0,0,1,4,8], +"classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28":[2,0,0,1,4,4], +"classGpgFrontend_1_1UI_1_1CommonUtils.html#a35a47fc31b81b6c4f5899e8ab5c4c51a":[2,0,0,1,4,10], +"classGpgFrontend_1_1UI_1_1CommonUtils.html#a3bc26cc1e0f00f0ce2f95c0b6c8778d8":[2,0,0,1,4,12], +"classGpgFrontend_1_1UI_1_1CommonUtils.html#a4bc9e91daa0d3c4ee4141ba4bd8726bb":[2,0,0,1,4,5], +"classGpgFrontend_1_1UI_1_1CommonUtils.html#a4d2f10c2089c2bfb23be5c1f573af31f":[2,0,0,1,4,3], +"classGpgFrontend_1_1UI_1_1CommonUtils.html#a78f5c2696152e9326e845c76c94be965":[2,0,0,1,4,1], +"classGpgFrontend_1_1UI_1_1CommonUtils.html#aa533206591b0c57ea93b8f0cb7d795cd":[2,0,0,1,4,13], +"classGpgFrontend_1_1UI_1_1CommonUtils.html#aadd249062c24f9b7fc545c03296bbb83":[2,0,0,1,4,0], +"classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e":[2,0,0,1,4,6], +"classGpgFrontend_1_1UI_1_1CommonUtils.html#aed529969f54e39e3f9da14ae6dd00d49":[2,0,0,1,4,2], +"classGpgFrontend_1_1UI_1_1CommonUtils.html#af1b3538d3119c8564e83c7661f73f6ea":[2,0,0,1,4,11], +"classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d":[2,0,0,1,4,7], +"classGpgFrontend_1_1UI_1_1ConclusionPage.html":[2,0,0,1,5], +"classGpgFrontend_1_1UI_1_1ConclusionPage.html#a0d15495f048f75337b224e8e632a895a":[2,0,0,1,5,3], +"classGpgFrontend_1_1UI_1_1ConclusionPage.html#a0f3f3118456ccce7c2a6965cf68d2cf7":[2,0,0,1,5,1], +"classGpgFrontend_1_1UI_1_1ConclusionPage.html#a4ffc1744a257ced33fa00e1b0fbd3047":[2,0,0,1,5,2], +"classGpgFrontend_1_1UI_1_1ConclusionPage.html#afcd98b4735047807d384e6b3d3aea3a7":[2,0,0,1,5,0], +"classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html":[2,0,0,1,6], +"classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html#a0cd5f66604737ea344fc36dd2c308dbb":[2,0,0,1,6,3], +"classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html#a3ae9ff221ddfeeee8bec5c218c8061ef":[2,0,0,1,6,1], +"classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html#a7d1899302ef743671c3002d04f6c9dd8":[2,0,0,1,6,0], +"classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html#a7f9160202394557df01edf3f82f50a55":[2,0,0,1,6,2], +"classGpgFrontend_1_1UI_1_1FilePage.html":[2,0,0,1,7], +"classGpgFrontend_1_1UI_1_1FilePage.html#a00cd511308dceeda07d078a9e4ed0164":[2,0,0,1,7,13], +"classGpgFrontend_1_1UI_1_1FilePage.html#a250b1950f874c1d11549cd5c0ea9693f":[2,0,0,1,7,8], +"classGpgFrontend_1_1UI_1_1FilePage.html#a301c5c7747ad251b14c490d58b5d678f":[2,0,0,1,7,6], +"classGpgFrontend_1_1UI_1_1FilePage.html#a379abfff5c0e3935b478aee938528ba1":[2,0,0,1,7,22], +"classGpgFrontend_1_1UI_1_1FilePage.html#a3c114d414b96d3e4b2ca833ab6a48605":[2,0,0,1,7,2], +"classGpgFrontend_1_1UI_1_1FilePage.html#a3e367cd297e307e80a7cded37b7af74e":[2,0,0,1,7,19], +"classGpgFrontend_1_1UI_1_1FilePage.html#a48fb14a3296f19f9b1c3b9b48c3a1bf3":[2,0,0,1,7,0], +"classGpgFrontend_1_1UI_1_1FilePage.html#a48fde4a93676b1b9810ab88fe265d8a8":[2,0,0,1,7,16], +"classGpgFrontend_1_1UI_1_1FilePage.html#a676917817d6f519e043742d1d87f97f1":[2,0,0,1,7,11], +"classGpgFrontend_1_1UI_1_1FilePage.html#a6ddf29e46120a9cd7a31285d748ddb12":[2,0,0,1,7,21], +"classGpgFrontend_1_1UI_1_1FilePage.html#a73e4b62f4926b1aeb3f2183a1d05d871":[2,0,0,1,7,1], +"classGpgFrontend_1_1UI_1_1FilePage.html#a81ba57bc1073197afc748eff14ffa006":[2,0,0,1,7,10], +"classGpgFrontend_1_1UI_1_1FilePage.html#a81be0513bcc1488c22791b4ca4fbe671":[2,0,0,1,7,26], +"classGpgFrontend_1_1UI_1_1FilePage.html#a8beae6f942215ba4f191736c7176d8aa":[2,0,0,1,7,15], +"classGpgFrontend_1_1UI_1_1FilePage.html#a8ed9963c6c37131a17ccec8b61e04879":[2,0,0,1,7,17], +"classGpgFrontend_1_1UI_1_1FilePage.html#a9a2660343132a9e3de05471126659fae":[2,0,0,1,7,7], +"classGpgFrontend_1_1UI_1_1FilePage.html#aa80dc1b74a0ec65d06e5dffaa21cc785":[2,0,0,1,7,4], +"classGpgFrontend_1_1UI_1_1FilePage.html#ab42d1dea33d8d33e21418bf805fd66a0":[2,0,0,1,7,14], +"classGpgFrontend_1_1UI_1_1FilePage.html#ab4c7e70027f55aae7ef1ed78bb1d9646":[2,0,0,1,7,9], +"classGpgFrontend_1_1UI_1_1FilePage.html#aca3e2a213ec519e4f8aec27cfe9973ad":[2,0,0,1,7,23], +"classGpgFrontend_1_1UI_1_1FilePage.html#ad3c54320bdafbbb2c06a20d6c7dea9d6":[2,0,0,1,7,12], +"classGpgFrontend_1_1UI_1_1FilePage.html#ae649c1f6144bad1c9dab277fd9ce45d4":[2,0,0,1,7,18], +"classGpgFrontend_1_1UI_1_1FilePage.html#ae834468425b52162842f1f4f52009cae":[2,0,0,1,7,20], +"classGpgFrontend_1_1UI_1_1FilePage.html#aea388ad7876e287f71e93085e6715495":[2,0,0,1,7,3], +"classGpgFrontend_1_1UI_1_1FilePage.html#aea773a182e0776154611ff51431c7d6c":[2,0,0,1,7,24], +"classGpgFrontend_1_1UI_1_1FilePage.html#aec462d16a2097024a4ced24012b905a7":[2,0,0,1,7,5], +"classGpgFrontend_1_1UI_1_1FilePage.html#afc8cb5a018464c2017dbb7e987f686e9":[2,0,0,1,7,25], +"classGpgFrontend_1_1UI_1_1FileReadTask.html":[2,0,0,1,8], +"classGpgFrontend_1_1UI_1_1FileReadTask.html#a0f8bc1c253380b68c0e65cabc011ac09":[2,0,0,1,8,3], +"classGpgFrontend_1_1UI_1_1FileReadTask.html#a2bc7e5bb1c67490ba12c82200634bd97":[2,0,0,1,8,7], +"classGpgFrontend_1_1UI_1_1FileReadTask.html#a4e3c97cfac764af80919ed838bc00561":[2,0,0,1,8,4], +"classGpgFrontend_1_1UI_1_1FileReadTask.html#a964920606f5873fd6a9407b9865e8fba":[2,0,0,1,8,6], +"classGpgFrontend_1_1UI_1_1FileReadTask.html#abf21650d2597034d3307f530ebfb7f18":[2,0,0,1,8,0], +"classGpgFrontend_1_1UI_1_1FileReadTask.html#ac00874dbef395dda534e32c6502c7913":[2,0,0,1,8,9], +"classGpgFrontend_1_1UI_1_1FileReadTask.html#ad431aee5396454deee20b3d178f26ecc":[2,0,0,1,8,1], +"classGpgFrontend_1_1UI_1_1FileReadTask.html#ae5787665efd04214a14111787deee57c":[2,0,0,1,8,5], +"classGpgFrontend_1_1UI_1_1FileReadTask.html#af3896c6ef4dc49bd371746aa9fea1120":[2,0,0,1,8,10], +"classGpgFrontend_1_1UI_1_1FileReadTask.html#afb248c339ac074f0a7602711ed2f5e39":[2,0,0,1,8,8], +"classGpgFrontend_1_1UI_1_1FileReadTask.html#afe44eab4abfe0b3b950f332d54662159":[2,0,0,1,8,2], +"classGpgFrontend_1_1UI_1_1FindWidget.html":[2,0,0,1,9], +"classGpgFrontend_1_1UI_1_1FindWidget.html#a0c531f2c673caed29225a323e750205f":[2,0,0,1,9,2], +"classGpgFrontend_1_1UI_1_1FindWidget.html#a11f9d0f07b704539ad1df15a5c15dca9":[2,0,0,1,9,8], +"classGpgFrontend_1_1UI_1_1FindWidget.html#a36ac2ccdd4e59cfdb790c73042dce532":[2,0,0,1,9,6], +"classGpgFrontend_1_1UI_1_1FindWidget.html#a495f281e72e5ddc10c8e944183b96dd9":[2,0,0,1,9,0], +"classGpgFrontend_1_1UI_1_1FindWidget.html#a6e2264a989c2bb2db6bc8980b43e65f0":[2,0,0,1,9,1], +"classGpgFrontend_1_1UI_1_1FindWidget.html#a6f28757eafd39ee0b1f8fe977bfee8b1":[2,0,0,1,9,5], +"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_1HelpPage.html":[2,0,0,1,11], +"classGpgFrontend_1_1UI_1_1HelpPage.html#a1be8f5b79fef3d1d62ff4620b8535006":[2,0,0,1,11,0], +"classGpgFrontend_1_1UI_1_1HelpPage.html#a49fbde87f2ef385b44225acd6ffbc84f":[2,0,0,1,11,2], +"classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99":[2,0,0,1,11,3], +"classGpgFrontend_1_1UI_1_1HelpPage.html#a92c31eea47b42be28c86431384b27846":[2,0,0,1,11,1], +"classGpgFrontend_1_1UI_1_1HelpPage.html#af4f61342fae06a49c95d8d20ca51ca2c":[2,0,0,1,11,4], +"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html":[2,0,0,1,12], +"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a2c23091fa2fd5b97a045ac6c492caaca":[2,0,0,1,12,8], +"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a456f15315a03107f7757d84362c1af71":[2,0,0,1,12,1], +"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a4d18a72ae1c460a12b8902d426d9d395":[2,0,0,1,12,13], +"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a4fd6f91eb435feb41ae93e44485646ab":[2,0,0,1,12,3], +"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a6380776ea1bf9a020370589e1e20efd3":[2,0,0,1,12,12], +"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516":[2,0,0,1,12,9], +"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32":[2,0,0,1,12,5], +"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a83a4ec326911b8b112bc471e7ca14925":[2,0,0,1,12,7], +"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a852c1fe10c7d3153a2146bcea4dbe9ad":[2,0,0,1,12,4], +"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac576ad298acc83cc313b6753e3715441":[2,0,0,1,12,10], +"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac936cfc8e1b3af65d0d71b74fb3f0b02":[2,0,0,1,12,6], +"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ad30591c31d19936cfd256e1a3c35d08f":[2,0,0,1,12,11], +"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010":[2,0,0,1,12,0], +"classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adfa4acd435d2ec29f951f4e7e6a43f38":[2,0,0,1,12,2], +"classGpgFrontend_1_1UI_1_1InfoTab.html":[2,0,0,1,13], +"classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc":[2,0,0,1,13,0], +"classGpgFrontend_1_1UI_1_1IntroPage.html":[2,0,0,1,14], +"classGpgFrontend_1_1UI_1_1IntroPage.html#a812fd63d87955f9131a98ad8b679f8a4":[2,0,0,1,14,1], +"classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d":[2,0,0,1,14,0], +"classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html":[2,0,0,1,15] }; diff --git a/docs/html/navtreeindex3.js b/docs/html/navtreeindex3.js index 92b4f23d..c13bfda7 100644 --- a/docs/html/navtreeindex3.js +++ b/docs/html/navtreeindex3.js @@ -1,253 +1,253 @@ var NAVTREEINDEX3 = { -"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a8bc7fdc44432686d8b154783b2d156e8":[2,0,0,0,18,6], -"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9e37a653a982e671977d2101b72ae3b6":[2,0,0,0,18,3], -"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9f5912ff99e3820d5fa6a58ed14a70c8":[2,0,0,0,18,1], -"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#ae682853c7eccfd3a6be43765f162f5a4":[2,0,0,0,18,4], -"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#af88ee416b2227ce847a3b8123a23ce24":[2,0,0,0,18,2], -"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#affc26751c72e51c702eea3a251f284db":[2,0,0,0,18,5], -"classGpgFrontend_1_1UI_1_1KeyList.html":[2,0,0,0,19], -"classGpgFrontend_1_1UI_1_1KeyList.html#a0c3090591dff7b68bfb83c93d2c168e3":[2,0,0,0,19,4], -"classGpgFrontend_1_1UI_1_1KeyList.html#a0ea28d6f108bad10aaa8844fa86db033":[2,0,0,0,19,3], -"classGpgFrontend_1_1UI_1_1KeyList.html#a152e66db4a0f033366f43b4ec89073f4":[2,0,0,0,19,27], -"classGpgFrontend_1_1UI_1_1KeyList.html#a19b3f64d41843bb267fcd6c9956fde88":[2,0,0,0,19,30], -"classGpgFrontend_1_1UI_1_1KeyList.html#a1bcca32b18c539a2ae83c30fc07db544":[2,0,0,0,19,13], -"classGpgFrontend_1_1UI_1_1KeyList.html#a20c4a242f49123bd64982952fdad08e9":[2,0,0,0,19,5], -"classGpgFrontend_1_1UI_1_1KeyList.html#a23ebf79be8de637560d41afd0433c35f":[2,0,0,0,19,8], -"classGpgFrontend_1_1UI_1_1KeyList.html#a31a4c067eed90830203862cb4adf951e":[2,0,0,0,19,17], -"classGpgFrontend_1_1UI_1_1KeyList.html#a4e5862299b0aebe07daf8fbc642a4c38":[2,0,0,0,19,11], -"classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689":[2,0,0,0,19,19], -"classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e":[2,0,0,0,19,24], -"classGpgFrontend_1_1UI_1_1KeyList.html#a6e97d359158f91217b9fe797410c74a6":[2,0,0,0,19,26], -"classGpgFrontend_1_1UI_1_1KeyList.html#a73ddb7feb1f70eac44e038c3dc925fec":[2,0,0,0,19,1], -"classGpgFrontend_1_1UI_1_1KeyList.html#a74ef918cd437730e111171660df06c81":[2,0,0,0,19,31], -"classGpgFrontend_1_1UI_1_1KeyList.html#a79416ec91e91f19712bf72aeb6440175":[2,0,0,0,19,16], -"classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418":[2,0,0,0,19,0], -"classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291":[2,0,0,0,19,21], -"classGpgFrontend_1_1UI_1_1KeyList.html#a7ead8845ceb7c9310e3f4742251e1d87":[2,0,0,0,19,9], -"classGpgFrontend_1_1UI_1_1KeyList.html#a81c2e36427371fa6ae6381870b9b5bdd":[2,0,0,0,19,12], -"classGpgFrontend_1_1UI_1_1KeyList.html#a82da61a76a08023b2ddbe2a6869f4190":[2,0,0,0,19,6], -"classGpgFrontend_1_1UI_1_1KeyList.html#a86a294a8baa9feaeb808f0af956ef522":[2,0,0,0,19,22], -"classGpgFrontend_1_1UI_1_1KeyList.html#a8aeb2eef64f57fbc2e7f06f433d1ccb2":[2,0,0,0,19,36], -"classGpgFrontend_1_1UI_1_1KeyList.html#a8d1e2fde8e54d111581adc701e3191bb":[2,0,0,0,19,32], -"classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a":[2,0,0,0,19,23], -"classGpgFrontend_1_1UI_1_1KeyList.html#aa961e3ba3c48f84dea4bb7ab4f756886":[2,0,0,0,19,2], -"classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5":[2,0,0,0,19,20], -"classGpgFrontend_1_1UI_1_1KeyList.html#aad57901bf84aaf7849e7cf7bb9f8fc99":[2,0,0,0,19,25], -"classGpgFrontend_1_1UI_1_1KeyList.html#ab0182646beb01850779260b3772bd8fe":[2,0,0,0,19,18], -"classGpgFrontend_1_1UI_1_1KeyList.html#ab4368b81402e2468a9e960de8fb7080f":[2,0,0,0,19,14], -"classGpgFrontend_1_1UI_1_1KeyList.html#ab64ba3049fac1aaa9fed4fb1c5919153":[2,0,0,0,19,15], -"classGpgFrontend_1_1UI_1_1KeyList.html#ac1e5046770c36f67aab34715e50c0a33":[2,0,0,0,19,10], -"classGpgFrontend_1_1UI_1_1KeyList.html#ac4629f2ffafe87215acc66f3cefc23d4":[2,0,0,0,19,29], -"classGpgFrontend_1_1UI_1_1KeyList.html#ac4d74ae5a34617b0be9915a43a2abdaa":[2,0,0,0,19,35], -"classGpgFrontend_1_1UI_1_1KeyList.html#ad3b6021ff2b2f03874bc9886bc08c152":[2,0,0,0,19,33], -"classGpgFrontend_1_1UI_1_1KeyList.html#ade6f1511cb60ceafcfe8e50a2ef28c73":[2,0,0,0,19,34], -"classGpgFrontend_1_1UI_1_1KeyList.html#ae3ad87e114432b0d659a0297d520d72f":[2,0,0,0,19,7], -"classGpgFrontend_1_1UI_1_1KeyList.html#ae9667bbf246913ea22413d46bcda675a":[2,0,0,0,19,28], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html":[2,0,0,0,23], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a00fdf40c55943c8542eaebab041f02b8":[2,0,0,0,23,30], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0380d65d9d12fb2b9d66c212287b8b92":[2,0,0,0,23,20], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a08ce0587e28ac312273fdb0988f63bbe":[2,0,0,0,23,29], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0b139ae0d4baa234932cf228e94abd6b":[2,0,0,0,23,5], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0b4b2f521362d8e24a9875d51b0f877c":[2,0,0,0,23,10], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0eae43c328a32aedfa4a5a55cf328966":[2,0,0,0,23,27], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a137117a6c303eaf7bdca7a11edcc178c":[2,0,0,0,23,6], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a1d5091c7be671b5c0446b52bef3eeb48":[2,0,0,0,23,26], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a1ee904754ebe088ad002fb6c9b3f9000":[2,0,0,0,23,12], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a2166d56c56ad66fd415d6628cfffd9b7":[2,0,0,0,23,7], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a23cf6665537f2a96708e9d5423ce3bb8":[2,0,0,0,23,2], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a2bcdba46a4ace5bb9dd742759a00f4e3":[2,0,0,0,23,22], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a33e88ef94386833575afede7a7ff144a":[2,0,0,0,23,28], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a36a6d0f038e826f8d440d9f82826644f":[2,0,0,0,23,16], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a375530da2a3ff57e47b5f28af0bec09b":[2,0,0,0,23,11], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6266d640cb37c14fbe2c96bdb9c15935":[2,0,0,0,23,38], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6791486fd94567d504d48050c23476b5":[2,0,0,0,23,4], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6ee90b63414038e9f840933a5b2c5e46":[2,0,0,0,23,3], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a75e6e38da08275188c7a78fb57fa6641":[2,0,0,0,23,24], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a7623fa63b3c24ee86d923b434dee9c7f":[2,0,0,0,23,35], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a78b53193b055e10550938f403b641b31":[2,0,0,0,23,1], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a876e257c8d8bb7e47ceb70e1da4f9da7":[2,0,0,0,23,37], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a905d55ac2c7de8579db9f5a7b91a0abf":[2,0,0,0,23,17], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aa10636ab18ccf63bcd3dfa60bdd9cbc7":[2,0,0,0,23,13], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aa5cd08927c720e1d545149e8318559c8":[2,0,0,0,23,15], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ab06b65fbb2581eb1245d45273ed3885a":[2,0,0,0,23,14], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ab3698ef93ee48a949915f205452f8743":[2,0,0,0,23,18], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#abf0f05743185c40b3cd0936ddccf8f9d":[2,0,0,0,23,23], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ac06a816b6898b4d3e0c7a74bc7b4f4be":[2,0,0,0,23,19], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ac6b43abecc2477164e4947759fc97237":[2,0,0,0,23,25], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aca369a078ec127d150a466d9b2b219c2":[2,0,0,0,23,9], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#acadb7692e422ca8efac192604d875457":[2,0,0,0,23,31], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#acd9298492830efcbf7c77dfb6bd829e7":[2,0,0,0,23,32], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ad8f69aa0d0564245a9924a7cf7ed0c3d":[2,0,0,0,23,34], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#adff3b71d088f4a13ef3d032b3c0ecebc":[2,0,0,0,23,36], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ae41fbcbbf621133fb7655e566f36768b":[2,0,0,0,23,33], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64":[2,0,0,0,23,0], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#af089757a71f5f27922c45eb52c924f88":[2,0,0,0,23,8], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#afa24ed000e0833c2cb8f7fea1111299c":[2,0,0,0,23,21], -"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html":[2,0,0,0,24], -"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a0e2fdf02be3247409cc1590bea0c1fe8":[2,0,0,0,24,2], -"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a221d649fb0dfb4048cdf432e05686fe1":[2,0,0,0,24,10], -"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a2b9b0aabdbceb4482ebcdfd6c3af987d":[2,0,0,0,24,9], -"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a3844bbdb3d0c4e46b3118b7576917ba2":[2,0,0,0,24,11], -"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c":[2,0,0,0,24,3], -"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a6a7c9f82af2848ef847fef68ab5afbf5":[2,0,0,0,24,6], -"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a6dd2a97ec6b3e22c6d29182b1ceb49f3":[2,0,0,0,24,8], -"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a6f0e8f878445e71527f23bf8b9edcd90":[2,0,0,0,24,4], -"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a7226b139dc7a491e8ba780135654be27":[2,0,0,0,24,0], -"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#acb100218dfa9f97f633d1b3cd7bf5a05":[2,0,0,0,24,7], -"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#ad4e09323a53992daee08173bed17bf9a":[2,0,0,0,24,1], -"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#ae2dcd1d3f6264f6e58d8b69aa0511321":[2,0,0,0,24,5], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html":[2,0,0,0,25], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a01664d76e4405685086e31d6ae29b18d":[2,0,0,0,25,3], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1485e603de56152f45d96e0ce5c50d9b":[2,0,0,0,25,18], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1696d290fd22046aaf66b0c8855478cf":[2,0,0,0,25,2], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1bb1519e5cce51ad5796065232f66ad6":[2,0,0,0,25,13], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a265ef140feec330e7341c1369c0aefab":[2,0,0,0,25,5], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a285b5aa841aadd345096b722de2c5207":[2,0,0,0,25,10], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a34ea69e2f2a6d190121c0463cf190a63":[2,0,0,0,25,22], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a65176245d280ae0734ef7b5b3f1c4cc4":[2,0,0,0,25,17], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a72717007cd65887f79b6f963568263a3":[2,0,0,0,25,23], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a73a47d699a33419a6cc265d55b89be50":[2,0,0,0,25,19], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a76efd8f8d623813be1a329ad01972444":[2,0,0,0,25,0], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a7a8119c794ed9ed63c0caa1c3373b6dc":[2,0,0,0,25,4], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a83b1290251a204def52677ae000a17ec":[2,0,0,0,25,7], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a8c71b37aa040da50cb0105489a42e60d":[2,0,0,0,25,9], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a9d57be18c2091827c04ec8809f4154be":[2,0,0,0,25,20], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aa45a2433ce82a88eeb2c9c282ab7b975":[2,0,0,0,25,8], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aadcb3bbb4233fdc2deca5b509c46b2e1":[2,0,0,0,25,6], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aae9905764b5551208574a932fdfba29c":[2,0,0,0,25,16], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ab14f5ac30ce3cca1c42155bae030c62e":[2,0,0,0,25,14], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#acd538bd5cd229b0f66e05803b6531443":[2,0,0,0,25,15], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ad8c25061351d8e739b70d5466b87410e":[2,0,0,0,25,21], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ada1c21cf59f1f19dfd4ffe0391bc1594":[2,0,0,0,25,12], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aedc0e13ba1b64782e40f7c14af77f8f0":[2,0,0,0,25,11], -"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2":[2,0,0,0,25,1], -"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html":[2,0,0,0,26], -"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab":[2,0,0,0,26,2], -"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a4dcec352e412afe5c5491f941495090f":[2,0,0,0,26,1], -"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a4eb2668e860bb19e5c3c47a922b1e671":[2,0,0,0,26,7], -"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a504d26d23c6e4228b732f2f79c2c6fa3":[2,0,0,0,26,5], -"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a636caee67903f6f6114ba7a63ba49781":[2,0,0,0,26,6], -"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a6becf000c1128e46afee8a86066a242c":[2,0,0,0,26,10], -"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a9a28a055e8e549288e7dce49050493f5":[2,0,0,0,26,13], -"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aa150485d290176e45d7bb1e87601abde":[2,0,0,0,26,12], -"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aad4e209d7b4eb0ac6623b2f12ce5ecc5":[2,0,0,0,26,0], -"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#ab23cb5c7d25aabc0bed9ba530f3866ba":[2,0,0,0,26,8], -"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#ab5304882e1883244ff798ec06ff1c888":[2,0,0,0,26,11], -"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#acb6fe75a2e834469627d9b46ad84d514":[2,0,0,0,26,4], -"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#ae5351ab31a47755ec82a007cd3610b55":[2,0,0,0,26,3], -"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#af2b406e19ae3e456c78e558c2d82d410":[2,0,0,0,26,9], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html":[2,0,0,0,27], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0503508ce7e11f497a05cdf6f536a253":[2,0,0,0,27,2], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a083cd080527b4e1f1009ca6d3152894f":[2,0,0,0,27,9], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0c80829e8fd1802dd3c984fe65c3ca36":[2,0,0,0,27,25], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0ee84c4e1ea5c7c75bcddd2325993934":[2,0,0,0,27,8], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a11a6e8aca1754d513ea91192ee0315bf":[2,0,0,0,27,17], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a1420046130128b5679400d5ef7b7255e":[2,0,0,0,27,7], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a1790a8b163b94f33a3bb968f9a19f00c":[2,0,0,0,27,11], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2cad9b13df5cfa828d1ca641a19d2e08":[2,0,0,0,27,24], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2e44cb3bf3ed390f5e3db5cafb0870e9":[2,0,0,0,27,6], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2f634f4c83ab5dd2d088eb07e0d3b862":[2,0,0,0,27,19], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a324446276f111be455773381ee8b6739":[2,0,0,0,27,3], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a55b540fb99cbe55631af12c0c6156b20":[2,0,0,0,27,13], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a63e054f4a2d8e12c70d25d39bb55f876":[2,0,0,0,27,20], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a698f8af1dc074ca7433f9ee038ab4150":[2,0,0,0,27,18], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a6a64f9528cfd743d724947b27eefa0a5":[2,0,0,0,27,21], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a72b94f3e8d11c44d1b4e3653ab885927":[2,0,0,0,27,16], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a74cab42dc5d138fa2632d027af279957":[2,0,0,0,27,22], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a92f3f64ea29f6660358aab0b2d2da4dc":[2,0,0,0,27,10], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a93abe5c0467c7c4a29e0c45437a10732":[2,0,0,0,27,0], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aab240016c10ecf575965108751fc0ff8":[2,0,0,0,27,15], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#abbb66d84191a714d24f384125a25b328":[2,0,0,0,27,23], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#abf09b9868514921763a9134084b228ee":[2,0,0,0,27,12], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ac827e8474ace52814f8de70709987d36":[2,0,0,0,27,14], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ad415e2dd5046c744b650b26c123130ff":[2,0,0,0,27,1], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aec18dfc0422bbb3d91c91ce8a067e148":[2,0,0,0,27,5], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aedc5f77d6bf9b780b96552a43b323feb":[2,0,0,0,27,4], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html":[2,0,0,0,28], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a01adaffd23f720fdf94b84d294c4eae4":[2,0,0,0,28,11], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0511f5714548920cf3563306536d0bd7":[2,0,0,0,28,5], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a07aff92c72ada924eae1cca0f31ae527":[2,0,0,0,28,27], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a08093ae1a45cb7705cb243487d975cfd":[2,0,0,0,28,22], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a09043e6f3b52d194e347304f62fbcce3":[2,0,0,0,28,17], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0b075e0415db03a3cc43bd8f6e014031":[2,0,0,0,28,16], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0d393d4abe6e2cc8d4cdfebf8c4c2186":[2,0,0,0,28,31], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a161bc9787be40a32f487c79faaeb54bf":[2,0,0,0,28,9], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a162f90b120f704c31aa7693a793e20c6":[2,0,0,0,28,12], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c":[2,0,0,0,28,14], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a283cc54d3453da8fcd96633381ec2753":[2,0,0,0,28,10], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2a87d3ed720a57a5d96a108c7a9827d7":[2,0,0,0,28,6], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2d7c328d726436061f19a287e481268d":[2,0,0,0,28,7], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a32dc14242d88ca168ae71e9a895d2b29":[2,0,0,0,28,3], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a33c6b175129a6c364ebe5541d146d082":[2,0,0,0,28,24], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a35d0b436cf13fa127dbba5b12f8f9144":[2,0,0,0,28,1], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a3c264254d4f6df7ad810aecde43d9413":[2,0,0,0,28,20], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a4569bb5afb56e0caaa6eeadac05a53d6":[2,0,0,0,28,19], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a4f72825ffcade6dd1def95246748ca3d":[2,0,0,0,28,23], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a578c5a61208ae962fd772bc5e9045d12":[2,0,0,0,28,25], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a5c029e55323d54aa2306267cea1809ea":[2,0,0,0,28,2], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a5dbd205bb97fe7379d01c19250d6f97c":[2,0,0,0,28,29], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7653654c81149c48e7e4d5f0c00c360f":[2,0,0,0,28,4], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7898b6fa328bfbc55ee2721bca4b2af1":[2,0,0,0,28,8], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7e4ef818bcd2f315159f7043a099302c":[2,0,0,0,28,30], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a9fd99282a49e752133fdd5bdb10a62d4":[2,0,0,0,28,18], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#aa0fb2623234f3dea2ef40809c9571360":[2,0,0,0,28,13], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#aa598c2c2a97f5c3dd7e8227cdfe6a51a":[2,0,0,0,28,21], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#aa90d503edf4bab73034f68dc424964dd":[2,0,0,0,28,28], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#ad4638897cefc9a3fe111eb386abd25f4":[2,0,0,0,28,26], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#ada1a7906a9e5f38c28922f9ac98c76a6":[2,0,0,0,28,15], -"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#af18c4f08a127d919a316c7e27ba338d3":[2,0,0,0,28,0], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html":[2,0,0,0,29], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1a7298fa8c6aa085794b21fe6d8ed1eb":[2,0,0,0,29,15], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1d083105603805219fe01f37d773693f":[2,0,0,0,29,10], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8":[2,0,0,0,29,14], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a228c855a0676155572d691cb0df9c328":[2,0,0,0,29,23], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3b818c2a3e5c32fc32425b17e63367e2":[2,0,0,0,29,5], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3d2e0010ac4e4ed0b2a88d9487d2732c":[2,0,0,0,29,25], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c4e44963dcd4f656b10788a7fafbb4e":[2,0,0,0,29,1], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c5d8a43fd8a6f1c217d83694dcc689c":[2,0,0,0,29,2], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4cbacc689425edd3105af64083c7b3a1":[2,0,0,0,29,19], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4e387503359dee5771e855218d5f1561":[2,0,0,0,29,13], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f006d4702885fb41317d10d654dfa3c":[2,0,0,0,29,4], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a7f6e60d52be1bc06e2f9ddad4ca11d98":[2,0,0,0,29,17], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a95460bd9977b72ef20d4566f5e231dab":[2,0,0,0,29,26], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a96b40e94b5c5a3216f513b9699820063":[2,0,0,0,29,0], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a9d752319d7342f0156f8dfa15868fc48":[2,0,0,0,29,20], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#aab814c68a1d532bef6e0e77b6614c622":[2,0,0,0,29,22], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab2e8ddb2180df363ad2cf8fc27fabee3":[2,0,0,0,29,28], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a":[2,0,0,0,29,7], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab9e2fe38d54c0f0d3d73907300faa513":[2,0,0,0,29,3], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#abdf29b8b4337573cafd839fd4ce25104":[2,0,0,0,29,16], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06":[2,0,0,0,29,9], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#acb2e410d862b05f335fdaa108b6e15ee":[2,0,0,0,29,24], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad184316a91466181dbc9c109f8a03d01":[2,0,0,0,29,11], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6":[2,0,0,0,29,6], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad7f4df9aa6ee20ff4a36049bbf3e7f6e":[2,0,0,0,29,8], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#adc7249b039e078c84f705c7111a148b0":[2,0,0,0,29,12], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#af48f4a6d2744bad2759e691f9c59f209":[2,0,0,0,29,21], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#af615a531375a74aa4b46a7dd53d38422":[2,0,0,0,29,27], -"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#afae8573a9f425bd53c84828576f4ac1f":[2,0,0,0,29,18], -"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html":[2,0,0,0,31], -"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a05c643155ca542c788acd648a59a1917":[2,0,0,0,31,3], -"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a0efa9fd74abf305b2e20536f208c8beb":[2,0,0,0,31,1], -"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a3789ae2c0e3d1510b2b67c762118d6c0":[2,0,0,0,31,6], -"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a547fe4ca02de93cefd0a9954a7a6d5e4":[2,0,0,0,31,7], -"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a5a256b2be02876fb748193b2cb14fb14":[2,0,0,0,31,8], -"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a6492b945ec7cfbb73cfcad0964ffe23f":[2,0,0,0,31,2], -"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a67da7721959b585db21f7e893793564b":[2,0,0,0,31,0], -"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#acf4b8c667c69c822283f5d72728c3915":[2,0,0,0,31,4], -"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274":[2,0,0,0,31,5], -"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html":[2,0,0,0,33], -"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a1deb1df41b7a9b4f93fb717280d3b502":[2,0,0,0,33,5], -"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a8201baff3129df1090311964f009ae2b":[2,0,0,0,33,3], -"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43":[2,0,0,0,33,2], -"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55":[2,0,0,0,33,0], -"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ab510bc8feea27f5a2f5361475a50d106":[2,0,0,0,33,8], -"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#acb34dd25f9d75feb0ec625ce81d47cff":[2,0,0,0,33,6], -"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ad493cf9abfab589f5560131cda68539d":[2,0,0,0,33,7], -"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ad9ae0e31f60685d600a695d1d4b0c025":[2,0,0,0,33,4], -"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ae1943f11c25f5696103f113493462a76":[2,0,0,0,33,1], -"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html":[2,0,0,0,34], -"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a0f724649ca953b888f07d69c97fe45b6":[2,0,0,0,34,2], -"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a168859b1774aa38b8ad4c423fe01f1c5":[2,0,0,0,34,3] +"classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html#a2c3d09bc4b7ebce9839ec03a43838d32":[2,0,0,1,15,0], +"classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html#a701ed5c70a8a0965b0d887b6d187e996":[2,0,0,1,15,1], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html":[2,0,0,1,16], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a010acccfd5fb5475769658f9cf68da7b":[2,0,0,1,16,2], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03a8e1c8f2c1887732d36a346185bb40":[2,0,0,1,16,20], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03b7fe3e34147e404ca3ca6a0aa80cfc":[2,0,0,1,16,14], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a104dcf364452ab5fe019f51c6db7f7d9":[2,0,0,1,16,22], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a10677e68994c32676acb051a0153375d":[2,0,0,1,16,4], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a196ef707a7a2cfd717f69c8a5bc3278d":[2,0,0,1,16,21], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a242a3245de709ede086087d7a096e6cd":[2,0,0,1,16,17], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a281bfffd99fcb600d07c4604bf2a8841":[2,0,0,1,16,24], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3008e2a9879a8e122e422f67cf0018f8":[2,0,0,1,16,16], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3453d1a8a4c0411472b2779d018abdc3":[2,0,0,1,16,18], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9":[2,0,0,1,16,0], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a48e953cd49efde2315868e8606af7226":[2,0,0,1,16,10], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a4eb53559f200092cd299f7a90c03cdbb":[2,0,0,1,16,5], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a516aa59c71a9ddf06c51e93252e93b76":[2,0,0,1,16,12], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a52bf44c05cf1280ba13369ae2c33c60a":[2,0,0,1,16,29], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1":[2,0,0,1,16,26], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0":[2,0,0,1,16,28], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e500e3153558364fe5ba5b8bab6f219":[2,0,0,1,16,19], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e6554b47e0dd6c2025ccb0d1d0cb658":[2,0,0,1,16,3], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8ecbb5721d5a2a0f85fd7b362f62bf83":[2,0,0,1,16,30], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a904d5e72a1946382ddfca80dc57c4db5":[2,0,0,1,16,9], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa36de61cedb98f919f10e35d4e6b5146":[2,0,0,1,16,6], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa765259f9aa65b81d59b982ee0595e52":[2,0,0,1,16,15], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aaa9b55830c39ce854e4ede26d916a844":[2,0,0,1,16,23], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab0ccac068670a3e28ce78ff87a40b2fc":[2,0,0,1,16,25], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab40bd826a5437124f8afd09824606c76":[2,0,0,1,16,7], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab8f04b046abb56d53bdbe67838b84fdc":[2,0,0,1,16,8], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f":[2,0,0,1,16,11], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae8aeaff7be0b1552b29d1f209af0bd28":[2,0,0,1,16,1], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#af1f7a62dcb024513453766ee8816d514":[2,0,0,1,16,13], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aff131dd6f7178c63ef2e2f85d30828a2":[2,0,0,1,16,27], +"classGpgFrontend_1_1UI_1_1KeyGenPage.html":[2,0,0,1,17], +"classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70":[2,0,0,1,17,0], +"classGpgFrontend_1_1UI_1_1KeyGenPage.html#a28958f6627f01db7c6f75fc0dec3eead":[2,0,0,1,17,1], +"classGpgFrontend_1_1UI_1_1KeyGenPage.html#a8b757ec603524d53307278110cece2bd":[2,0,0,1,17,2], +"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html":[2,0,0,1,18], +"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a0177cdaa19d1f83c9e519039aa7a8ce1":[2,0,0,1,18,0], +"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a1f82af3b6aee0e6e5999b1b146b36938":[2,0,0,1,18,7], +"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a238e3af4b4980dd563e1fe6ea12f4474":[2,0,0,1,18,9], +"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a2abf6522dd8c254074d9174fcde1d2be":[2,0,0,1,18,8], +"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a8bc7fdc44432686d8b154783b2d156e8":[2,0,0,1,18,6], +"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9e37a653a982e671977d2101b72ae3b6":[2,0,0,1,18,3], +"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9f5912ff99e3820d5fa6a58ed14a70c8":[2,0,0,1,18,1], +"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#ae682853c7eccfd3a6be43765f162f5a4":[2,0,0,1,18,4], +"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#af88ee416b2227ce847a3b8123a23ce24":[2,0,0,1,18,2], +"classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#affc26751c72e51c702eea3a251f284db":[2,0,0,1,18,5], +"classGpgFrontend_1_1UI_1_1KeyList.html":[2,0,0,1,19], +"classGpgFrontend_1_1UI_1_1KeyList.html#a0c3090591dff7b68bfb83c93d2c168e3":[2,0,0,1,19,4], +"classGpgFrontend_1_1UI_1_1KeyList.html#a0ea28d6f108bad10aaa8844fa86db033":[2,0,0,1,19,3], +"classGpgFrontend_1_1UI_1_1KeyList.html#a152e66db4a0f033366f43b4ec89073f4":[2,0,0,1,19,27], +"classGpgFrontend_1_1UI_1_1KeyList.html#a19b3f64d41843bb267fcd6c9956fde88":[2,0,0,1,19,30], +"classGpgFrontend_1_1UI_1_1KeyList.html#a1bcca32b18c539a2ae83c30fc07db544":[2,0,0,1,19,13], +"classGpgFrontend_1_1UI_1_1KeyList.html#a20c4a242f49123bd64982952fdad08e9":[2,0,0,1,19,5], +"classGpgFrontend_1_1UI_1_1KeyList.html#a23ebf79be8de637560d41afd0433c35f":[2,0,0,1,19,8], +"classGpgFrontend_1_1UI_1_1KeyList.html#a31a4c067eed90830203862cb4adf951e":[2,0,0,1,19,17], +"classGpgFrontend_1_1UI_1_1KeyList.html#a4e5862299b0aebe07daf8fbc642a4c38":[2,0,0,1,19,11], +"classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689":[2,0,0,1,19,19], +"classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e":[2,0,0,1,19,24], +"classGpgFrontend_1_1UI_1_1KeyList.html#a6e97d359158f91217b9fe797410c74a6":[2,0,0,1,19,26], +"classGpgFrontend_1_1UI_1_1KeyList.html#a73ddb7feb1f70eac44e038c3dc925fec":[2,0,0,1,19,1], +"classGpgFrontend_1_1UI_1_1KeyList.html#a74ef918cd437730e111171660df06c81":[2,0,0,1,19,31], +"classGpgFrontend_1_1UI_1_1KeyList.html#a79416ec91e91f19712bf72aeb6440175":[2,0,0,1,19,16], +"classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418":[2,0,0,1,19,0], +"classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291":[2,0,0,1,19,21], +"classGpgFrontend_1_1UI_1_1KeyList.html#a7ead8845ceb7c9310e3f4742251e1d87":[2,0,0,1,19,9], +"classGpgFrontend_1_1UI_1_1KeyList.html#a81c2e36427371fa6ae6381870b9b5bdd":[2,0,0,1,19,12], +"classGpgFrontend_1_1UI_1_1KeyList.html#a82da61a76a08023b2ddbe2a6869f4190":[2,0,0,1,19,6], +"classGpgFrontend_1_1UI_1_1KeyList.html#a86a294a8baa9feaeb808f0af956ef522":[2,0,0,1,19,22], +"classGpgFrontend_1_1UI_1_1KeyList.html#a8aeb2eef64f57fbc2e7f06f433d1ccb2":[2,0,0,1,19,36], +"classGpgFrontend_1_1UI_1_1KeyList.html#a8d1e2fde8e54d111581adc701e3191bb":[2,0,0,1,19,32], +"classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a":[2,0,0,1,19,23], +"classGpgFrontend_1_1UI_1_1KeyList.html#aa961e3ba3c48f84dea4bb7ab4f756886":[2,0,0,1,19,2], +"classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5":[2,0,0,1,19,20], +"classGpgFrontend_1_1UI_1_1KeyList.html#aad57901bf84aaf7849e7cf7bb9f8fc99":[2,0,0,1,19,25], +"classGpgFrontend_1_1UI_1_1KeyList.html#ab0182646beb01850779260b3772bd8fe":[2,0,0,1,19,18], +"classGpgFrontend_1_1UI_1_1KeyList.html#ab4368b81402e2468a9e960de8fb7080f":[2,0,0,1,19,14], +"classGpgFrontend_1_1UI_1_1KeyList.html#ab64ba3049fac1aaa9fed4fb1c5919153":[2,0,0,1,19,15], +"classGpgFrontend_1_1UI_1_1KeyList.html#ac1e5046770c36f67aab34715e50c0a33":[2,0,0,1,19,10], +"classGpgFrontend_1_1UI_1_1KeyList.html#ac4629f2ffafe87215acc66f3cefc23d4":[2,0,0,1,19,29], +"classGpgFrontend_1_1UI_1_1KeyList.html#ac4d74ae5a34617b0be9915a43a2abdaa":[2,0,0,1,19,35], +"classGpgFrontend_1_1UI_1_1KeyList.html#ad3b6021ff2b2f03874bc9886bc08c152":[2,0,0,1,19,33], +"classGpgFrontend_1_1UI_1_1KeyList.html#ade6f1511cb60ceafcfe8e50a2ef28c73":[2,0,0,1,19,34], +"classGpgFrontend_1_1UI_1_1KeyList.html#ae3ad87e114432b0d659a0297d520d72f":[2,0,0,1,19,7], +"classGpgFrontend_1_1UI_1_1KeyList.html#ae9667bbf246913ea22413d46bcda675a":[2,0,0,1,19,28], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html":[2,0,0,1,23], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a00fdf40c55943c8542eaebab041f02b8":[2,0,0,1,23,30], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0380d65d9d12fb2b9d66c212287b8b92":[2,0,0,1,23,20], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a08ce0587e28ac312273fdb0988f63bbe":[2,0,0,1,23,29], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0b139ae0d4baa234932cf228e94abd6b":[2,0,0,1,23,5], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0b4b2f521362d8e24a9875d51b0f877c":[2,0,0,1,23,10], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0eae43c328a32aedfa4a5a55cf328966":[2,0,0,1,23,27], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a137117a6c303eaf7bdca7a11edcc178c":[2,0,0,1,23,6], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a1d5091c7be671b5c0446b52bef3eeb48":[2,0,0,1,23,26], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a1ee904754ebe088ad002fb6c9b3f9000":[2,0,0,1,23,12], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a2166d56c56ad66fd415d6628cfffd9b7":[2,0,0,1,23,7], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a23cf6665537f2a96708e9d5423ce3bb8":[2,0,0,1,23,2], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a2bcdba46a4ace5bb9dd742759a00f4e3":[2,0,0,1,23,22], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a33e88ef94386833575afede7a7ff144a":[2,0,0,1,23,28], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a36a6d0f038e826f8d440d9f82826644f":[2,0,0,1,23,16], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a375530da2a3ff57e47b5f28af0bec09b":[2,0,0,1,23,11], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6266d640cb37c14fbe2c96bdb9c15935":[2,0,0,1,23,38], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6791486fd94567d504d48050c23476b5":[2,0,0,1,23,4], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6ee90b63414038e9f840933a5b2c5e46":[2,0,0,1,23,3], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a75e6e38da08275188c7a78fb57fa6641":[2,0,0,1,23,24], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a7623fa63b3c24ee86d923b434dee9c7f":[2,0,0,1,23,35], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a78b53193b055e10550938f403b641b31":[2,0,0,1,23,1], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a876e257c8d8bb7e47ceb70e1da4f9da7":[2,0,0,1,23,37], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a905d55ac2c7de8579db9f5a7b91a0abf":[2,0,0,1,23,17], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aa10636ab18ccf63bcd3dfa60bdd9cbc7":[2,0,0,1,23,13], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aa5cd08927c720e1d545149e8318559c8":[2,0,0,1,23,15], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ab06b65fbb2581eb1245d45273ed3885a":[2,0,0,1,23,14], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ab3698ef93ee48a949915f205452f8743":[2,0,0,1,23,18], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#abf0f05743185c40b3cd0936ddccf8f9d":[2,0,0,1,23,23], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ac06a816b6898b4d3e0c7a74bc7b4f4be":[2,0,0,1,23,19], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ac6b43abecc2477164e4947759fc97237":[2,0,0,1,23,25], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aca369a078ec127d150a466d9b2b219c2":[2,0,0,1,23,9], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#acadb7692e422ca8efac192604d875457":[2,0,0,1,23,31], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#acd9298492830efcbf7c77dfb6bd829e7":[2,0,0,1,23,32], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ad8f69aa0d0564245a9924a7cf7ed0c3d":[2,0,0,1,23,34], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#adff3b71d088f4a13ef3d032b3c0ecebc":[2,0,0,1,23,36], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ae41fbcbbf621133fb7655e566f36768b":[2,0,0,1,23,33], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64":[2,0,0,1,23,0], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#af089757a71f5f27922c45eb52c924f88":[2,0,0,1,23,8], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#afa24ed000e0833c2cb8f7fea1111299c":[2,0,0,1,23,21], +"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html":[2,0,0,1,24], +"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a0e2fdf02be3247409cc1590bea0c1fe8":[2,0,0,1,24,2], +"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a221d649fb0dfb4048cdf432e05686fe1":[2,0,0,1,24,10], +"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a2b9b0aabdbceb4482ebcdfd6c3af987d":[2,0,0,1,24,9], +"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a3844bbdb3d0c4e46b3118b7576917ba2":[2,0,0,1,24,11], +"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c":[2,0,0,1,24,3], +"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a6a7c9f82af2848ef847fef68ab5afbf5":[2,0,0,1,24,6], +"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a6dd2a97ec6b3e22c6d29182b1ceb49f3":[2,0,0,1,24,8], +"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a6f0e8f878445e71527f23bf8b9edcd90":[2,0,0,1,24,4], +"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a7226b139dc7a491e8ba780135654be27":[2,0,0,1,24,0], +"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#acb100218dfa9f97f633d1b3cd7bf5a05":[2,0,0,1,24,7], +"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#ad4e09323a53992daee08173bed17bf9a":[2,0,0,1,24,1], +"classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#ae2dcd1d3f6264f6e58d8b69aa0511321":[2,0,0,1,24,5], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html":[2,0,0,1,25], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a01664d76e4405685086e31d6ae29b18d":[2,0,0,1,25,3], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1485e603de56152f45d96e0ce5c50d9b":[2,0,0,1,25,18], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1696d290fd22046aaf66b0c8855478cf":[2,0,0,1,25,2], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1bb1519e5cce51ad5796065232f66ad6":[2,0,0,1,25,13], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a265ef140feec330e7341c1369c0aefab":[2,0,0,1,25,5], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a285b5aa841aadd345096b722de2c5207":[2,0,0,1,25,10], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a34ea69e2f2a6d190121c0463cf190a63":[2,0,0,1,25,22], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a65176245d280ae0734ef7b5b3f1c4cc4":[2,0,0,1,25,17], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a72717007cd65887f79b6f963568263a3":[2,0,0,1,25,23], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a73a47d699a33419a6cc265d55b89be50":[2,0,0,1,25,19], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a76efd8f8d623813be1a329ad01972444":[2,0,0,1,25,0], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a7a8119c794ed9ed63c0caa1c3373b6dc":[2,0,0,1,25,4], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a83b1290251a204def52677ae000a17ec":[2,0,0,1,25,7], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a8c71b37aa040da50cb0105489a42e60d":[2,0,0,1,25,9], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a9d57be18c2091827c04ec8809f4154be":[2,0,0,1,25,20], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aa45a2433ce82a88eeb2c9c282ab7b975":[2,0,0,1,25,8], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aadcb3bbb4233fdc2deca5b509c46b2e1":[2,0,0,1,25,6], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aae9905764b5551208574a932fdfba29c":[2,0,0,1,25,16], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ab14f5ac30ce3cca1c42155bae030c62e":[2,0,0,1,25,14], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#acd538bd5cd229b0f66e05803b6531443":[2,0,0,1,25,15], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ad8c25061351d8e739b70d5466b87410e":[2,0,0,1,25,21], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ada1c21cf59f1f19dfd4ffe0391bc1594":[2,0,0,1,25,12], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aedc0e13ba1b64782e40f7c14af77f8f0":[2,0,0,1,25,11], +"classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2":[2,0,0,1,25,1], +"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html":[2,0,0,1,26], +"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab":[2,0,0,1,26,2], +"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a4dcec352e412afe5c5491f941495090f":[2,0,0,1,26,1], +"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a4eb2668e860bb19e5c3c47a922b1e671":[2,0,0,1,26,7], +"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a504d26d23c6e4228b732f2f79c2c6fa3":[2,0,0,1,26,5], +"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a636caee67903f6f6114ba7a63ba49781":[2,0,0,1,26,6], +"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a6becf000c1128e46afee8a86066a242c":[2,0,0,1,26,10], +"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a9a28a055e8e549288e7dce49050493f5":[2,0,0,1,26,13], +"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aa150485d290176e45d7bb1e87601abde":[2,0,0,1,26,12], +"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aad4e209d7b4eb0ac6623b2f12ce5ecc5":[2,0,0,1,26,0], +"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#ab23cb5c7d25aabc0bed9ba530f3866ba":[2,0,0,1,26,8], +"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#ab5304882e1883244ff798ec06ff1c888":[2,0,0,1,26,11], +"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#acb6fe75a2e834469627d9b46ad84d514":[2,0,0,1,26,4], +"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#ae5351ab31a47755ec82a007cd3610b55":[2,0,0,1,26,3], +"classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#af2b406e19ae3e456c78e558c2d82d410":[2,0,0,1,26,9], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html":[2,0,0,1,27], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0503508ce7e11f497a05cdf6f536a253":[2,0,0,1,27,2], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a083cd080527b4e1f1009ca6d3152894f":[2,0,0,1,27,9], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0c80829e8fd1802dd3c984fe65c3ca36":[2,0,0,1,27,25], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0ee84c4e1ea5c7c75bcddd2325993934":[2,0,0,1,27,8], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a11a6e8aca1754d513ea91192ee0315bf":[2,0,0,1,27,17], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a1420046130128b5679400d5ef7b7255e":[2,0,0,1,27,7], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a1790a8b163b94f33a3bb968f9a19f00c":[2,0,0,1,27,11], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2cad9b13df5cfa828d1ca641a19d2e08":[2,0,0,1,27,24], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2e44cb3bf3ed390f5e3db5cafb0870e9":[2,0,0,1,27,6], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2f634f4c83ab5dd2d088eb07e0d3b862":[2,0,0,1,27,19], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a324446276f111be455773381ee8b6739":[2,0,0,1,27,3], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a55b540fb99cbe55631af12c0c6156b20":[2,0,0,1,27,13], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a63e054f4a2d8e12c70d25d39bb55f876":[2,0,0,1,27,20], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a698f8af1dc074ca7433f9ee038ab4150":[2,0,0,1,27,18], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a6a64f9528cfd743d724947b27eefa0a5":[2,0,0,1,27,21], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a72b94f3e8d11c44d1b4e3653ab885927":[2,0,0,1,27,16], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a74cab42dc5d138fa2632d027af279957":[2,0,0,1,27,22], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a92f3f64ea29f6660358aab0b2d2da4dc":[2,0,0,1,27,10], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a93abe5c0467c7c4a29e0c45437a10732":[2,0,0,1,27,0], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aab240016c10ecf575965108751fc0ff8":[2,0,0,1,27,15], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#abbb66d84191a714d24f384125a25b328":[2,0,0,1,27,23], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#abf09b9868514921763a9134084b228ee":[2,0,0,1,27,12], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ac827e8474ace52814f8de70709987d36":[2,0,0,1,27,14], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ad415e2dd5046c744b650b26c123130ff":[2,0,0,1,27,1], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aec18dfc0422bbb3d91c91ce8a067e148":[2,0,0,1,27,5], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aedc5f77d6bf9b780b96552a43b323feb":[2,0,0,1,27,4], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html":[2,0,0,1,28], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a01adaffd23f720fdf94b84d294c4eae4":[2,0,0,1,28,11], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0511f5714548920cf3563306536d0bd7":[2,0,0,1,28,5], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a07aff92c72ada924eae1cca0f31ae527":[2,0,0,1,28,27], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a08093ae1a45cb7705cb243487d975cfd":[2,0,0,1,28,22], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a09043e6f3b52d194e347304f62fbcce3":[2,0,0,1,28,17], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0b075e0415db03a3cc43bd8f6e014031":[2,0,0,1,28,16], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0d393d4abe6e2cc8d4cdfebf8c4c2186":[2,0,0,1,28,31], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a161bc9787be40a32f487c79faaeb54bf":[2,0,0,1,28,9], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a162f90b120f704c31aa7693a793e20c6":[2,0,0,1,28,12], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c":[2,0,0,1,28,14], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a283cc54d3453da8fcd96633381ec2753":[2,0,0,1,28,10], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2a87d3ed720a57a5d96a108c7a9827d7":[2,0,0,1,28,6], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2d7c328d726436061f19a287e481268d":[2,0,0,1,28,7], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a32dc14242d88ca168ae71e9a895d2b29":[2,0,0,1,28,3], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a33c6b175129a6c364ebe5541d146d082":[2,0,0,1,28,24], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a35d0b436cf13fa127dbba5b12f8f9144":[2,0,0,1,28,1], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a3c264254d4f6df7ad810aecde43d9413":[2,0,0,1,28,20], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a4569bb5afb56e0caaa6eeadac05a53d6":[2,0,0,1,28,19], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a4f72825ffcade6dd1def95246748ca3d":[2,0,0,1,28,23], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a578c5a61208ae962fd772bc5e9045d12":[2,0,0,1,28,25], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a5c029e55323d54aa2306267cea1809ea":[2,0,0,1,28,2], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a5dbd205bb97fe7379d01c19250d6f97c":[2,0,0,1,28,29], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7653654c81149c48e7e4d5f0c00c360f":[2,0,0,1,28,4], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7898b6fa328bfbc55ee2721bca4b2af1":[2,0,0,1,28,8], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7e4ef818bcd2f315159f7043a099302c":[2,0,0,1,28,30], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a9fd99282a49e752133fdd5bdb10a62d4":[2,0,0,1,28,18], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#aa0fb2623234f3dea2ef40809c9571360":[2,0,0,1,28,13], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#aa598c2c2a97f5c3dd7e8227cdfe6a51a":[2,0,0,1,28,21], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#aa90d503edf4bab73034f68dc424964dd":[2,0,0,1,28,28], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#ad4638897cefc9a3fe111eb386abd25f4":[2,0,0,1,28,26], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#ada1a7906a9e5f38c28922f9ac98c76a6":[2,0,0,1,28,15], +"classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#af18c4f08a127d919a316c7e27ba338d3":[2,0,0,1,28,0], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html":[2,0,0,1,29], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1a7298fa8c6aa085794b21fe6d8ed1eb":[2,0,0,1,29,15], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1d083105603805219fe01f37d773693f":[2,0,0,1,29,10], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8":[2,0,0,1,29,14], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a228c855a0676155572d691cb0df9c328":[2,0,0,1,29,23], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3b818c2a3e5c32fc32425b17e63367e2":[2,0,0,1,29,5], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3d2e0010ac4e4ed0b2a88d9487d2732c":[2,0,0,1,29,25], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c4e44963dcd4f656b10788a7fafbb4e":[2,0,0,1,29,1], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c5d8a43fd8a6f1c217d83694dcc689c":[2,0,0,1,29,2], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4cbacc689425edd3105af64083c7b3a1":[2,0,0,1,29,19] }; diff --git a/docs/html/navtreeindex4.js b/docs/html/navtreeindex4.js index 6564aabe..a5693659 100644 --- a/docs/html/navtreeindex4.js +++ b/docs/html/navtreeindex4.js @@ -1,253 +1,253 @@ var NAVTREEINDEX4 = { -"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a51f63e30f26f7923def91519d347c0cf":[2,0,0,0,34,0], -"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a520581c9828a62043ddea18da740401e":[2,0,0,0,34,1], -"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a71c4d23dcfa453bff540324b0a74f347":[2,0,0,0,34,5], -"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a8c50ef3699448352d6272bb2faab5493":[2,0,0,0,34,4], -"classGpgFrontend_1_1UI_1_1KeyserverTab.html":[2,0,0,0,30], -"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a0fc7e301ec8db2f328508c0380027d94":[2,0,0,0,30,8], -"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a1ec36c6d42a71d79fc006c1aab0ebdfa":[2,0,0,0,30,10], -"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a221117b56dda48956e44d96a08f6823b":[2,0,0,0,30,3], -"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a26449a77844d9db69a543ff88f10e347":[2,0,0,0,30,4], -"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a68f954c4b713956a87f7382b30f45612":[2,0,0,0,30,7], -"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a74f30a1f6314b6156f4df20652129c5d":[2,0,0,0,30,6], -"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a85b9bfdbd7ae71f0d74b9d6c32a194e1":[2,0,0,0,30,12], -"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a8cbd6e448e187260730ab8301ad4892e":[2,0,0,0,30,2], -"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a8fd9c3735ab43ecf2eb6df4c9b2ddd93":[2,0,0,0,30,1], -"classGpgFrontend_1_1UI_1_1KeyserverTab.html#aa3d3561d3bdf95de6486b2caa752616c":[2,0,0,0,30,0], -"classGpgFrontend_1_1UI_1_1KeyserverTab.html#aacb5e6e543708687185a993dd43050a3":[2,0,0,0,30,5], -"classGpgFrontend_1_1UI_1_1KeyserverTab.html#ac3f03e8a208f63776414df0ce37ead19":[2,0,0,0,30,11], -"classGpgFrontend_1_1UI_1_1KeyserverTab.html#ac946f4228b6e8784eebcbb63f285a702":[2,0,0,0,30,9], -"classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html":[2,0,0,0,35], -"classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a07cf756a15ba7750c6657802b1dce3e1":[2,0,0,0,35,3], -"classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a0c7bac2346240758e7261d00416904bf":[2,0,0,0,35,5], -"classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a1146e72ffa5555b378f09efd2c55a619":[2,0,0,0,35,1], -"classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a13ac7f514a2a8ad05feb9ef4819dc653":[2,0,0,0,35,4], -"classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a33d34fd3c08f5d4fa2a1e97b2f028274":[2,0,0,0,35,0], -"classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a41071f083c60ca708e8cc29896803940":[2,0,0,0,35,2], -"classGpgFrontend_1_1UI_1_1MainWindow.html":[2,0,0,0,36], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e":[2,0,0,0,36,75], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e":[2,0,0,0,36,32], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a04668246525874760f47a340b4b7d8de":[2,0,0,0,36,6], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a05b838ad518857fed24864ecce40c203":[2,0,0,0,36,43], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759":[2,0,0,0,36,11], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715":[2,0,0,0,36,55], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a0a6d0618f2835a6dcae707a4ca770a48":[2,0,0,0,36,37], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a0ab96012df041f2c2e47092db0600355":[2,0,0,0,36,4], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e":[2,0,0,0,36,54], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839":[2,0,0,0,36,100], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2":[2,0,0,0,36,110], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081":[2,0,0,0,36,109], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57":[2,0,0,0,36,82], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f":[2,0,0,0,36,30], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a1759412cb7ee71600c4b6e3c6e752d2e":[2,0,0,0,36,3], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a1ab1f3f57f9969447491e63f54420585":[2,0,0,0,36,8], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a1d61ea803e6c825bd54f42ba9ae85919":[2,0,0,0,36,23], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64":[2,0,0,0,36,70], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a1ef17c566a764f707f43593a1f6b3c60":[2,0,0,0,36,58], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a":[2,0,0,0,36,13], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112":[2,0,0,0,36,97], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b":[2,0,0,0,36,68], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957":[2,0,0,0,36,24], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a24e58eb0b84709ea665db95e54da865b":[2,0,0,0,36,91], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a2518a8a17ebcc217c7cc34c9c3a411f8":[2,0,0,0,36,45], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30":[2,0,0,0,36,40], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e":[2,0,0,0,36,29], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a2c2f6c021219564846f1624f6bb5b9a2":[2,0,0,0,36,60], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a2fb0dc34218da4963e3c37fd60b334a7":[2,0,0,0,36,79], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a304efe91afa31b32725caa00c27475a4":[2,0,0,0,36,26], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a30fe95cf76936d382ee0b67a24688a7a":[2,0,0,0,36,16], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a313a5d7d0847114a6f11e4d7870edd86":[2,0,0,0,36,61], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7":[2,0,0,0,36,83], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a3c0a5305cf55fe5bee2f18298f983cad":[2,0,0,0,36,52], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689":[2,0,0,0,36,111], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a3f3d03b0ec22385bee559fbd2aeb881b":[2,0,0,0,36,33], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73":[2,0,0,0,36,85], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a473b679fa0dc3cdf4f6f98d6553fa0ec":[2,0,0,0,36,2], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a48368c77af7b1f4cb632870b8d914a28":[2,0,0,0,36,36], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d":[2,0,0,0,36,86], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf":[2,0,0,0,36,28], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a6154f5dbdc9cebc0644e5d1e25895df8":[2,0,0,0,36,71], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b":[2,0,0,0,36,89], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a672f4ef07be6ad645613ecd49399700d":[2,0,0,0,36,53], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a68ab283b12d2a5400dc90555772c44ab":[2,0,0,0,36,95], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a6c64a01f3b1d5ff7b42da6e29a4d2c0c":[2,0,0,0,36,1], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a6d681a306c137dc107088d60b09a925f":[2,0,0,0,36,65], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979":[2,0,0,0,36,112], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a70d2b2311708ab023466d343f2e914b1":[2,0,0,0,36,63], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a71402943f4ed19e3aba0556b23eaa8f8":[2,0,0,0,36,56], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a72b5cfa9bf4b94a53d9bc14d84e60d6d":[2,0,0,0,36,77], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472":[2,0,0,0,36,18], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98":[2,0,0,0,36,14], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a7aa41c90105fd4c2931895d8dfb5ec45":[2,0,0,0,36,64], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d":[2,0,0,0,36,21], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a7fdaae01c50d540ecd8672091cdfbcc0":[2,0,0,0,36,10], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9":[2,0,0,0,36,17], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be":[2,0,0,0,36,73], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a85a98a1ec5418c110201980fa013d1fd":[2,0,0,0,36,15], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65":[2,0,0,0,36,31], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a877ec5dd357907e9c334e7ff18bf2c5c":[2,0,0,0,36,84], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41":[2,0,0,0,36,105], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63":[2,0,0,0,36,72], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf":[2,0,0,0,36,41], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701":[2,0,0,0,36,106], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745":[2,0,0,0,36,78], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc":[2,0,0,0,36,90], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a92a6d8d46e197e25eaacc3ad7ed289ab":[2,0,0,0,36,5], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a95b2c86afbefe47e79af87e56032e306":[2,0,0,0,36,48], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8":[2,0,0,0,36,42], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a9dd292f55fba1fe62c83508fef7e43a1":[2,0,0,0,36,47], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3":[2,0,0,0,36,39], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a9fbd8a2f5b2b5869276db83a4ad20216":[2,0,0,0,36,7], -"classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c":[2,0,0,0,36,108], -"classGpgFrontend_1_1UI_1_1MainWindow.html#aa92246123272e3e1085f22612aedf48f":[2,0,0,0,36,62], -"classGpgFrontend_1_1UI_1_1MainWindow.html#aa9c986dd95984811479ea93230c74b5d":[2,0,0,0,36,35], -"classGpgFrontend_1_1UI_1_1MainWindow.html#aaa1de043b71dbcf0e8d8c265b2a67bd3":[2,0,0,0,36,9], -"classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be":[2,0,0,0,36,34], -"classGpgFrontend_1_1UI_1_1MainWindow.html#aac320aef3b49cd068544aac54b927f7a":[2,0,0,0,36,59], -"classGpgFrontend_1_1UI_1_1MainWindow.html#aad0c8d50952f4592eac7b7221b5d1ec5":[2,0,0,0,36,51], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6":[2,0,0,0,36,102], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc":[2,0,0,0,36,96], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ab1fb798caf43dd067beca5285444d47d":[2,0,0,0,36,44], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ab23c7e67dd1f5295b3c49ad79dfd5919":[2,0,0,0,36,38], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ab531823acdbfb117c82a9906ce2107b9":[2,0,0,0,36,66], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ab67486a71126073e7c39ca12603198f4":[2,0,0,0,36,49], -"classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9":[2,0,0,0,36,92], -"classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e":[2,0,0,0,36,94], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc":[2,0,0,0,36,98], -"classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b":[2,0,0,0,36,99], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ad0a47aadbd6ae3a4bd0fe3372d247e7d":[2,0,0,0,36,74], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c":[2,0,0,0,36,46], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ad6a2cecb2846b324604c4abd1fb7d11a":[2,0,0,0,36,67], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83":[2,0,0,0,36,87], -"classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c":[2,0,0,0,36,81], -"classGpgFrontend_1_1UI_1_1MainWindow.html#adb05de6b4fa1f1d57ed63be1280050e9":[2,0,0,0,36,80], -"classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e":[2,0,0,0,36,107], -"classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98":[2,0,0,0,36,12], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ae11d01211c2914ecc148e13dd7de506e":[2,0,0,0,36,25], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ae2587b35d14bc64bc13d4e8ca1dcd502":[2,0,0,0,36,103], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa":[2,0,0,0,36,27], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904":[2,0,0,0,36,22], -"classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c":[2,0,0,0,36,19], -"classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f":[2,0,0,0,36,69], -"classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0":[2,0,0,0,36,101], -"classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853":[2,0,0,0,36,104], -"classGpgFrontend_1_1UI_1_1MainWindow.html#af77f66b6b869f6ddb3d2caa3bc40bb09":[2,0,0,0,36,57], -"classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6":[2,0,0,0,36,20], -"classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac":[2,0,0,0,36,93], -"classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62":[2,0,0,0,36,88], -"classGpgFrontend_1_1UI_1_1MainWindow.html#afd243a5f00f86d65431081ead2cae153":[2,0,0,0,36,50], -"classGpgFrontend_1_1UI_1_1MainWindow.html#afd8473d161515bded88cc9474f2d12c1":[2,0,0,0,36,76], -"classGpgFrontend_1_1UI_1_1NetworkTab.html":[2,0,0,0,37], -"classGpgFrontend_1_1UI_1_1NetworkTab.html#a1713e1268a364f51f57b3a2752efc641":[2,0,0,0,37,7], -"classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd":[2,0,0,0,37,6], -"classGpgFrontend_1_1UI_1_1NetworkTab.html#a36aba3c964667026632d8e8521bea7b7":[2,0,0,0,37,4], -"classGpgFrontend_1_1UI_1_1NetworkTab.html#a3afc7a761d7316cfd15828b624e0dad3":[2,0,0,0,37,1], -"classGpgFrontend_1_1UI_1_1NetworkTab.html#a444d3630919c1f9c4db495a58acbb9a8":[2,0,0,0,37,0], -"classGpgFrontend_1_1UI_1_1NetworkTab.html#a51cd114731899b6480cc1b6d5a80826a":[2,0,0,0,37,3], -"classGpgFrontend_1_1UI_1_1NetworkTab.html#a52fa421fe4e6c122a26ed7c766c000f7":[2,0,0,0,37,2], -"classGpgFrontend_1_1UI_1_1NetworkTab.html#ab060582bade44ee6f7d836e80809d95c":[2,0,0,0,37,8], -"classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513":[2,0,0,0,37,5], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html":[2,0,0,0,38], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a010bae8d8d967c8cc81cd42547de5dcb":[2,0,0,0,38,21], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a0e0a36396ea55f5dbe6197284cf98192":[2,0,0,0,38,25], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a0e64bcd36cf90b0eec2f05361c6c6fb3":[2,0,0,0,38,19], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a14b7431a786ce59e98576e3680cb9a58":[2,0,0,0,38,3], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267":[2,0,0,0,38,14], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5":[2,0,0,0,38,6], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a36781cbecac79299404bd5e1f7e608ea":[2,0,0,0,38,7], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a43d23c1bcac73b772aa0154151538bbf":[2,0,0,0,38,15], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2":[2,0,0,0,38,12], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a46cf39e2449ed63abad59e0a177635fd":[2,0,0,0,38,23], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358":[2,0,0,0,38,24], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a5b8ce290e1b949b56734227e8d42adba":[2,0,0,0,38,22], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a":[2,0,0,0,38,5], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1":[2,0,0,0,38,0], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8ba8f52aa2d1102d3513fdf0f4760b28":[2,0,0,0,38,13], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe":[2,0,0,0,38,10], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ab1108b77925647d1a930e5252fa956b8":[2,0,0,0,38,20], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce":[2,0,0,0,38,8], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac3404f71f0f93cd7f5cb64d5d56624d7":[2,0,0,0,38,9], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae756fc49724212d8d9937601a48b436b":[2,0,0,0,38,16], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae867b6329fcb1978479a9d70f7b017db":[2,0,0,0,38,18], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aec4ec03dbf1363d1517aa37d160c31e7":[2,0,0,0,38,17], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700":[2,0,0,0,38,1], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af08be6a1eaec76403b12dc6e42df546c":[2,0,0,0,38,2], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a":[2,0,0,0,38,11], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf":[2,0,0,0,38,4], -"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html":[2,0,0,0,39], -"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a02ed478164a2e7d4b5a1a26e99486f2f":[2,0,0,0,39,3], -"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a497bb7f1b92c67f2e754fd66ca3a6666":[2,0,0,0,39,1], -"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a538a78e0149906bf19e850ba71c00ada":[2,0,0,0,39,0], -"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a9b8bb804b4c0bc48d5e26c3d103c5a64":[2,0,0,0,39,5], -"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#ae6ccca4d5325bbb1235fa6b27479ee2c":[2,0,0,0,39,4], -"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#aedafa7b22e024be537658fd8096e5f6f":[2,0,0,0,39,2], -"classGpgFrontend_1_1UI_1_1QuitDialog.html":[2,0,0,0,40], -"classGpgFrontend_1_1UI_1_1QuitDialog.html#a1624ecd7f9b5d32622bf6f9b7eb46a1b":[2,0,0,0,40,4], -"classGpgFrontend_1_1UI_1_1QuitDialog.html#a4c4bc06d1d168f01569ed83dcfd50d55":[2,0,0,0,40,2], -"classGpgFrontend_1_1UI_1_1QuitDialog.html#a60419bf8e817db25128c2f941fc42a3d":[2,0,0,0,40,0], -"classGpgFrontend_1_1UI_1_1QuitDialog.html#a8970dbf707a5cb5109a40aac76158027":[2,0,0,0,40,3], -"classGpgFrontend_1_1UI_1_1QuitDialog.html#ac491016e0d93183346b79421528ba5c8":[2,0,0,0,40,5], -"classGpgFrontend_1_1UI_1_1QuitDialog.html#aec364c38056b6d92c172f8cdfb5f8e82":[2,0,0,0,40,1], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html":[2,0,0,0,41], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a0e317d53b055887c86e851d1b10aec6b":[2,0,0,0,41,11], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc":[2,0,0,0,41,0], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a204f8e834337aea7df2779a494dc6216":[2,0,0,0,41,4], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a44f48d9578d62b1786cbf10a8f20a518":[2,0,0,0,41,1], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a4e2ce62b4f14bb77d577efe208655bcb":[2,0,0,0,41,7], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a6532bcf29023e2d18209caae9960fd3f":[2,0,0,0,41,8], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a91b25637962923a4bc646e8e1ab5d068":[2,0,0,0,41,3], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html#aa1a54f43f17388a07befb5f15e4906ea":[2,0,0,0,41,5], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html#aac6feb4c12abb882446756c889d5fa78":[2,0,0,0,41,9], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html#ac32111f86366175b943f8d96eee975ed":[2,0,0,0,41,6], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html#ac43d73ffaadf316118ab0d7b46da4e41":[2,0,0,0,41,12], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html#acd22ac2fd91704551e5317e2c549ae26":[2,0,0,0,41,2], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html#acfd6e61f789f022790e9a83ce6359fbe":[2,0,0,0,41,10], -"classGpgFrontend_1_1UI_1_1SettingsObject.html":[2,0,0,0,42], -"classGpgFrontend_1_1UI_1_1SettingsObject.html#a5ddcc2e0bc6d4c2f88e6e00371d4792e":[2,0,0,0,42,4], -"classGpgFrontend_1_1UI_1_1SettingsObject.html#a69e9027002113bf9ecc16d7836e42c63":[2,0,0,0,42,5], -"classGpgFrontend_1_1UI_1_1SettingsObject.html#a80801f6912991ba625b5ead29a4558f0":[2,0,0,0,42,3], -"classGpgFrontend_1_1UI_1_1SettingsObject.html#aad706a2c2b68d280b5d3ababff0ff302":[2,0,0,0,42,0], -"classGpgFrontend_1_1UI_1_1SettingsObject.html#ac11d19096b4e88cb288a208a4953af4d":[2,0,0,0,42,1], -"classGpgFrontend_1_1UI_1_1SettingsObject.html#ae71336d240ace35756d1852a46271f6c":[2,0,0,0,42,2], -"classGpgFrontend_1_1UI_1_1SignalStation.html":[2,0,0,0,43], -"classGpgFrontend_1_1UI_1_1SignalStation.html#a1581aaebc459f3eda06195c1e43f068f":[2,0,0,0,43,1], -"classGpgFrontend_1_1UI_1_1SignalStation.html#a7b5fb2e2c0ad238313650a08ea648ce3":[2,0,0,0,43,4], -"classGpgFrontend_1_1UI_1_1SignalStation.html#a94d4c7d79e0deb7026083689bc5dc2ad":[2,0,0,0,43,3], -"classGpgFrontend_1_1UI_1_1SignalStation.html#aaec7938466ed4b1e912b25038a253f84":[2,0,0,0,43,2], -"classGpgFrontend_1_1UI_1_1SignalStation.html#abe381ce56a7b157a3760b2fd9c3b7419":[2,0,0,0,43,0], -"classGpgFrontend_1_1UI_1_1SignalStation.html#ac98e4fff1e400f810ecea9903ee880df":[2,0,0,0,43,5], -"classGpgFrontend_1_1UI_1_1SignersPicker.html":[2,0,0,0,44], -"classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb":[2,0,0,0,44,0], -"classGpgFrontend_1_1UI_1_1SignersPicker.html#a2e98dcdf647a2e0e6455998b018aed00":[2,0,0,0,44,1], -"classGpgFrontend_1_1UI_1_1SignersPicker.html#a4daf860ef736aedd986e566383666be5":[2,0,0,0,44,2], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html":[2,0,0,0,46], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a029017ad2e025a43d21144f1b7427593":[2,0,0,0,46,1], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a06ae254026e0be902d28bb005a91fe0c":[2,0,0,0,46,23], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a10b30ea96e819657053c1d5752024547":[2,0,0,0,46,18], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a13229f07ef0ed594357df1918af50d3d":[2,0,0,0,46,7], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a1f4dda7500b3de7476e5d1e7bd5b550b":[2,0,0,0,46,9], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a3caed2c7bcce5850c338de956dfaecfa":[2,0,0,0,46,17], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a49d9f3bb2cfb17eb39dcd4dc0385234e":[2,0,0,0,46,10], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a4a5b77fb909e9a6a0e4da780c75f7535":[2,0,0,0,46,3], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a52a0aadc9b1e80bdcaaf1ad9d8997957":[2,0,0,0,46,6], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a5d67b8ed68062ef127ad92986a98e95a":[2,0,0,0,46,21], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a75f325b4a5aa8bcfcc411bdaf9279683":[2,0,0,0,46,15], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8ab50d8f47489c57e382b3fe231ba9a7":[2,0,0,0,46,8], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8f9d8baa7b576a4aa857818b87c26bcd":[2,0,0,0,46,0], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a90900b67eceb2d16af5de27f9f038f7f":[2,0,0,0,46,4], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa24064a5f585b23d71e1036958f31d7d":[2,0,0,0,46,2], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa8bf228ba2a773c0d38f9e5c2f20539d":[2,0,0,0,46,14], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa91db742b41d352ba9f88620d649afb3":[2,0,0,0,46,19], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aab426dec4b4655b215b09b490e05ad05":[2,0,0,0,46,11], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ab06b11f407fbb407139235fc84325de2":[2,0,0,0,46,13], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ab11f7f3e24f855d690f6f7d820ed7479":[2,0,0,0,46,22], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ac515dabcf6c094c5eeb2bf88aa3aa9d3":[2,0,0,0,46,20], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#acca1d633219d245edba9135c80a90610":[2,0,0,0,46,5], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aedef4e8784c8a3edb06b0f2821500552":[2,0,0,0,46,12], -"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#afa21ac4d45a6474afc1bc594486ed8e2":[2,0,0,0,46,16], -"classGpgFrontend_1_1UI_1_1TOFUInfoPage.html":[2,0,0,0,48], -"classGpgFrontend_1_1UI_1_1TOFUInfoPage.html#a9adc1666e3f57536594876520019e395":[2,0,0,0,48,0], -"classGpgFrontend_1_1UI_1_1TextEdit.html":[2,0,0,0,47], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a02fa44ba0c56f3f6ae125f8490faf254":[2,0,0,0,47,25] +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4e387503359dee5771e855218d5f1561":[2,0,0,1,29,13], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f006d4702885fb41317d10d654dfa3c":[2,0,0,1,29,4], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a7f6e60d52be1bc06e2f9ddad4ca11d98":[2,0,0,1,29,17], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a95460bd9977b72ef20d4566f5e231dab":[2,0,0,1,29,26], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a96b40e94b5c5a3216f513b9699820063":[2,0,0,1,29,0], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a9d752319d7342f0156f8dfa15868fc48":[2,0,0,1,29,20], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#aab814c68a1d532bef6e0e77b6614c622":[2,0,0,1,29,22], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab2e8ddb2180df363ad2cf8fc27fabee3":[2,0,0,1,29,28], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a":[2,0,0,1,29,7], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab9e2fe38d54c0f0d3d73907300faa513":[2,0,0,1,29,3], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#abdf29b8b4337573cafd839fd4ce25104":[2,0,0,1,29,16], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06":[2,0,0,1,29,9], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#acb2e410d862b05f335fdaa108b6e15ee":[2,0,0,1,29,24], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad184316a91466181dbc9c109f8a03d01":[2,0,0,1,29,11], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6":[2,0,0,1,29,6], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad7f4df9aa6ee20ff4a36049bbf3e7f6e":[2,0,0,1,29,8], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#adc7249b039e078c84f705c7111a148b0":[2,0,0,1,29,12], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#af48f4a6d2744bad2759e691f9c59f209":[2,0,0,1,29,21], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#af615a531375a74aa4b46a7dd53d38422":[2,0,0,1,29,27], +"classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#afae8573a9f425bd53c84828576f4ac1f":[2,0,0,1,29,18], +"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html":[2,0,0,1,31], +"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a05c643155ca542c788acd648a59a1917":[2,0,0,1,31,3], +"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a0efa9fd74abf305b2e20536f208c8beb":[2,0,0,1,31,1], +"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a3789ae2c0e3d1510b2b67c762118d6c0":[2,0,0,1,31,6], +"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a547fe4ca02de93cefd0a9954a7a6d5e4":[2,0,0,1,31,7], +"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a5a256b2be02876fb748193b2cb14fb14":[2,0,0,1,31,8], +"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a6492b945ec7cfbb73cfcad0964ffe23f":[2,0,0,1,31,2], +"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a67da7721959b585db21f7e893793564b":[2,0,0,1,31,0], +"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#acf4b8c667c69c822283f5d72728c3915":[2,0,0,1,31,4], +"classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274":[2,0,0,1,31,5], +"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html":[2,0,0,1,33], +"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a1deb1df41b7a9b4f93fb717280d3b502":[2,0,0,1,33,5], +"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a8201baff3129df1090311964f009ae2b":[2,0,0,1,33,3], +"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43":[2,0,0,1,33,2], +"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55":[2,0,0,1,33,0], +"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ab510bc8feea27f5a2f5361475a50d106":[2,0,0,1,33,8], +"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#acb34dd25f9d75feb0ec625ce81d47cff":[2,0,0,1,33,6], +"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ad493cf9abfab589f5560131cda68539d":[2,0,0,1,33,7], +"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ad9ae0e31f60685d600a695d1d4b0c025":[2,0,0,1,33,4], +"classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#ae1943f11c25f5696103f113493462a76":[2,0,0,1,33,1], +"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html":[2,0,0,1,34], +"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a0f724649ca953b888f07d69c97fe45b6":[2,0,0,1,34,2], +"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a168859b1774aa38b8ad4c423fe01f1c5":[2,0,0,1,34,3], +"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a51f63e30f26f7923def91519d347c0cf":[2,0,0,1,34,0], +"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a520581c9828a62043ddea18da740401e":[2,0,0,1,34,1], +"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a71c4d23dcfa453bff540324b0a74f347":[2,0,0,1,34,5], +"classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a8c50ef3699448352d6272bb2faab5493":[2,0,0,1,34,4], +"classGpgFrontend_1_1UI_1_1KeyserverTab.html":[2,0,0,1,30], +"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a0fc7e301ec8db2f328508c0380027d94":[2,0,0,1,30,8], +"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a1ec36c6d42a71d79fc006c1aab0ebdfa":[2,0,0,1,30,10], +"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a221117b56dda48956e44d96a08f6823b":[2,0,0,1,30,3], +"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a26449a77844d9db69a543ff88f10e347":[2,0,0,1,30,4], +"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a68f954c4b713956a87f7382b30f45612":[2,0,0,1,30,7], +"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a74f30a1f6314b6156f4df20652129c5d":[2,0,0,1,30,6], +"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a85b9bfdbd7ae71f0d74b9d6c32a194e1":[2,0,0,1,30,12], +"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a8cbd6e448e187260730ab8301ad4892e":[2,0,0,1,30,2], +"classGpgFrontend_1_1UI_1_1KeyserverTab.html#a8fd9c3735ab43ecf2eb6df4c9b2ddd93":[2,0,0,1,30,1], +"classGpgFrontend_1_1UI_1_1KeyserverTab.html#aa3d3561d3bdf95de6486b2caa752616c":[2,0,0,1,30,0], +"classGpgFrontend_1_1UI_1_1KeyserverTab.html#aacb5e6e543708687185a993dd43050a3":[2,0,0,1,30,5], +"classGpgFrontend_1_1UI_1_1KeyserverTab.html#ac3f03e8a208f63776414df0ce37ead19":[2,0,0,1,30,11], +"classGpgFrontend_1_1UI_1_1KeyserverTab.html#ac946f4228b6e8784eebcbb63f285a702":[2,0,0,1,30,9], +"classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html":[2,0,0,1,35], +"classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a07cf756a15ba7750c6657802b1dce3e1":[2,0,0,1,35,3], +"classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a0c7bac2346240758e7261d00416904bf":[2,0,0,1,35,5], +"classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a1146e72ffa5555b378f09efd2c55a619":[2,0,0,1,35,1], +"classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a13ac7f514a2a8ad05feb9ef4819dc653":[2,0,0,1,35,4], +"classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a33d34fd3c08f5d4fa2a1e97b2f028274":[2,0,0,1,35,0], +"classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a41071f083c60ca708e8cc29896803940":[2,0,0,1,35,2], +"classGpgFrontend_1_1UI_1_1MainWindow.html":[2,0,0,1,36], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e":[2,0,0,1,36,75], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e":[2,0,0,1,36,32], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a04668246525874760f47a340b4b7d8de":[2,0,0,1,36,6], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a05b838ad518857fed24864ecce40c203":[2,0,0,1,36,43], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759":[2,0,0,1,36,11], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715":[2,0,0,1,36,55], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a0a6d0618f2835a6dcae707a4ca770a48":[2,0,0,1,36,37], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a0ab96012df041f2c2e47092db0600355":[2,0,0,1,36,4], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e":[2,0,0,1,36,54], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839":[2,0,0,1,36,100], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2":[2,0,0,1,36,110], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081":[2,0,0,1,36,109], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57":[2,0,0,1,36,82], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f":[2,0,0,1,36,30], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a1759412cb7ee71600c4b6e3c6e752d2e":[2,0,0,1,36,3], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a1ab1f3f57f9969447491e63f54420585":[2,0,0,1,36,8], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a1d61ea803e6c825bd54f42ba9ae85919":[2,0,0,1,36,23], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64":[2,0,0,1,36,70], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a1ef17c566a764f707f43593a1f6b3c60":[2,0,0,1,36,58], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a":[2,0,0,1,36,13], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112":[2,0,0,1,36,97], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b":[2,0,0,1,36,68], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957":[2,0,0,1,36,24], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a24e58eb0b84709ea665db95e54da865b":[2,0,0,1,36,91], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a2518a8a17ebcc217c7cc34c9c3a411f8":[2,0,0,1,36,45], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30":[2,0,0,1,36,40], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e":[2,0,0,1,36,29], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a2c2f6c021219564846f1624f6bb5b9a2":[2,0,0,1,36,60], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a2fb0dc34218da4963e3c37fd60b334a7":[2,0,0,1,36,79], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a304efe91afa31b32725caa00c27475a4":[2,0,0,1,36,26], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a30fe95cf76936d382ee0b67a24688a7a":[2,0,0,1,36,16], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a313a5d7d0847114a6f11e4d7870edd86":[2,0,0,1,36,61], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7":[2,0,0,1,36,83], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a3c0a5305cf55fe5bee2f18298f983cad":[2,0,0,1,36,52], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689":[2,0,0,1,36,111], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a3f3d03b0ec22385bee559fbd2aeb881b":[2,0,0,1,36,33], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73":[2,0,0,1,36,85], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a473b679fa0dc3cdf4f6f98d6553fa0ec":[2,0,0,1,36,2], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a48368c77af7b1f4cb632870b8d914a28":[2,0,0,1,36,36], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d":[2,0,0,1,36,86], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf":[2,0,0,1,36,28], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a6154f5dbdc9cebc0644e5d1e25895df8":[2,0,0,1,36,71], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b":[2,0,0,1,36,89], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a672f4ef07be6ad645613ecd49399700d":[2,0,0,1,36,53], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a68ab283b12d2a5400dc90555772c44ab":[2,0,0,1,36,95], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a6c64a01f3b1d5ff7b42da6e29a4d2c0c":[2,0,0,1,36,1], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a6d681a306c137dc107088d60b09a925f":[2,0,0,1,36,65], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979":[2,0,0,1,36,112], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a70d2b2311708ab023466d343f2e914b1":[2,0,0,1,36,63], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a71402943f4ed19e3aba0556b23eaa8f8":[2,0,0,1,36,56], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a72b5cfa9bf4b94a53d9bc14d84e60d6d":[2,0,0,1,36,77], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472":[2,0,0,1,36,18], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98":[2,0,0,1,36,14], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a7aa41c90105fd4c2931895d8dfb5ec45":[2,0,0,1,36,64], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d":[2,0,0,1,36,21], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a7fdaae01c50d540ecd8672091cdfbcc0":[2,0,0,1,36,10], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9":[2,0,0,1,36,17], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be":[2,0,0,1,36,73], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a85a98a1ec5418c110201980fa013d1fd":[2,0,0,1,36,15], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65":[2,0,0,1,36,31], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a877ec5dd357907e9c334e7ff18bf2c5c":[2,0,0,1,36,84], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41":[2,0,0,1,36,105], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63":[2,0,0,1,36,72], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf":[2,0,0,1,36,41], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701":[2,0,0,1,36,106], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745":[2,0,0,1,36,78], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc":[2,0,0,1,36,90], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a92a6d8d46e197e25eaacc3ad7ed289ab":[2,0,0,1,36,5], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a95b2c86afbefe47e79af87e56032e306":[2,0,0,1,36,48], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8":[2,0,0,1,36,42], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a9dd292f55fba1fe62c83508fef7e43a1":[2,0,0,1,36,47], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3":[2,0,0,1,36,39], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a9fbd8a2f5b2b5869276db83a4ad20216":[2,0,0,1,36,7], +"classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c":[2,0,0,1,36,108], +"classGpgFrontend_1_1UI_1_1MainWindow.html#aa92246123272e3e1085f22612aedf48f":[2,0,0,1,36,62], +"classGpgFrontend_1_1UI_1_1MainWindow.html#aa9c986dd95984811479ea93230c74b5d":[2,0,0,1,36,35], +"classGpgFrontend_1_1UI_1_1MainWindow.html#aaa1de043b71dbcf0e8d8c265b2a67bd3":[2,0,0,1,36,9], +"classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be":[2,0,0,1,36,34], +"classGpgFrontend_1_1UI_1_1MainWindow.html#aac320aef3b49cd068544aac54b927f7a":[2,0,0,1,36,59], +"classGpgFrontend_1_1UI_1_1MainWindow.html#aad0c8d50952f4592eac7b7221b5d1ec5":[2,0,0,1,36,51], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6":[2,0,0,1,36,102], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc":[2,0,0,1,36,96], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ab1fb798caf43dd067beca5285444d47d":[2,0,0,1,36,44], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ab23c7e67dd1f5295b3c49ad79dfd5919":[2,0,0,1,36,38], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ab531823acdbfb117c82a9906ce2107b9":[2,0,0,1,36,66], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ab67486a71126073e7c39ca12603198f4":[2,0,0,1,36,49], +"classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9":[2,0,0,1,36,92], +"classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e":[2,0,0,1,36,94], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc":[2,0,0,1,36,98], +"classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b":[2,0,0,1,36,99], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ad0a47aadbd6ae3a4bd0fe3372d247e7d":[2,0,0,1,36,74], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c":[2,0,0,1,36,46], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ad6a2cecb2846b324604c4abd1fb7d11a":[2,0,0,1,36,67], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83":[2,0,0,1,36,87], +"classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c":[2,0,0,1,36,81], +"classGpgFrontend_1_1UI_1_1MainWindow.html#adb05de6b4fa1f1d57ed63be1280050e9":[2,0,0,1,36,80], +"classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e":[2,0,0,1,36,107], +"classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98":[2,0,0,1,36,12], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ae11d01211c2914ecc148e13dd7de506e":[2,0,0,1,36,25], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ae2587b35d14bc64bc13d4e8ca1dcd502":[2,0,0,1,36,103], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa":[2,0,0,1,36,27], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904":[2,0,0,1,36,22], +"classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c":[2,0,0,1,36,19], +"classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f":[2,0,0,1,36,69], +"classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0":[2,0,0,1,36,101], +"classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853":[2,0,0,1,36,104], +"classGpgFrontend_1_1UI_1_1MainWindow.html#af77f66b6b869f6ddb3d2caa3bc40bb09":[2,0,0,1,36,57], +"classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6":[2,0,0,1,36,20], +"classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac":[2,0,0,1,36,93], +"classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62":[2,0,0,1,36,88], +"classGpgFrontend_1_1UI_1_1MainWindow.html#afd243a5f00f86d65431081ead2cae153":[2,0,0,1,36,50], +"classGpgFrontend_1_1UI_1_1MainWindow.html#afd8473d161515bded88cc9474f2d12c1":[2,0,0,1,36,76], +"classGpgFrontend_1_1UI_1_1NetworkTab.html":[2,0,0,1,37], +"classGpgFrontend_1_1UI_1_1NetworkTab.html#a1713e1268a364f51f57b3a2752efc641":[2,0,0,1,37,7], +"classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd":[2,0,0,1,37,6], +"classGpgFrontend_1_1UI_1_1NetworkTab.html#a36aba3c964667026632d8e8521bea7b7":[2,0,0,1,37,4], +"classGpgFrontend_1_1UI_1_1NetworkTab.html#a3afc7a761d7316cfd15828b624e0dad3":[2,0,0,1,37,1], +"classGpgFrontend_1_1UI_1_1NetworkTab.html#a444d3630919c1f9c4db495a58acbb9a8":[2,0,0,1,37,0], +"classGpgFrontend_1_1UI_1_1NetworkTab.html#a51cd114731899b6480cc1b6d5a80826a":[2,0,0,1,37,3], +"classGpgFrontend_1_1UI_1_1NetworkTab.html#a52fa421fe4e6c122a26ed7c766c000f7":[2,0,0,1,37,2], +"classGpgFrontend_1_1UI_1_1NetworkTab.html#ab060582bade44ee6f7d836e80809d95c":[2,0,0,1,37,8], +"classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513":[2,0,0,1,37,5], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html":[2,0,0,1,38], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a010bae8d8d967c8cc81cd42547de5dcb":[2,0,0,1,38,21], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a0e0a36396ea55f5dbe6197284cf98192":[2,0,0,1,38,24], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a0e64bcd36cf90b0eec2f05361c6c6fb3":[2,0,0,1,38,19], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a14b7431a786ce59e98576e3680cb9a58":[2,0,0,1,38,3], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a184985104f23da8fdf2b9aaf7b27405b":[2,0,0,1,38,13], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267":[2,0,0,1,38,14], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5":[2,0,0,1,38,6], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a43d23c1bcac73b772aa0154151538bbf":[2,0,0,1,38,15], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2":[2,0,0,1,38,12], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358":[2,0,0,1,38,23], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a5b8ce290e1b949b56734227e8d42adba":[2,0,0,1,38,22], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a":[2,0,0,1,38,5], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1":[2,0,0,1,38,0], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe":[2,0,0,1,38,9], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ab1108b77925647d1a930e5252fa956b8":[2,0,0,1,38,20], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce":[2,0,0,1,38,7], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac3404f71f0f93cd7f5cb64d5d56624d7":[2,0,0,1,38,8], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae756fc49724212d8d9937601a48b436b":[2,0,0,1,38,16], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae867b6329fcb1978479a9d70f7b017db":[2,0,0,1,38,18], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aec4ec03dbf1363d1517aa37d160c31e7":[2,0,0,1,38,17], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700":[2,0,0,1,38,1], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af08be6a1eaec76403b12dc6e42df546c":[2,0,0,1,38,2], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a":[2,0,0,1,38,10], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4":[2,0,0,1,38,11], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf":[2,0,0,1,38,4], +"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html":[2,0,0,1,39], +"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a02ed478164a2e7d4b5a1a26e99486f2f":[2,0,0,1,39,3], +"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a497bb7f1b92c67f2e754fd66ca3a6666":[2,0,0,1,39,1], +"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a538a78e0149906bf19e850ba71c00ada":[2,0,0,1,39,0], +"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a9b8bb804b4c0bc48d5e26c3d103c5a64":[2,0,0,1,39,5], +"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#ae6ccca4d5325bbb1235fa6b27479ee2c":[2,0,0,1,39,4], +"classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#aedafa7b22e024be537658fd8096e5f6f":[2,0,0,1,39,2], +"classGpgFrontend_1_1UI_1_1QuitDialog.html":[2,0,0,1,40], +"classGpgFrontend_1_1UI_1_1QuitDialog.html#a1624ecd7f9b5d32622bf6f9b7eb46a1b":[2,0,0,1,40,4], +"classGpgFrontend_1_1UI_1_1QuitDialog.html#a4c4bc06d1d168f01569ed83dcfd50d55":[2,0,0,1,40,2], +"classGpgFrontend_1_1UI_1_1QuitDialog.html#a60419bf8e817db25128c2f941fc42a3d":[2,0,0,1,40,0], +"classGpgFrontend_1_1UI_1_1QuitDialog.html#a8970dbf707a5cb5109a40aac76158027":[2,0,0,1,40,3], +"classGpgFrontend_1_1UI_1_1QuitDialog.html#ac491016e0d93183346b79421528ba5c8":[2,0,0,1,40,5], +"classGpgFrontend_1_1UI_1_1QuitDialog.html#aec364c38056b6d92c172f8cdfb5f8e82":[2,0,0,1,40,1], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html":[2,0,0,1,41], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a0e317d53b055887c86e851d1b10aec6b":[2,0,0,1,41,11], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc":[2,0,0,1,41,0], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a204f8e834337aea7df2779a494dc6216":[2,0,0,1,41,4], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a44f48d9578d62b1786cbf10a8f20a518":[2,0,0,1,41,1], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a4e2ce62b4f14bb77d577efe208655bcb":[2,0,0,1,41,7], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a6532bcf29023e2d18209caae9960fd3f":[2,0,0,1,41,8], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a91b25637962923a4bc646e8e1ab5d068":[2,0,0,1,41,3], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html#aa1a54f43f17388a07befb5f15e4906ea":[2,0,0,1,41,5], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html#aac6feb4c12abb882446756c889d5fa78":[2,0,0,1,41,9], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html#ac32111f86366175b943f8d96eee975ed":[2,0,0,1,41,6], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html#ac43d73ffaadf316118ab0d7b46da4e41":[2,0,0,1,41,12], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html#acd22ac2fd91704551e5317e2c549ae26":[2,0,0,1,41,2], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html#acfd6e61f789f022790e9a83ce6359fbe":[2,0,0,1,41,10], +"classGpgFrontend_1_1UI_1_1SettingsObject.html":[2,0,0,1,42], +"classGpgFrontend_1_1UI_1_1SettingsObject.html#a5ddcc2e0bc6d4c2f88e6e00371d4792e":[2,0,0,1,42,4], +"classGpgFrontend_1_1UI_1_1SettingsObject.html#a69e9027002113bf9ecc16d7836e42c63":[2,0,0,1,42,5], +"classGpgFrontend_1_1UI_1_1SettingsObject.html#a80801f6912991ba625b5ead29a4558f0":[2,0,0,1,42,3], +"classGpgFrontend_1_1UI_1_1SettingsObject.html#aad706a2c2b68d280b5d3ababff0ff302":[2,0,0,1,42,0] }; diff --git a/docs/html/navtreeindex5.js b/docs/html/navtreeindex5.js index 107164a5..4cc86d12 100644 --- a/docs/html/navtreeindex5.js +++ b/docs/html/navtreeindex5.js @@ -1,88 +1,130 @@ var NAVTREEINDEX5 = { -"classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9":[2,0,0,0,47,34], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a0f1c7997b1cd56045091e5c9677f5d0e":[2,0,0,0,47,0], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42":[2,0,0,0,47,8], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb":[2,0,0,0,47,18], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a32327f592965d8922eb7095af117336d":[2,0,0,0,47,32], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780":[2,0,0,0,47,10], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4":[2,0,0,0,47,16], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457":[2,0,0,0,47,5], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1":[2,0,0,0,47,12], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5":[2,0,0,0,47,30], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474":[2,0,0,0,47,28], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c":[2,0,0,0,47,17], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf":[2,0,0,0,47,6], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee":[2,0,0,0,47,22], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55":[2,0,0,0,47,26], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a72006c9f8f45ac4d154c67f62a29446d":[2,0,0,0,47,19], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9":[2,0,0,0,47,11], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a725048d1c6de8ed7ba29062afa72767b":[2,0,0,0,47,37], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18":[2,0,0,0,47,3], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a747d3740a88295e6c9565788d4cf56ec":[2,0,0,0,47,36], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a7544182198b729373843635bbfea082a":[2,0,0,0,47,27], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a7aa1230fbf796225bd6b83d381e11a3b":[2,0,0,0,47,2], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39":[2,0,0,0,47,35], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c":[2,0,0,0,47,4], -"classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b":[2,0,0,0,47,9], -"classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9":[2,0,0,0,47,20], -"classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109":[2,0,0,0,47,1], -"classGpgFrontend_1_1UI_1_1TextEdit.html#ac9e2fb3d6ebb721f03416aa2da5e1fd1":[2,0,0,0,47,31], -"classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0":[2,0,0,0,47,24], -"classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224":[2,0,0,0,47,21], -"classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162":[2,0,0,0,47,13], -"classGpgFrontend_1_1UI_1_1TextEdit.html#ae22ecadf31648f424eb8ab86bd28ef39":[2,0,0,0,47,15], -"classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929":[2,0,0,0,47,23], -"classGpgFrontend_1_1UI_1_1TextEdit.html#aeb2048d8028907d521f5f35c077832c2":[2,0,0,0,47,7], -"classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762":[2,0,0,0,47,29], -"classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20":[2,0,0,0,47,14], -"classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb":[2,0,0,0,47,33], -"classGpgFrontend_1_1UI_1_1TranslatorsTab.html":[2,0,0,0,49], -"classGpgFrontend_1_1UI_1_1TranslatorsTab.html#a89e5c7b9c17fb41b7c7bf461fb8ad99e":[2,0,0,0,49,0], -"classGpgFrontend_1_1UI_1_1UpdateTab.html":[2,0,0,0,50], -"classGpgFrontend_1_1UI_1_1UpdateTab.html#a1003bd969ecbc5deba940e39436968f4":[2,0,0,0,50,3], -"classGpgFrontend_1_1UI_1_1UpdateTab.html#a3718c15db336b2ca0090ee492c429adb":[2,0,0,0,50,5], -"classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95":[2,0,0,0,50,2], -"classGpgFrontend_1_1UI_1_1UpdateTab.html#a67358193095af7b39184f16706bf1bff":[2,0,0,0,50,6], -"classGpgFrontend_1_1UI_1_1UpdateTab.html#a7329657135624fc42ad80d821e11befe":[2,0,0,0,50,1], -"classGpgFrontend_1_1UI_1_1UpdateTab.html#a833c5f709607032bac530aacf389a117":[2,0,0,0,50,0], -"classGpgFrontend_1_1UI_1_1UpdateTab.html#a84579badda70b12cfd79add18d1ef94f":[2,0,0,0,50,7], -"classGpgFrontend_1_1UI_1_1UpdateTab.html#a9dedd8bc17bbc53d31c9d292429be68b":[2,0,0,0,50,8], -"classGpgFrontend_1_1UI_1_1UpdateTab.html#ab209ef238583efea25c6a58aa4831628":[2,0,0,0,50,9], -"classGpgFrontend_1_1UI_1_1UpdateTab.html#ad180d1f434e8052f3e0974522c92ae61":[2,0,0,0,50,4], -"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html":[2,0,0,0,51], -"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a263f2a4030c261a849ded182cd889b3f":[2,0,0,0,51,2], -"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a37a315ff2a1ed0402adf1e15325990ba":[2,0,0,0,51,9], -"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a7849527f1e93581103bca3e7c66456c4":[2,0,0,0,51,8], -"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a79d6071c0cedd9e18588137783823fad":[2,0,0,0,51,1], -"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ab130aae968f83b9125cbe7054b6ca96d":[2,0,0,0,51,6], -"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda":[2,0,0,0,51,0], -"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ae15d7e9e60c58dea08ae117645e8b32a":[2,0,0,0,51,3], -"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ae66e988b812817ab95c35a7c080e8c06":[2,0,0,0,51,5], -"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#aeb3a7c48297d448d25b2b84a2aa64ad0":[2,0,0,0,51,4], -"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#aeef0138e48f7e5f823f2cce9692d4649":[2,0,0,0,51,7], -"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html":[2,0,0,0,52], -"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a25b96a986a009d35847f94719ec327c1":[2,0,0,0,52,1], -"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a36bf3306b8564b49da04eee1dc653675":[2,0,0,0,52,3], -"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a3c73911b679c3e3b413e0b5ad8d48587":[2,0,0,0,52,2], -"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0":[2,0,0,0,52,0], -"classGpgFrontend_1_1UI_1_1VersionCheckThread.html":[2,0,0,0,53], -"classGpgFrontend_1_1UI_1_1VersionCheckThread.html#a61ba582623b570964e8fc1515407d636":[2,0,0,0,53,2], -"classGpgFrontend_1_1UI_1_1VersionCheckThread.html#a75ad15966d6a8e24ca65b7d7ea608c25":[2,0,0,0,53,0], -"classGpgFrontend_1_1UI_1_1VersionCheckThread.html#a78325710b994a7ee11ac7e5fb81ee9a3":[2,0,0,0,53,4], -"classGpgFrontend_1_1UI_1_1VersionCheckThread.html#a9ee63ba62c4bf94c1d2ca25773331abb":[2,0,0,0,53,1], -"classGpgFrontend_1_1UI_1_1VersionCheckThread.html#ad5b96e0558a4fe1416fc8db8c1ae34f9":[2,0,0,0,53,3], -"classGpgFrontend_1_1UI_1_1WaitingDialog.html":[2,0,0,0,54], -"classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc":[2,0,0,0,54,0], -"classGpgFrontend_1_1UI_1_1Wizard.html":[2,0,0,0,55], -"classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10":[2,0,0,0,55,1], -"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412c":[2,0,0,0,55,0], -"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412ca1db00da5c18fa2f3b0764569530f9fd0":[2,0,0,0,55,0,2], -"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412ca1e434fabfc6237dafd989f395e0a58c8":[2,0,0,0,55,0,1], -"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412ca21b9ac4a8543be737829f3f970e28bb6":[2,0,0,0,55,0,3], -"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412cab748f725806e9242cc8476eab193b51c":[2,0,0,0,55,0,0], -"classGpgFrontend_1_1UI_1_1Wizard.html#a8482dc299ec69e422d9fa6bc0d31025a":[2,0,0,0,55,3], -"classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb":[2,0,0,0,55,2], +"classGpgFrontend_1_1UI_1_1SettingsObject.html#ac11d19096b4e88cb288a208a4953af4d":[2,0,0,1,42,1], +"classGpgFrontend_1_1UI_1_1SettingsObject.html#ae71336d240ace35756d1852a46271f6c":[2,0,0,1,42,2], +"classGpgFrontend_1_1UI_1_1SignalStation.html":[2,0,0,1,43], +"classGpgFrontend_1_1UI_1_1SignalStation.html#a1581aaebc459f3eda06195c1e43f068f":[2,0,0,1,43,1], +"classGpgFrontend_1_1UI_1_1SignalStation.html#a7b5fb2e2c0ad238313650a08ea648ce3":[2,0,0,1,43,4], +"classGpgFrontend_1_1UI_1_1SignalStation.html#a94d4c7d79e0deb7026083689bc5dc2ad":[2,0,0,1,43,3], +"classGpgFrontend_1_1UI_1_1SignalStation.html#aaec7938466ed4b1e912b25038a253f84":[2,0,0,1,43,2], +"classGpgFrontend_1_1UI_1_1SignalStation.html#abe381ce56a7b157a3760b2fd9c3b7419":[2,0,0,1,43,0], +"classGpgFrontend_1_1UI_1_1SignalStation.html#ac98e4fff1e400f810ecea9903ee880df":[2,0,0,1,43,5], +"classGpgFrontend_1_1UI_1_1SignersPicker.html":[2,0,0,1,44], +"classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb":[2,0,0,1,44,0], +"classGpgFrontend_1_1UI_1_1SignersPicker.html#a2e98dcdf647a2e0e6455998b018aed00":[2,0,0,1,44,1], +"classGpgFrontend_1_1UI_1_1SignersPicker.html#a4daf860ef736aedd986e566383666be5":[2,0,0,1,44,2], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html":[2,0,0,1,46], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a029017ad2e025a43d21144f1b7427593":[2,0,0,1,46,1], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a06ae254026e0be902d28bb005a91fe0c":[2,0,0,1,46,23], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a10b30ea96e819657053c1d5752024547":[2,0,0,1,46,18], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a13229f07ef0ed594357df1918af50d3d":[2,0,0,1,46,7], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a1f4dda7500b3de7476e5d1e7bd5b550b":[2,0,0,1,46,9], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a3caed2c7bcce5850c338de956dfaecfa":[2,0,0,1,46,17], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a49d9f3bb2cfb17eb39dcd4dc0385234e":[2,0,0,1,46,10], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a4a5b77fb909e9a6a0e4da780c75f7535":[2,0,0,1,46,3], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a52a0aadc9b1e80bdcaaf1ad9d8997957":[2,0,0,1,46,6], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a5d67b8ed68062ef127ad92986a98e95a":[2,0,0,1,46,21], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a75f325b4a5aa8bcfcc411bdaf9279683":[2,0,0,1,46,15], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8ab50d8f47489c57e382b3fe231ba9a7":[2,0,0,1,46,8], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8f9d8baa7b576a4aa857818b87c26bcd":[2,0,0,1,46,0], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a90900b67eceb2d16af5de27f9f038f7f":[2,0,0,1,46,4], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa24064a5f585b23d71e1036958f31d7d":[2,0,0,1,46,2], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa8bf228ba2a773c0d38f9e5c2f20539d":[2,0,0,1,46,14], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa91db742b41d352ba9f88620d649afb3":[2,0,0,1,46,19], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aab426dec4b4655b215b09b490e05ad05":[2,0,0,1,46,11], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ab06b11f407fbb407139235fc84325de2":[2,0,0,1,46,13], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ab11f7f3e24f855d690f6f7d820ed7479":[2,0,0,1,46,22], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ac515dabcf6c094c5eeb2bf88aa3aa9d3":[2,0,0,1,46,20], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#acca1d633219d245edba9135c80a90610":[2,0,0,1,46,5], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aedef4e8784c8a3edb06b0f2821500552":[2,0,0,1,46,12], +"classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#afa21ac4d45a6474afc1bc594486ed8e2":[2,0,0,1,46,16], +"classGpgFrontend_1_1UI_1_1TOFUInfoPage.html":[2,0,0,1,48], +"classGpgFrontend_1_1UI_1_1TOFUInfoPage.html#a9adc1666e3f57536594876520019e395":[2,0,0,1,48,0], +"classGpgFrontend_1_1UI_1_1TextEdit.html":[2,0,0,1,47], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a02fa44ba0c56f3f6ae125f8490faf254":[2,0,0,1,47,25], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9":[2,0,0,1,47,34], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a0f1c7997b1cd56045091e5c9677f5d0e":[2,0,0,1,47,0], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42":[2,0,0,1,47,8], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb":[2,0,0,1,47,18], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a32327f592965d8922eb7095af117336d":[2,0,0,1,47,32], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780":[2,0,0,1,47,10], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4":[2,0,0,1,47,16], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457":[2,0,0,1,47,5], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1":[2,0,0,1,47,12], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5":[2,0,0,1,47,30], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474":[2,0,0,1,47,28], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c":[2,0,0,1,47,17], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf":[2,0,0,1,47,6], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee":[2,0,0,1,47,22], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55":[2,0,0,1,47,26], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a72006c9f8f45ac4d154c67f62a29446d":[2,0,0,1,47,19], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9":[2,0,0,1,47,11], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a725048d1c6de8ed7ba29062afa72767b":[2,0,0,1,47,37], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18":[2,0,0,1,47,3], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a747d3740a88295e6c9565788d4cf56ec":[2,0,0,1,47,36], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a7544182198b729373843635bbfea082a":[2,0,0,1,47,27], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a7aa1230fbf796225bd6b83d381e11a3b":[2,0,0,1,47,2], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39":[2,0,0,1,47,35], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c":[2,0,0,1,47,4], +"classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b":[2,0,0,1,47,9], +"classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9":[2,0,0,1,47,20], +"classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109":[2,0,0,1,47,1], +"classGpgFrontend_1_1UI_1_1TextEdit.html#ac9e2fb3d6ebb721f03416aa2da5e1fd1":[2,0,0,1,47,31], +"classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0":[2,0,0,1,47,24], +"classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224":[2,0,0,1,47,21], +"classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162":[2,0,0,1,47,13], +"classGpgFrontend_1_1UI_1_1TextEdit.html#ae22ecadf31648f424eb8ab86bd28ef39":[2,0,0,1,47,15], +"classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929":[2,0,0,1,47,23], +"classGpgFrontend_1_1UI_1_1TextEdit.html#aeb2048d8028907d521f5f35c077832c2":[2,0,0,1,47,7], +"classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762":[2,0,0,1,47,29], +"classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20":[2,0,0,1,47,14], +"classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb":[2,0,0,1,47,33], +"classGpgFrontend_1_1UI_1_1TranslatorsTab.html":[2,0,0,1,49], +"classGpgFrontend_1_1UI_1_1TranslatorsTab.html#a89e5c7b9c17fb41b7c7bf461fb8ad99e":[2,0,0,1,49,0], +"classGpgFrontend_1_1UI_1_1UpdateTab.html":[2,0,0,1,50], +"classGpgFrontend_1_1UI_1_1UpdateTab.html#a1003bd969ecbc5deba940e39436968f4":[2,0,0,1,50,3], +"classGpgFrontend_1_1UI_1_1UpdateTab.html#a3718c15db336b2ca0090ee492c429adb":[2,0,0,1,50,5], +"classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95":[2,0,0,1,50,2], +"classGpgFrontend_1_1UI_1_1UpdateTab.html#a67358193095af7b39184f16706bf1bff":[2,0,0,1,50,6], +"classGpgFrontend_1_1UI_1_1UpdateTab.html#a7329657135624fc42ad80d821e11befe":[2,0,0,1,50,1], +"classGpgFrontend_1_1UI_1_1UpdateTab.html#a833c5f709607032bac530aacf389a117":[2,0,0,1,50,0], +"classGpgFrontend_1_1UI_1_1UpdateTab.html#a84579badda70b12cfd79add18d1ef94f":[2,0,0,1,50,7], +"classGpgFrontend_1_1UI_1_1UpdateTab.html#a9dedd8bc17bbc53d31c9d292429be68b":[2,0,0,1,50,8], +"classGpgFrontend_1_1UI_1_1UpdateTab.html#ab209ef238583efea25c6a58aa4831628":[2,0,0,1,50,9], +"classGpgFrontend_1_1UI_1_1UpdateTab.html#ad180d1f434e8052f3e0974522c92ae61":[2,0,0,1,50,4], +"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html":[2,0,0,1,51], +"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a263f2a4030c261a849ded182cd889b3f":[2,0,0,1,51,2], +"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a37a315ff2a1ed0402adf1e15325990ba":[2,0,0,1,51,9], +"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a7849527f1e93581103bca3e7c66456c4":[2,0,0,1,51,8], +"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#a79d6071c0cedd9e18588137783823fad":[2,0,0,1,51,1], +"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ab130aae968f83b9125cbe7054b6ca96d":[2,0,0,1,51,6], +"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda":[2,0,0,1,51,0], +"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ae15d7e9e60c58dea08ae117645e8b32a":[2,0,0,1,51,3], +"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ae66e988b812817ab95c35a7c080e8c06":[2,0,0,1,51,5], +"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#aeb3a7c48297d448d25b2b84a2aa64ad0":[2,0,0,1,51,4], +"classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#aeef0138e48f7e5f823f2cce9692d4649":[2,0,0,1,51,7], +"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html":[2,0,0,1,52], +"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a25b96a986a009d35847f94719ec327c1":[2,0,0,1,52,1], +"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a36bf3306b8564b49da04eee1dc653675":[2,0,0,1,52,3], +"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a3c73911b679c3e3b413e0b5ad8d48587":[2,0,0,1,52,2], +"classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0":[2,0,0,1,52,0], +"classGpgFrontend_1_1UI_1_1VersionCheckThread.html":[2,0,0,1,53], +"classGpgFrontend_1_1UI_1_1VersionCheckThread.html#a61ba582623b570964e8fc1515407d636":[2,0,0,1,53,2], +"classGpgFrontend_1_1UI_1_1VersionCheckThread.html#a75ad15966d6a8e24ca65b7d7ea608c25":[2,0,0,1,53,0], +"classGpgFrontend_1_1UI_1_1VersionCheckThread.html#a78325710b994a7ee11ac7e5fb81ee9a3":[2,0,0,1,53,4], +"classGpgFrontend_1_1UI_1_1VersionCheckThread.html#a9ee63ba62c4bf94c1d2ca25773331abb":[2,0,0,1,53,1], +"classGpgFrontend_1_1UI_1_1VersionCheckThread.html#ad5b96e0558a4fe1416fc8db8c1ae34f9":[2,0,0,1,53,3], +"classGpgFrontend_1_1UI_1_1WaitingDialog.html":[2,0,0,1,54], +"classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc":[2,0,0,1,54,0], +"classGpgFrontend_1_1UI_1_1Wizard.html":[2,0,0,1,55], +"classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10":[2,0,0,1,55,1], +"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412c":[2,0,0,1,55,0], +"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412ca1db00da5c18fa2f3b0764569530f9fd0":[2,0,0,1,55,0,2], +"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412ca1e434fabfc6237dafd989f395e0a58c8":[2,0,0,1,55,0,1], +"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412ca21b9ac4a8543be737829f3f970e28bb6":[2,0,0,1,55,0,3], +"classGpgFrontend_1_1UI_1_1Wizard.html#a6f5517c99cd08c44a3ae8676a2ac412cab748f725806e9242cc8476eab193b51c":[2,0,0,1,55,0,0], +"classGpgFrontend_1_1UI_1_1Wizard.html#a8482dc299ec69e422d9fa6bc0d31025a":[2,0,0,1,55,3], +"classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb":[2,0,0,1,55,2], "classProxyConnectionTestThread.html":[2,0,2], "classSignatureDetailsDialog.html":[2,0,3], "classTestListedKeyServerThread.html":[2,0,4], @@ -110,16 +152,16 @@ var NAVTREEINDEX5 = "dir_fc6c58bf49530122ab17df13a9869378.html":[3,0,0,0,1,2], "dir_fd71accbf528c1576ca21e7ec5716833.html":[3,0,0,0,3], "files.html":[3,0], -"functions.html":[2,3,0,0], "functions.html":[2,3,0], +"functions.html":[2,3,0,0], "functions_a.html":[2,3,0,1], "functions_b.html":[2,3,0,2], "functions_c.html":[2,3,0,3], "functions_d.html":[2,3,0,4], "functions_e.html":[2,3,0,5], "functions_f.html":[2,3,0,6], -"functions_func.html":[2,3,1], "functions_func.html":[2,3,1,0], +"functions_func.html":[2,3,1], "functions_func_c.html":[2,3,1,1], "functions_func_d.html":[2,3,1,2], "functions_func_e.html":[2,3,1,3], @@ -166,19 +208,21 @@ var NAVTREEINDEX5 = "namespaceGpgFrontend.html":[2,0,0], "namespaceGpgFrontend.html":[1,0,0], "namespaceGpgFrontend_1_1RawAPI.html":[1,0,0,0], -"namespaceGpgFrontend_1_1UI.html":[2,0,0,0], -"namespaceGpgFrontend_1_1UI.html":[1,0,0,1], +"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,3], -"structGpgFrontend_1_1ArchiveStruct.html#a1ecfc9b7c9978678e8184745ea9f5c53":[2,0,0,3,4], -"structGpgFrontend_1_1ArchiveStruct.html#a223cd7e27abc6918325fbef9dc46f274":[2,0,0,3,3], -"structGpgFrontend_1_1ArchiveStruct.html#a9fc8525095022554d3a043687aa0a584":[2,0,0,3,0], -"structGpgFrontend_1_1ArchiveStruct.html#aa79e4e87c8d56b298295286476c6652e":[2,0,0,3,1], -"structGpgFrontend_1_1ArchiveStruct.html#ad5f08b098598491641e55941a128fb38":[2,0,0,3,2], +"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], +"structGpgFrontend_1_1ArchiveStruct.html#aa79e4e87c8d56b298295286476c6652e":[2,0,0,4,1], +"structGpgFrontend_1_1ArchiveStruct.html#ad5f08b098598491641e55941a128fb38":[2,0,0,4,2], "structGpgFrontend_1_1GpgContextInitArgs.html":[2,0,0,16], "structGpgFrontend_1_1GpgContextInitArgs.html#a0ab27875287142f6c72bb7cc7e7bc271":[2,0,0,16,0], "structGpgFrontend_1_1GpgContextInitArgs.html#a25ca282a0a82ed7aa4cb677a86f53eef":[2,0,0,16,6], @@ -193,61 +237,17 @@ var NAVTREEINDEX5 = "structGpgFrontend_1_1GpgData_1_1__data__ref__deleter.html#a1dec67f70f17e45e7f78a92414d05485":[2,0,0,17,0,0], "structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter.html":[2,0,0,24,0], "structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter.html#a9427ebabbbae929fe1489a2e8534c752":[2,0,0,24,0,0], -"structGpgFrontend_1_1UI_1_1KeyListColumn.html":[2,0,0,0,20], -"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a21a0f214c0e06684a6430fc7a782fb1a":[2,0,0,0,20,2], -"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a2e7f4700b56c5f4db732dbf047d80691":[2,0,0,0,20,0], -"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a346487dc364b85a2b0e1962bfe4fb64e":[2,0,0,0,20,7], -"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a58138d19ea81b42712610c7419ac1f66":[2,0,0,0,20,6], -"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a6d71f19e2a201c35592226a8f1a19ddb":[2,0,0,0,20,4], -"structGpgFrontend_1_1UI_1_1KeyListColumn.html#ab561f6f3c20bc239a4021ad75ac627b3":[2,0,0,0,20,3], -"structGpgFrontend_1_1UI_1_1KeyListColumn.html#ac8581e50c2880b67c26c0196b2511905":[2,0,0,0,20,5], -"structGpgFrontend_1_1UI_1_1KeyListColumn.html#aca1729a164974c7037e9740e2189423d":[2,0,0,0,20,1], -"structGpgFrontend_1_1UI_1_1KeyListRow.html":[2,0,0,0,21], -"structGpgFrontend_1_1UI_1_1KeyListRow.html#a2f141b7a3e28f9354bfb7d2c077a749c":[2,0,0,0,21,2], -"structGpgFrontend_1_1UI_1_1KeyListRow.html#a53f8d78eb222490c72168a2571e6ea89":[2,0,0,0,21,1], -"structGpgFrontend_1_1UI_1_1KeyListRow.html#ade4a3f198d1be1659152519fd9fff7f6":[2,0,0,0,21,0], -"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html":[2,0,0,0,22], -"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a1e9badf8cc20ca49b2374cdc705b7602":[2,0,0,0,22,3], -"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a2ff7f5aeea6e8791d69cd0656489d6eb":[2,0,0,0,22,2], -"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a33bef35c7c6c67f6a2b0ed9dfda8fcad":[2,0,0,0,22,1], -"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a3e3f324385c69f3848297c5c60eb8012":[2,0,0,0,22,4], -"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a632b87f5c86b4bb76e1af350f053107a":[2,0,0,0,22,6], -"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#aa256cb1cde47d898011f49bb8a6d9820":[2,0,0,0,22,0], -"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#af28d1d7fbfc66aea550f98db5a2a582b":[2,0,0,0,22,5], -"structGpgFrontend_1_1UI_1_1KeyTable.html":[2,0,0,0,32], -"structGpgFrontend_1_1UI_1_1KeyTable.html#a0719f023069e0f6e29db20b6cd0cf5ea":[2,0,0,0,32,5], -"structGpgFrontend_1_1UI_1_1KeyTable.html#a5bce4bf0dc41ac05390a4f93da8b8985":[2,0,0,0,32,10], -"structGpgFrontend_1_1UI_1_1KeyTable.html#a77eba4055ecb7d32fab06f65b80ae07e":[2,0,0,0,32,2], -"structGpgFrontend_1_1UI_1_1KeyTable.html#a880d24a22ef291667e6d6c76a487fc57":[2,0,0,0,32,8], -"structGpgFrontend_1_1UI_1_1KeyTable.html#a88606ba6954d60244faf38de419bfc47":[2,0,0,0,32,0], -"structGpgFrontend_1_1UI_1_1KeyTable.html#a9ef84e0b2d9146b962ca4ca79e7f0e9c":[2,0,0,0,32,1], -"structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f":[2,0,0,0,32,3], -"structGpgFrontend_1_1UI_1_1KeyTable.html#ab0aee9ed16af04048f456abddb4dc007":[2,0,0,0,32,11], -"structGpgFrontend_1_1UI_1_1KeyTable.html#adb59ac00683aec02344804ae8c5670a5":[2,0,0,0,32,6], -"structGpgFrontend_1_1UI_1_1KeyTable.html#add3529625d70c3aa37f3d8cdc3bb8c63":[2,0,0,0,32,7], -"structGpgFrontend_1_1UI_1_1KeyTable.html#ae0713ebbc21e78995db9a856d746fe6c":[2,0,0,0,32,4], -"structGpgFrontend_1_1UI_1_1KeyTable.html#aeb37ccd5436993b7f1dd33667a36551e":[2,0,0,0,32,9], -"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html":[2,0,0,0,36,0], -"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a093ff65776f48511a2af0959a007cf1f":[2,0,0,0,36,0,7], -"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a0e1d3d999bd2699a2e332f4e07ead822":[2,0,0,0,36,0,3], -"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a2832941c8dec7b1c0ad40f4ff77c1814":[2,0,0,0,36,0,0], -"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a2add79ec9a1c8e2602ebf5beb10df51f":[2,0,0,0,36,0,5], -"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a6003e52fbe3a2eb4ad14b621f8dd7f8e":[2,0,0,0,36,0,4], -"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#abbd059f236b897f18b1d049e5739672b":[2,0,0,0,36,0,1], -"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#ac044f133fa3c5edfcba3a3da6a33db55":[2,0,0,0,36,0,2], -"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#adeaa420019edb82abdf898c9c4f27000":[2,0,0,0,36,0,6], -"structGpgFrontend_1_1UI_1_1SoftwareVersion.html":[2,0,0,0,45], -"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a105c94ebdef4201963c8ae83b9cc44d6":[2,0,0,0,45,4], -"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a396e555fe47dacbd08e67e65e4c3aba6":[2,0,0,0,45,9], -"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a43663cd2d086299a0f0304f5bde9c663":[2,0,0,0,45,0], -"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a492ce222f6a361d5a05552dd35d41fca":[2,0,0,0,45,5], -"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a587a3fdb047a15c3771c2af5eebdbf4b":[2,0,0,0,45,2], -"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a5d04813a59ceb83ec264c8e5db6ab14e":[2,0,0,0,45,11], -"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a97acaa60638177a3da91e211e3d0c178":[2,0,0,0,45,3], -"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#aac94470eae0dca3c809bcf37712ad37a":[2,0,0,0,45,7], -"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#aafdfa44fdc1d3a1bf9b374fad62b7ead":[2,0,0,0,45,10], -"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#abc311fd0e15da1a04b995587ca74e1a6":[2,0,0,0,45,1], -"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#acbff398f6a35bbcd3593a958cf89e22e":[2,0,0,0,45,12], -"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#acc4ddfafdebc629d6d534e07e7996fef":[2,0,0,0,45,8], -"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#acf891516bea76422e8144047eab6964a":[2,0,0,0,45,6] +"structGpgFrontend_1_1UI_1_1KeyListColumn.html":[2,0,0,1,20], +"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a21a0f214c0e06684a6430fc7a782fb1a":[2,0,0,1,20,2], +"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a2e7f4700b56c5f4db732dbf047d80691":[2,0,0,1,20,0], +"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a346487dc364b85a2b0e1962bfe4fb64e":[2,0,0,1,20,7], +"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a58138d19ea81b42712610c7419ac1f66":[2,0,0,1,20,6], +"structGpgFrontend_1_1UI_1_1KeyListColumn.html#a6d71f19e2a201c35592226a8f1a19ddb":[2,0,0,1,20,4], +"structGpgFrontend_1_1UI_1_1KeyListColumn.html#ab561f6f3c20bc239a4021ad75ac627b3":[2,0,0,1,20,3], +"structGpgFrontend_1_1UI_1_1KeyListColumn.html#ac8581e50c2880b67c26c0196b2511905":[2,0,0,1,20,5], +"structGpgFrontend_1_1UI_1_1KeyListColumn.html#aca1729a164974c7037e9740e2189423d":[2,0,0,1,20,1], +"structGpgFrontend_1_1UI_1_1KeyListRow.html":[2,0,0,1,21], +"structGpgFrontend_1_1UI_1_1KeyListRow.html#a2f141b7a3e28f9354bfb7d2c077a749c":[2,0,0,1,21,2], +"structGpgFrontend_1_1UI_1_1KeyListRow.html#a53f8d78eb222490c72168a2571e6ea89":[2,0,0,1,21,1], +"structGpgFrontend_1_1UI_1_1KeyListRow.html#ade4a3f198d1be1659152519fd9fff7f6":[2,0,0,1,21,0] }; diff --git a/docs/html/navtreeindex6.js b/docs/html/navtreeindex6.js index 5c52867a..5c40ac51 100644 --- a/docs/html/navtreeindex6.js +++ b/docs/html/navtreeindex6.js @@ -1,5 +1,49 @@ var NAVTREEINDEX6 = { -"structGpgFrontend_1_1__result__ref__deletor.html":[2,0,0,1], -"structGpgFrontend_1_1__result__ref__deletor.html#afc545b56a9d45cb1ed455e0d93c30880":[2,0,0,1,0] +"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html":[2,0,0,1,22], +"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a1e9badf8cc20ca49b2374cdc705b7602":[2,0,0,1,22,3], +"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a2ff7f5aeea6e8791d69cd0656489d6eb":[2,0,0,1,22,2], +"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a33bef35c7c6c67f6a2b0ed9dfda8fcad":[2,0,0,1,22,1], +"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a3e3f324385c69f3848297c5c60eb8012":[2,0,0,1,22,4], +"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#a632b87f5c86b4bb76e1af350f053107a":[2,0,0,1,22,6], +"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#aa256cb1cde47d898011f49bb8a6d9820":[2,0,0,1,22,0], +"structGpgFrontend_1_1UI_1_1KeyMenuAbility.html#af28d1d7fbfc66aea550f98db5a2a582b":[2,0,0,1,22,5], +"structGpgFrontend_1_1UI_1_1KeyTable.html":[2,0,0,1,32], +"structGpgFrontend_1_1UI_1_1KeyTable.html#a0719f023069e0f6e29db20b6cd0cf5ea":[2,0,0,1,32,5], +"structGpgFrontend_1_1UI_1_1KeyTable.html#a5bce4bf0dc41ac05390a4f93da8b8985":[2,0,0,1,32,10], +"structGpgFrontend_1_1UI_1_1KeyTable.html#a77eba4055ecb7d32fab06f65b80ae07e":[2,0,0,1,32,2], +"structGpgFrontend_1_1UI_1_1KeyTable.html#a880d24a22ef291667e6d6c76a487fc57":[2,0,0,1,32,8], +"structGpgFrontend_1_1UI_1_1KeyTable.html#a88606ba6954d60244faf38de419bfc47":[2,0,0,1,32,0], +"structGpgFrontend_1_1UI_1_1KeyTable.html#a9ef84e0b2d9146b962ca4ca79e7f0e9c":[2,0,0,1,32,1], +"structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f":[2,0,0,1,32,3], +"structGpgFrontend_1_1UI_1_1KeyTable.html#ab0aee9ed16af04048f456abddb4dc007":[2,0,0,1,32,11], +"structGpgFrontend_1_1UI_1_1KeyTable.html#adb59ac00683aec02344804ae8c5670a5":[2,0,0,1,32,6], +"structGpgFrontend_1_1UI_1_1KeyTable.html#add3529625d70c3aa37f3d8cdc3bb8c63":[2,0,0,1,32,7], +"structGpgFrontend_1_1UI_1_1KeyTable.html#ae0713ebbc21e78995db9a856d746fe6c":[2,0,0,1,32,4], +"structGpgFrontend_1_1UI_1_1KeyTable.html#aeb37ccd5436993b7f1dd33667a36551e":[2,0,0,1,32,9], +"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html":[2,0,0,1,36,0], +"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a093ff65776f48511a2af0959a007cf1f":[2,0,0,1,36,0,7], +"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a0e1d3d999bd2699a2e332f4e07ead822":[2,0,0,1,36,0,3], +"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a2832941c8dec7b1c0ad40f4ff77c1814":[2,0,0,1,36,0,0], +"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a2add79ec9a1c8e2602ebf5beb10df51f":[2,0,0,1,36,0,5], +"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#a6003e52fbe3a2eb4ad14b621f8dd7f8e":[2,0,0,1,36,0,4], +"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#abbd059f236b897f18b1d049e5739672b":[2,0,0,1,36,0,1], +"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#ac044f133fa3c5edfcba3a3da6a33db55":[2,0,0,1,36,0,2], +"structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html#adeaa420019edb82abdf898c9c4f27000":[2,0,0,1,36,0,6], +"structGpgFrontend_1_1UI_1_1SoftwareVersion.html":[2,0,0,1,45], +"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a105c94ebdef4201963c8ae83b9cc44d6":[2,0,0,1,45,4], +"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a396e555fe47dacbd08e67e65e4c3aba6":[2,0,0,1,45,9], +"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a43663cd2d086299a0f0304f5bde9c663":[2,0,0,1,45,0], +"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a492ce222f6a361d5a05552dd35d41fca":[2,0,0,1,45,5], +"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a587a3fdb047a15c3771c2af5eebdbf4b":[2,0,0,1,45,2], +"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a5d04813a59ceb83ec264c8e5db6ab14e":[2,0,0,1,45,11], +"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a97acaa60638177a3da91e211e3d0c178":[2,0,0,1,45,3], +"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#aac94470eae0dca3c809bcf37712ad37a":[2,0,0,1,45,7], +"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#aafdfa44fdc1d3a1bf9b374fad62b7ead":[2,0,0,1,45,10], +"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#abc311fd0e15da1a04b995587ca74e1a6":[2,0,0,1,45,1], +"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#acbff398f6a35bbcd3593a958cf89e22e":[2,0,0,1,45,12], +"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#acc4ddfafdebc629d6d534e07e7996fef":[2,0,0,1,45,8], +"structGpgFrontend_1_1UI_1_1SoftwareVersion.html#acf891516bea76422e8144047eab6964a":[2,0,0,1,45,6], +"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 2376db79..3bda8fa7 100644 --- a/docs/html/search/all_10.js +++ b/docs/html/search/all_10.js @@ -1,6 +1,6 @@ var searchData= [ - ['quit_5fact_5f_417',['quit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9',1,'GpgFrontend::UI::MainWindow']]], - ['quitdialog_418',['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_419',['quote_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac',1,'GpgFrontend::UI::MainWindow']]] + ['quit_5fact_5f_419',['quit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9',1,'GpgFrontend::UI::MainWindow']]], + ['quitdialog_420',['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_421',['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 0efc0905..ecf522b4 100644 --- a/docs/html/search/all_11.js +++ b/docs/html/search/all_11.js @@ -1,21 +1,21 @@ var searchData= [ - ['rd_5f_420',['rd_',['../classGpgFrontend_1_1DataObjectOperator.html#a24c9cdbe9256e332ac93d6dc28c76b90',1,'GpgFrontend::DataObjectOperator::rd_()'],['../classGpgFrontend_1_1PassphraseGenerator.html#a12ee6f9b7fff4883074321c7e0de3dfa',1,'GpgFrontend::PassphraseGenerator::rd_()']]], - ['read2buffer_421',['Read2Buffer',['../classGpgFrontend_1_1GpgData.html#ae382a34ec551561315deca84c71c19c1',1,'GpgFrontend::GpgData']]], - ['read_5fall_5fdata_5fin_5ffile_422',['read_all_data_in_file',['../namespaceGpgFrontend.html#a73f3e2217fb1d72dc75f266e11875f6d',1,'GpgFrontend']]], - ['readdone_423',['ReadDone',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['readfile_424',['ReadFile',['../classGpgFrontend_1_1FileOperator.html#a28a3572dc01192b6a4d50b544181084c',1,'GpgFrontend::FileOperator']]], - ['readfilestd_425',['ReadFileStd',['../classGpgFrontend_1_1FileOperator.html#ad4424bce4f22ae75a16c542dfb4ddf0a',1,'GpgFrontend::FileOperator']]], - ['redo_5fact_5f_426',['redo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e',1,'GpgFrontend::UI::MainWindow']]], - ['refresh_427',['Refresh',['../structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f',1,'GpgFrontend::UI::KeyTable']]], - ['refresh_5finfo_5fboard_428',['refresh_info_board',['../namespaceGpgFrontend_1_1UI.html#a204156a333cde4f705f0ace91cd3d333',1,'GpgFrontend::UI']]], - ['refresh_5fkeys_5ffrom_5fkey_5fserver_429',['refresh_keys_from_key_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98',1,'GpgFrontend::UI::MainWindow']]], - ['refresh_5fwidgets_5fstate_430',['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_431',['ReleaseChannel',['../classGpgFrontend_1_1SingletonStorage.html#adb22cc80a1ab040b6e4bce962625edfd',1,'GpgFrontend::SingletonStorage::ReleaseChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ab49b1d50252e1934691a9483a6df2106',1,'GpgFrontend::SingletonFunctionObject::ReleaseChannel()']]], - ['resetoptionactionsmenu_432',['ResetOptionActionsMenu',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['restore_5fsettings_433',['restore_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a',1,'GpgFrontend::UI::MainWindow']]], - ['revsign_434',['RevSign',['../classGpgFrontend_1_1GpgKeyManager.html#aa2c0e804db1c4aaf3b861ee5ab54ebd8',1,'GpgFrontend::GpgKeyManager']]], - ['revuid_435',['RevUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a47f762666afbc806365877ff70947841',1,'GpgFrontend::GpgUIDOperator']]], - ['run_436',['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()']]], - ['rungpgfrontendui_437',['RunGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#a6a29543f0c6306e49ee85824158f34db',1,'GpgFrontend::UI']]] + ['rd_5f_422',['rd_',['../classGpgFrontend_1_1DataObjectOperator.html#a24c9cdbe9256e332ac93d6dc28c76b90',1,'GpgFrontend::DataObjectOperator::rd_()'],['../classGpgFrontend_1_1PassphraseGenerator.html#a12ee6f9b7fff4883074321c7e0de3dfa',1,'GpgFrontend::PassphraseGenerator::rd_()']]], + ['read2buffer_423',['Read2Buffer',['../classGpgFrontend_1_1GpgData.html#ae382a34ec551561315deca84c71c19c1',1,'GpgFrontend::GpgData']]], + ['read_5fall_5fdata_5fin_5ffile_424',['read_all_data_in_file',['../namespaceGpgFrontend.html#a73f3e2217fb1d72dc75f266e11875f6d',1,'GpgFrontend']]], + ['readdone_425',['ReadDone',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['readfile_426',['ReadFile',['../classGpgFrontend_1_1FileOperator.html#a28a3572dc01192b6a4d50b544181084c',1,'GpgFrontend::FileOperator']]], + ['readfilestd_427',['ReadFileStd',['../classGpgFrontend_1_1FileOperator.html#ad4424bce4f22ae75a16c542dfb4ddf0a',1,'GpgFrontend::FileOperator']]], + ['redo_5fact_5f_428',['redo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e',1,'GpgFrontend::UI::MainWindow']]], + ['refresh_429',['Refresh',['../structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f',1,'GpgFrontend::UI::KeyTable']]], + ['refresh_5finfo_5fboard_430',['refresh_info_board',['../namespaceGpgFrontend_1_1UI.html#a204156a333cde4f705f0ace91cd3d333',1,'GpgFrontend::UI']]], + ['refresh_5fkeys_5ffrom_5fkey_5fserver_431',['refresh_keys_from_key_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98',1,'GpgFrontend::UI::MainWindow']]], + ['refresh_5fwidgets_5fstate_432',['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_433',['ReleaseChannel',['../classGpgFrontend_1_1SingletonStorage.html#adb22cc80a1ab040b6e4bce962625edfd',1,'GpgFrontend::SingletonStorage::ReleaseChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ab49b1d50252e1934691a9483a6df2106',1,'GpgFrontend::SingletonFunctionObject::ReleaseChannel()']]], + ['resetoptionactionsmenu_434',['ResetOptionActionsMenu',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['restore_5fsettings_435',['restore_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a',1,'GpgFrontend::UI::MainWindow']]], + ['revsign_436',['RevSign',['../classGpgFrontend_1_1GpgKeyManager.html#aa2c0e804db1c4aaf3b861ee5ab54ebd8',1,'GpgFrontend::GpgKeyManager']]], + ['revuid_437',['RevUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a47f762666afbc806365877ff70947841',1,'GpgFrontend::GpgUIDOperator']]], + ['run_438',['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_1ListedKeyServerTestThread.html#a1146e72ffa5555b378f09efd2c55a619',1,'GpgFrontend::UI::ListedKeyServerTestThread::run()'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a497bb7f1b92c67f2e754fd66ca3a6666',1,'GpgFrontend::UI::ProxyConnectionTestThread::run()']]], + ['rungpgfrontendui_439',['RunGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#a6a29543f0c6306e49ee85824158f34db',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/all_12.js b/docs/html/search/all_12.js index 1955bdbb..f645cb52 100644 --- a/docs/html/search/all_12.js +++ b/docs/html/search/all_12.js @@ -1,175 +1,176 @@ var searchData= [ - ['save_5fact_5f_438',['save_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc',1,'GpgFrontend::UI::MainWindow']]], - ['save_5fas_5fact_5f_439',['save_as_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112',1,'GpgFrontend::UI::MainWindow']]], - ['save_5ffile_440',['save_file',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf',1,'GpgFrontend::UI::TextEdit']]], - ['save_5fsettings_441',['save_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98',1,'GpgFrontend::UI::MainWindow']]], - ['select_5fall_5fact_5f_442',['select_all_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc',1,'GpgFrontend::UI::MainWindow']]], - ['set_5fbackground_443',['set_background',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a0c531f2c673caed29225a323e750205f',1,'GpgFrontend::UI::FindWidget']]], - ['set_5floading_444',['set_loading',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['set_5fmessage_445',['set_message',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['set_5fsignal_5fslot_446',['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_447',['set_status',['../classGpgFrontend_1_1GpgResultAnalyse.html#a7f13592b421c7b0d3853f15cece8d195',1,'GpgFrontend::GpgResultAnalyse']]], - ['setalgo_448',['SetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a378ea10385ab401bea45a7edb3df122d',1,'GpgFrontend::GenKeyInfo']]], - ['setallowauthentication_449',['SetAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aac51d251682ed1bc1090416ebfeba4de',1,'GpgFrontend::GenKeyInfo']]], - ['setallowcertification_450',['SetAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ac5f52f74566618c71a29bdc5e70fce2e',1,'GpgFrontend::GenKeyInfo']]], - ['setallowencryption_451',['SetAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a965014232f6de22c6d33320231ca4454',1,'GpgFrontend::GenKeyInfo']]], - ['setallowsigning_452',['SetAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a1a01518b24d40d95e187ef73f4dcd52a',1,'GpgFrontend::GenKeyInfo']]], - ['setchannel_453',['SetChannel',['../classGpgFrontend_1_1ChannelObject.html#aa3b19cad6d873b314bba32a3dae85f09',1,'GpgFrontend::ChannelObject']]], - ['setchecked_454',['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_455',['SetColumnWidth',['../classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5',1,'GpgFrontend::UI::KeyList']]], - ['setcomment_456',['SetComment',['../classGpgFrontend_1_1GenKeyInfo.html#a947886456f5699241b1c1b9332e4b29e',1,'GpgFrontend::GenKeyInfo']]], - ['setcryptomenustatus_457',['SetCryptoMenuStatus',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a85a98a1ec5418c110201980fa013d1fd',1,'GpgFrontend::UI::MainWindow']]], - ['setdoubleclickedaction_458',['SetDoubleClickedAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291',1,'GpgFrontend::UI::KeyList']]], - ['setemail_459',['SetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#a656c81d56f77350184f9a94db1a3ce05',1,'GpgFrontend::GenKeyInfo']]], - ['setexpire_460',['SetExpire',['../classGpgFrontend_1_1GpgKeyManager.html#a1625abfbff168c476e76fa9425a6c37d',1,'GpgFrontend::GpgKeyManager::SetExpire()'],['../classGpgFrontend_1_1GpgKeyOpera.html#a12e6b05b23781861065d7e3243c9349e',1,'GpgFrontend::GpgKeyOpera::SetExpire()']]], - ['setexpiretime_461',['SetExpireTime',['../classGpgFrontend_1_1GenKeyInfo.html#aa3bfeda7fc7c83dc8d48ee2b80780c3a',1,'GpgFrontend::GenKeyInfo']]], - ['setfilepath_462',['SetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['setinfoboard_463',['SetInfoBoard',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac936cfc8e1b3af65d0d71b74fb3f0b02',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['setissubkey_464',['SetIsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#acd9f7742b739e1db60bd50489690dec1',1,'GpgFrontend::GenKeyInfo']]], - ['setkeylength_465',['SetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#ae744395012e4dcb9734ad5a30aa8ed75',1,'GpgFrontend::GenKeyInfo']]], - ['setname_466',['SetName',['../classGpgFrontend_1_1GenKeyInfo.html#a65ebc487e0e64c325f65474c812615f7',1,'GpgFrontend::GenKeyInfo']]], - ['setnonexpired_467',['SetNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aea247381c21896f5371bb813ca665329',1,'GpgFrontend::GenKeyInfo']]], - ['setnonpassphrase_468',['SetNonPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a864407216cbdbef9e7b35e6be694d3ef',1,'GpgFrontend::GenKeyInfo']]], - ['setobjectinchannel_469',['SetObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#ab0097bb648b2303d68a975c7cbea5a52',1,'GpgFrontend::SingletonStorage']]], - ['setpassphrase_470',['SetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#afe1760d4ead397f6096925290a38e1a4',1,'GpgFrontend::GenKeyInfo']]], - ['setpassphrasecb_471',['SetPassphraseCb',['../classGpgFrontend_1_1GpgContext.html#a3399fc60086ff5010a089bff48bbc63c',1,'GpgFrontend::GpgContext']]], - ['setprimaryuid_472',['SetPrimaryUID',['../classGpgFrontend_1_1GpgUIDOperator.html#acbdabec97df508382b0c9b1fffbf1dd5',1,'GpgFrontend::GpgUIDOperator']]], - ['setsettings_473',['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_474',['SetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#ad6ea3596ba7d7543fb1b8233d09996df',1,'GpgFrontend::GpgBasicOperator']]], - ['settingsdialog_475',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html',1,'GpgFrontend::UI::SettingsDialog'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc',1,'GpgFrontend::UI::SettingsDialog::SettingsDialog()']]], - ['settingsobject_476',['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_477',['show_key_details_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b',1,'GpgFrontend::UI::MainWindow']]], - ['show_5fverify_5fdetails_478',['show_verify_details',['../namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281',1,'GpgFrontend::UI']]], - ['showevent_479',['showEvent',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab799cd5e07b06a8e953d72105c0a1083',1,'GpgFrontend::UI::AboutDialog']]], - ['shownotificationwidget_480',['ShowNotificationWidget',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['sign_481',['Sign',['../classGpgFrontend_1_1GpgBasicOperator.html#a988d7e65e85fc7a578f26300332a65d3',1,'GpgFrontend::GpgBasicOperator']]], - ['sign_5fact_5f_482',['sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839',1,'GpgFrontend::UI::MainWindow']]], - ['sign_5fmarked_5f_483',['sign_marked_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['signalkeydatabaserefreshdone_484',['SignalKeyDatabaseRefreshDone',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28',1,'GpgFrontend::UI::CommonUtils']]], - ['signalkeyserverlisttestresult_485',['SignalKeyServerListTestResult',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a41071f083c60ca708e8cc29896803940',1,'GpgFrontend::UI::ListedKeyServerTestThread']]], - ['signalopenhelp_486',['SignalOpenHelp',['../classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb',1,'GpgFrontend::UI::Wizard']]], - ['signalpathchanged_487',['SignalPathChanged',['../classGpgFrontend_1_1UI_1_1FilePage.html#aec462d16a2097024a4ced24012b905a7',1,'GpgFrontend::UI::FilePage']]], - ['signalproxyconnectiontestresult_488',['SignalProxyConnectionTestResult',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#aedafa7b22e024be537658fd8096e5f6f',1,'GpgFrontend::UI::ProxyConnectionTestThread']]], - ['signalrefreshinfoboard_489',['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_490',['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_491',['SignalReplyFromUpdateServer',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95',1,'GpgFrontend::UI::UpdateTab']]], - ['signalrestartneeded_492',['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()']]], - ['signalsendreadblock_493',['SignalSendReadBlock',['../classGpgFrontend_1_1UI_1_1FileReadThread.html#a152a32021b66ea7de5aaf8cf6376c9ab',1,'GpgFrontend::UI::FileReadThread']]], - ['signalstation_494',['SignalStation',['../classGpgFrontend_1_1UI_1_1SignalStation.html',1,'GpgFrontend::UI']]], - ['signalupgradeversion_495',['SignalUpgradeVersion',['../classGpgFrontend_1_1UI_1_1VersionCheckThread.html#a61ba582623b570964e8fc1515407d636',1,'GpgFrontend::UI::VersionCheckThread']]], - ['signaturedetailsdialog_496',['SignatureDetailsDialog',['../classSignatureDetailsDialog.html',1,'']]], - ['signerspicker_497',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html',1,'GpgFrontend::UI::SignersPicker'],['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb',1,'GpgFrontend::UI::SignersPicker::SignersPicker()']]], - ['signfile_498',['SignFile',['../classGpgFrontend_1_1GpgFileOpera.html#a350df1c07c054625c4755a78e6ca5ca8',1,'GpgFrontend::GpgFileOpera']]], - ['signkey_499',['SignKey',['../classGpgFrontend_1_1GpgKeyManager.html#a12138780c53add7589f78f056019e5e0',1,'GpgFrontend::GpgKeyManager']]], - ['singletonfunctionobject_500',['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_501',['SingletonFunctionObject< DataObjectOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20globalsettingstation_20_3e_502',['SingletonFunctionObject< GlobalSettingStation >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgbasicoperator_20_3e_503',['SingletonFunctionObject< GpgBasicOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgcommandexecutor_20_3e_504',['SingletonFunctionObject< GpgCommandExecutor >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgcontext_20_3e_505',['SingletonFunctionObject< GpgContext >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgfileopera_20_3e_506',['SingletonFunctionObject< GpgFileOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeygetter_20_3e_507',['SingletonFunctionObject< GpgKeyGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeyimportexporter_20_3e_508',['SingletonFunctionObject< GpgKeyImportExporter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeymanager_20_3e_509',['SingletonFunctionObject< GpgKeyManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeyopera_20_3e_510',['SingletonFunctionObject< GpgKeyOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpguidoperator_20_3e_511',['SingletonFunctionObject< GpgUIDOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20passphrasegenerator_20_3e_512',['SingletonFunctionObject< PassphraseGenerator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonstorage_513',['SingletonStorage',['../classGpgFrontend_1_1SingletonStorage.html',1,'GpgFrontend']]], - ['singletonstoragecollection_514',['SingletonStorageCollection',['../classGpgFrontend_1_1SingletonStorageCollection.html',1,'GpgFrontend']]], - ['slot_5factivated_5fkey_5ftype_515',['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_516',['slot_add_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fadd_5fuid_5fresult_517',['slot_add_uid_result',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['slot_5fappend_5fselected_5fkeys_518',['slot_append_selected_keys',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fauthentication_5fbox_5fchanged_519',['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_520',['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_521',['slot_clean_double_line_breaks',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fcompress_5ffiles_522',['slot_compress_files',['../classGpgFrontend_1_1UI_1_1FilePage.html#a250b1950f874c1d11549cd5c0ea9693f',1,'GpgFrontend::UI::FilePage']]], - ['slot_5fcopy_5ffingerprint_523',['slot_copy_fingerprint',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['slot_5fcopy_5fmail_5faddress_5fto_5fclipboard_524',['slot_copy_mail_address_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fcreate_5fnew_5fuid_525',['slot_create_new_uid',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c',1,'GpgFrontend::UI::KeyNewUIDDialog']]], - ['slot_5fcut_5fpgp_5fheader_526',['slot_cut_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fdecrypt_527',['slot_decrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fdecrypt_5fverify_528',['slot_decrypt_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1d61ea803e6c825bd54f42ba9ae85919',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fdisable_5ftab_5factions_529',['slot_disable_tab_actions',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fdouble_5fclicked_530',['slot_double_clicked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e',1,'GpgFrontend::UI::KeyList']]], - ['slot_5fencrypt_531',['slot_encrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae11d01211c2914ecc148e13dd7de506e',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fencrypt_5fsign_532',['slot_encrypt_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a304efe91afa31b32725caa00c27475a4',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fencryption_5fbox_5fchanged_533',['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_534',['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_535',['slot_export_private_key',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab',1,'GpgFrontend::UI::KeyPairOperaTab']]], - ['slot_5ffile_5ftree_5fview_5fitem_5fclicked_536',['slot_file_tree_view_item_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#a676917817d6f519e043742d1d87f97f1',1,'GpgFrontend::UI::FilePage']]], - ['slot_5ffile_5ftree_5fview_5fitem_5fdouble_5fclicked_537',['slot_file_tree_view_item_double_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#ad3c54320bdafbbb2c06a20d6c7dea9d6',1,'GpgFrontend::UI::FilePage']]], - ['slot_5ffind_538',['slot_find',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fformat_5fgpg_5fheader_539',['slot_format_gpg_header',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['slot_5fimport_5ffinished_540',['slot_import_finished',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1d083105603805219fe01f37d773693f',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['slot_5fimport_5fkey_5ffrom_5fedit_541',['slot_import_key_from_edit',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5finsert_5ftext_542',['slot_insert_text',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8ba8f52aa2d1102d3513fdf0f4760b28',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['slot_5fjump_5fpage_543',['slot_jump_page',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b',1,'GpgFrontend::UI::ChoosePage']]], - ['slot_5fkey_5fgen_5faccept_544',['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_545',['slot_non_expired_checked',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274',1,'GpgFrontend::UI::KeySetExpireDateDialog']]], - ['slot_5fopen_5ffile_5ftab_546',['slot_open_file_tab',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fopen_5fkey_5fmanagement_547',['slot_open_key_management',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fopen_5fsettings_5fdialog_548',['slot_open_settings_dialog',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fopen_5furl_549',['slot_open_url',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99',1,'GpgFrontend::UI::HelpPage']]], - ['slot_5fremove_5ftab_550',['slot_remove_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42',1,'GpgFrontend::UI::TextEdit']]], - ['slot_5fset_5frestart_5fneeded_551',['slot_set_restart_needed',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a204f8e834337aea7df2779a494dc6216',1,'GpgFrontend::UI::SettingsDialog']]], - ['slot_5fshow_5fkey_5fdetails_552',['slot_show_key_details',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fshow_5fversion_5fstatus_553',['slot_show_version_status',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a1003bd969ecbc5deba940e39436968f4',1,'GpgFrontend::UI::UpdateTab']]], - ['slot_5fsign_554',['slot_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3f3d03b0ec22385bee559fbd2aeb881b',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fsign_5fkey_555',['slot_sign_key',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43',1,'GpgFrontend::UI::KeyUIDSignDialog']]], - ['slot_5fsigning_5fbox_5fchanged_556',['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_557',['slot_start_wizard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fupdate_5fkey_5fstatus_558',['slot_update_key_status',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e',1,'GpgFrontend::UI::CommonUtils']]], - ['slot_5fupload_5fkey_5fto_5fserver_559',['slot_upload_key_to_server',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a0f724649ca953b888f07d69c97fe45b6',1,'GpgFrontend::UI::KeyUploadDialog']]], - ['slot_5fverify_560',['slot_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa9c986dd95984811479ea93230c74b5d',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fversion_5fupgrade_561',['slot_version_upgrade',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a48368c77af7b1f4cb632870b8d914a28',1,'GpgFrontend::UI::MainWindow']]], - ['slotclosetab_562',['SlotCloseTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b',1,'GpgFrontend::UI::TextEdit']]], - ['slotcopy_563',['SlotCopy',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780',1,'GpgFrontend::UI::TextEdit']]], - ['slotcurpagefiletreeview_564',['SlotCurPageFileTreeView',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9',1,'GpgFrontend::UI::TextEdit']]], - ['slotcurpagetextedit_565',['SlotCurPageTextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1',1,'GpgFrontend::UI::TextEdit']]], - ['slotcut_566',['SlotCut',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162',1,'GpgFrontend::UI::TextEdit']]], - ['slotexecutegpgcommand_567',['SlotExecuteGpgCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d',1,'GpgFrontend::UI::CommonUtils']]], - ['slotfiledecrypt_568',['SlotFileDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0a6d0618f2835a6dcae707a4ca770a48',1,'GpgFrontend::UI::MainWindow']]], - ['slotfiledecryptverify_569',['SlotFileDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab23c7e67dd1f5295b3c49ad79dfd5919',1,'GpgFrontend::UI::MainWindow']]], - ['slotfileencrypt_570',['SlotFileEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3',1,'GpgFrontend::UI::MainWindow']]], - ['slotfileencryptsign_571',['SlotFileEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30',1,'GpgFrontend::UI::MainWindow']]], - ['slotfilesign_572',['SlotFileSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf',1,'GpgFrontend::UI::MainWindow']]], - ['slotfileverify_573',['SlotFileVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8',1,'GpgFrontend::UI::MainWindow']]], - ['slotfilltexteditwithtext_574',['SlotFillTextEditWithText',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20',1,'GpgFrontend::UI::TextEdit']]], - ['slotimport_575',['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_576',['SlotImportKeyFromClipboard',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a',1,'GpgFrontend::UI::CommonUtils']]], - ['slotimportkeyfromfile_577',['SlotImportKeyFromFile',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d',1,'GpgFrontend::UI::CommonUtils']]], - ['slotimportkeyfromkeyserver_578',['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_579',['SlotImportKeys',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a3bc26cc1e0f00f0ce2f95c0b6c8778d8',1,'GpgFrontend::UI::CommonUtils']]], - ['slotnewfiletab_580',['SlotNewFileTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae22ecadf31648f424eb8ab86bd28ef39',1,'GpgFrontend::UI::TextEdit']]], - ['slotnewhelptab_581',['slotNewHelpTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4',1,'GpgFrontend::UI::TextEdit']]], - ['slotnewtab_582',['SlotNewTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c',1,'GpgFrontend::UI::TextEdit']]], - ['slotopen_583',['SlotOpen',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb',1,'GpgFrontend::UI::TextEdit']]], - ['slotopenfile_584',['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_585',['SlotPaste',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9',1,'GpgFrontend::UI::TextEdit']]], - ['slotprint_586',['SlotPrint',['../classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224',1,'GpgFrontend::UI::TextEdit']]], - ['slotquote_587',['SlotQuote',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee',1,'GpgFrontend::UI::TextEdit']]], - ['slotredo_588',['SlotRedo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929',1,'GpgFrontend::UI::TextEdit']]], - ['slotrefresh_589',['SlotRefresh',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['slotsave_590',['SlotSave',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0',1,'GpgFrontend::UI::TextEdit']]], - ['slotsaveas_591',['SlotSaveAs',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a02fa44ba0c56f3f6ae125f8490faf254',1,'GpgFrontend::UI::TextEdit']]], - ['slotselectall_592',['SlotSelectAll',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55',1,'GpgFrontend::UI::TextEdit']]], - ['slotsetrestartneeded_593',['SlotSetRestartNeeded',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab1fb798caf43dd067beca5285444d47d',1,'GpgFrontend::UI::MainWindow']]], - ['slotshowmodified_594',['SlotShowModified',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a7544182198b729373843635bbfea082a',1,'GpgFrontend::UI::TextEdit']]], - ['slotswitchtabdown_595',['SlotSwitchTabDown',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474',1,'GpgFrontend::UI::TextEdit']]], - ['slotswitchtabup_596',['SlotSwitchTabUp',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762',1,'GpgFrontend::UI::TextEdit']]], - ['slotundo_597',['SlotUndo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5',1,'GpgFrontend::UI::TextEdit']]], - ['softwareversion_598',['SoftwareVersion',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html',1,'GpgFrontend::UI']]], - ['special_5fedit_5ftool_5fbar_5f_599',['special_edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0',1,'GpgFrontend::UI::MainWindow']]], - ['start_5fwizard_5fact_5f_600',['start_wizard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6',1,'GpgFrontend::UI::MainWindow']]], - ['steganography_5fmenu_5f_601',['steganography_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853',1,'GpgFrontend::UI::MainWindow']]], - ['storages_5fmutex_5f_602',['storages_mutex_',['../classGpgFrontend_1_1SingletonStorageCollection.html#ab648cb257beb2475eb5fca6453c331f9',1,'GpgFrontend::SingletonStorageCollection']]], - ['stripped_5fname_603',['stripped_name',['../classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb',1,'GpgFrontend::UI::TextEdit']]], - ['subkeygeneratedialog_604',['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_605',['switch_tab_down_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41',1,'GpgFrontend::UI::MainWindow']]], - ['switch_5ftab_5fup_5fact_5f_606',['switch_tab_up_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701',1,'GpgFrontend::UI::MainWindow']]], - ['switch_5fui_5fenabled_607',['switch_ui_enabled',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513',1,'GpgFrontend::UI::NetworkTab']]], - ['switch_5fui_5fproxy_5ftype_608',['switch_ui_proxy_type',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd',1,'GpgFrontend::UI::NetworkTab']]], - ['syncsettings_609',['SyncSettings',['../classGpgFrontend_1_1GlobalSettingStation.html#ac061ac8e5308f67ea52b98888bbb2e8d',1,'GpgFrontend::GlobalSettingStation']]] + ['save_5fact_5f_440',['save_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc',1,'GpgFrontend::UI::MainWindow']]], + ['save_5fas_5fact_5f_441',['save_as_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112',1,'GpgFrontend::UI::MainWindow']]], + ['save_5ffile_442',['save_file',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf',1,'GpgFrontend::UI::TextEdit']]], + ['save_5fsettings_443',['save_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98',1,'GpgFrontend::UI::MainWindow']]], + ['select_5fall_5fact_5f_444',['select_all_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc',1,'GpgFrontend::UI::MainWindow']]], + ['set_5fbackground_445',['set_background',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a0c531f2c673caed29225a323e750205f',1,'GpgFrontend::UI::FindWidget']]], + ['set_5floading_446',['set_loading',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['set_5fmessage_447',['set_message',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['set_5fsignal_5fslot_448',['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_449',['set_status',['../classGpgFrontend_1_1GpgResultAnalyse.html#a7f13592b421c7b0d3853f15cece8d195',1,'GpgFrontend::GpgResultAnalyse']]], + ['setalgo_450',['SetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a378ea10385ab401bea45a7edb3df122d',1,'GpgFrontend::GenKeyInfo']]], + ['setallowauthentication_451',['SetAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aac51d251682ed1bc1090416ebfeba4de',1,'GpgFrontend::GenKeyInfo']]], + ['setallowcertification_452',['SetAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ac5f52f74566618c71a29bdc5e70fce2e',1,'GpgFrontend::GenKeyInfo']]], + ['setallowencryption_453',['SetAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a965014232f6de22c6d33320231ca4454',1,'GpgFrontend::GenKeyInfo']]], + ['setallowsigning_454',['SetAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a1a01518b24d40d95e187ef73f4dcd52a',1,'GpgFrontend::GenKeyInfo']]], + ['setchannel_455',['SetChannel',['../classGpgFrontend_1_1ChannelObject.html#aa3b19cad6d873b314bba32a3dae85f09',1,'GpgFrontend::ChannelObject']]], + ['setchecked_456',['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_457',['SetColumnWidth',['../classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5',1,'GpgFrontend::UI::KeyList']]], + ['setcomment_458',['SetComment',['../classGpgFrontend_1_1GenKeyInfo.html#a947886456f5699241b1c1b9332e4b29e',1,'GpgFrontend::GenKeyInfo']]], + ['setcryptomenustatus_459',['SetCryptoMenuStatus',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a85a98a1ec5418c110201980fa013d1fd',1,'GpgFrontend::UI::MainWindow']]], + ['setdoubleclickedaction_460',['SetDoubleClickedAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291',1,'GpgFrontend::UI::KeyList']]], + ['setemail_461',['SetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#a656c81d56f77350184f9a94db1a3ce05',1,'GpgFrontend::GenKeyInfo']]], + ['setexpire_462',['SetExpire',['../classGpgFrontend_1_1GpgKeyManager.html#a1625abfbff168c476e76fa9425a6c37d',1,'GpgFrontend::GpgKeyManager::SetExpire()'],['../classGpgFrontend_1_1GpgKeyOpera.html#a12e6b05b23781861065d7e3243c9349e',1,'GpgFrontend::GpgKeyOpera::SetExpire()']]], + ['setexpiretime_463',['SetExpireTime',['../classGpgFrontend_1_1GenKeyInfo.html#aa3bfeda7fc7c83dc8d48ee2b80780c3a',1,'GpgFrontend::GenKeyInfo']]], + ['setfilepath_464',['SetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['setinfoboard_465',['SetInfoBoard',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac936cfc8e1b3af65d0d71b74fb3f0b02',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['setissubkey_466',['SetIsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#acd9f7742b739e1db60bd50489690dec1',1,'GpgFrontend::GenKeyInfo']]], + ['setkeylength_467',['SetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#ae744395012e4dcb9734ad5a30aa8ed75',1,'GpgFrontend::GenKeyInfo']]], + ['setname_468',['SetName',['../classGpgFrontend_1_1GenKeyInfo.html#a65ebc487e0e64c325f65474c812615f7',1,'GpgFrontend::GenKeyInfo']]], + ['setnonexpired_469',['SetNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aea247381c21896f5371bb813ca665329',1,'GpgFrontend::GenKeyInfo']]], + ['setnonpassphrase_470',['SetNonPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a864407216cbdbef9e7b35e6be694d3ef',1,'GpgFrontend::GenKeyInfo']]], + ['setobjectinchannel_471',['SetObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#ab0097bb648b2303d68a975c7cbea5a52',1,'GpgFrontend::SingletonStorage']]], + ['setpassphrase_472',['SetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#afe1760d4ead397f6096925290a38e1a4',1,'GpgFrontend::GenKeyInfo']]], + ['setpassphrasecb_473',['SetPassphraseCb',['../classGpgFrontend_1_1GpgContext.html#a3399fc60086ff5010a089bff48bbc63c',1,'GpgFrontend::GpgContext']]], + ['setprimaryuid_474',['SetPrimaryUID',['../classGpgFrontend_1_1GpgUIDOperator.html#acbdabec97df508382b0c9b1fffbf1dd5',1,'GpgFrontend::GpgUIDOperator']]], + ['setsettings_475',['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_476',['SetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#ad6ea3596ba7d7543fb1b8233d09996df',1,'GpgFrontend::GpgBasicOperator']]], + ['settingsdialog_477',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html',1,'GpgFrontend::UI::SettingsDialog'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc',1,'GpgFrontend::UI::SettingsDialog::SettingsDialog()']]], + ['settingsobject_478',['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_479',['show_key_details_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b',1,'GpgFrontend::UI::MainWindow']]], + ['show_5fverify_5fdetails_480',['show_verify_details',['../namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281',1,'GpgFrontend::UI']]], + ['showevent_481',['showEvent',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab799cd5e07b06a8e953d72105c0a1083',1,'GpgFrontend::UI::AboutDialog']]], + ['shownotificationwidget_482',['ShowNotificationWidget',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['sign_483',['Sign',['../classGpgFrontend_1_1GpgBasicOperator.html#a988d7e65e85fc7a578f26300332a65d3',1,'GpgFrontend::GpgBasicOperator']]], + ['sign_5fact_5f_484',['sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839',1,'GpgFrontend::UI::MainWindow']]], + ['sign_5fmarked_5f_485',['sign_marked_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['signalkeydatabaserefreshdone_486',['SignalKeyDatabaseRefreshDone',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28',1,'GpgFrontend::UI::CommonUtils']]], + ['signalkeyserverlisttestresult_487',['SignalKeyServerListTestResult',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a41071f083c60ca708e8cc29896803940',1,'GpgFrontend::UI::ListedKeyServerTestThread']]], + ['signalopenhelp_488',['SignalOpenHelp',['../classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb',1,'GpgFrontend::UI::Wizard']]], + ['signalpathchanged_489',['SignalPathChanged',['../classGpgFrontend_1_1UI_1_1FilePage.html#aec462d16a2097024a4ced24012b905a7',1,'GpgFrontend::UI::FilePage']]], + ['signalproxyconnectiontestresult_490',['SignalProxyConnectionTestResult',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#aedafa7b22e024be537658fd8096e5f6f',1,'GpgFrontend::UI::ProxyConnectionTestThread']]], + ['signalrefreshinfoboard_491',['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_492',['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_493',['SignalReplyFromUpdateServer',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95',1,'GpgFrontend::UI::UpdateTab']]], + ['signalrestartneeded_494',['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_495',['SignalStation',['../classGpgFrontend_1_1UI_1_1SignalStation.html',1,'GpgFrontend::UI']]], + ['signaluibytesdisplayed_496',['SignalUIBytesDisplayed',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['signalupgradeversion_497',['SignalUpgradeVersion',['../classGpgFrontend_1_1UI_1_1VersionCheckThread.html#a61ba582623b570964e8fc1515407d636',1,'GpgFrontend::UI::VersionCheckThread']]], + ['signaturedetailsdialog_498',['SignatureDetailsDialog',['../classSignatureDetailsDialog.html',1,'']]], + ['signerspicker_499',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html',1,'GpgFrontend::UI::SignersPicker'],['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb',1,'GpgFrontend::UI::SignersPicker::SignersPicker()']]], + ['signfile_500',['SignFile',['../classGpgFrontend_1_1GpgFileOpera.html#a350df1c07c054625c4755a78e6ca5ca8',1,'GpgFrontend::GpgFileOpera']]], + ['signkey_501',['SignKey',['../classGpgFrontend_1_1GpgKeyManager.html#a12138780c53add7589f78f056019e5e0',1,'GpgFrontend::GpgKeyManager']]], + ['singletonfunctionobject_502',['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_503',['SingletonFunctionObject< DataObjectOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20globalsettingstation_20_3e_504',['SingletonFunctionObject< GlobalSettingStation >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgbasicoperator_20_3e_505',['SingletonFunctionObject< GpgBasicOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgcommandexecutor_20_3e_506',['SingletonFunctionObject< GpgCommandExecutor >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgcontext_20_3e_507',['SingletonFunctionObject< GpgContext >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgfileopera_20_3e_508',['SingletonFunctionObject< GpgFileOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeygetter_20_3e_509',['SingletonFunctionObject< GpgKeyGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeyimportexporter_20_3e_510',['SingletonFunctionObject< GpgKeyImportExporter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeymanager_20_3e_511',['SingletonFunctionObject< GpgKeyManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeyopera_20_3e_512',['SingletonFunctionObject< GpgKeyOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpguidoperator_20_3e_513',['SingletonFunctionObject< GpgUIDOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20passphrasegenerator_20_3e_514',['SingletonFunctionObject< PassphraseGenerator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20taskrunnergetter_20_3e_515',['SingletonFunctionObject< TaskRunnerGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonstorage_516',['SingletonStorage',['../classGpgFrontend_1_1SingletonStorage.html',1,'GpgFrontend']]], + ['singletonstoragecollection_517',['SingletonStorageCollection',['../classGpgFrontend_1_1SingletonStorageCollection.html',1,'GpgFrontend']]], + ['slot_5factivated_5fkey_5ftype_518',['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_519',['slot_add_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fadd_5fuid_5fresult_520',['slot_add_uid_result',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['slot_5fappend_5fselected_5fkeys_521',['slot_append_selected_keys',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fauthentication_5fbox_5fchanged_522',['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_523',['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_524',['slot_clean_double_line_breaks',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fcompress_5ffiles_525',['slot_compress_files',['../classGpgFrontend_1_1UI_1_1FilePage.html#a250b1950f874c1d11549cd5c0ea9693f',1,'GpgFrontend::UI::FilePage']]], + ['slot_5fcopy_5ffingerprint_526',['slot_copy_fingerprint',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['slot_5fcopy_5fmail_5faddress_5fto_5fclipboard_527',['slot_copy_mail_address_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fcreate_5fnew_5fuid_528',['slot_create_new_uid',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c',1,'GpgFrontend::UI::KeyNewUIDDialog']]], + ['slot_5fcut_5fpgp_5fheader_529',['slot_cut_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fdecrypt_530',['slot_decrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fdecrypt_5fverify_531',['slot_decrypt_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1d61ea803e6c825bd54f42ba9ae85919',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fdisable_5ftab_5factions_532',['slot_disable_tab_actions',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fdouble_5fclicked_533',['slot_double_clicked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e',1,'GpgFrontend::UI::KeyList']]], + ['slot_5fencrypt_534',['slot_encrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae11d01211c2914ecc148e13dd7de506e',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fencrypt_5fsign_535',['slot_encrypt_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a304efe91afa31b32725caa00c27475a4',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fencryption_5fbox_5fchanged_536',['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_537',['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_538',['slot_export_private_key',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab',1,'GpgFrontend::UI::KeyPairOperaTab']]], + ['slot_5ffile_5ftree_5fview_5fitem_5fclicked_539',['slot_file_tree_view_item_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#a676917817d6f519e043742d1d87f97f1',1,'GpgFrontend::UI::FilePage']]], + ['slot_5ffile_5ftree_5fview_5fitem_5fdouble_5fclicked_540',['slot_file_tree_view_item_double_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#ad3c54320bdafbbb2c06a20d6c7dea9d6',1,'GpgFrontend::UI::FilePage']]], + ['slot_5ffind_541',['slot_find',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fformat_5fgpg_5fheader_542',['slot_format_gpg_header',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['slot_5fimport_5ffinished_543',['slot_import_finished',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1d083105603805219fe01f37d773693f',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['slot_5fimport_5fkey_5ffrom_5fedit_544',['slot_import_key_from_edit',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5finsert_5ftext_545',['slot_insert_text',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a184985104f23da8fdf2b9aaf7b27405b',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['slot_5fjump_5fpage_546',['slot_jump_page',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b',1,'GpgFrontend::UI::ChoosePage']]], + ['slot_5fkey_5fgen_5faccept_547',['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_548',['slot_non_expired_checked',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274',1,'GpgFrontend::UI::KeySetExpireDateDialog']]], + ['slot_5fopen_5ffile_5ftab_549',['slot_open_file_tab',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fopen_5fkey_5fmanagement_550',['slot_open_key_management',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fopen_5fsettings_5fdialog_551',['slot_open_settings_dialog',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fopen_5furl_552',['slot_open_url',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99',1,'GpgFrontend::UI::HelpPage']]], + ['slot_5fremove_5ftab_553',['slot_remove_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42',1,'GpgFrontend::UI::TextEdit']]], + ['slot_5fset_5frestart_5fneeded_554',['slot_set_restart_needed',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a204f8e834337aea7df2779a494dc6216',1,'GpgFrontend::UI::SettingsDialog']]], + ['slot_5fshow_5fkey_5fdetails_555',['slot_show_key_details',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fshow_5fversion_5fstatus_556',['slot_show_version_status',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a1003bd969ecbc5deba940e39436968f4',1,'GpgFrontend::UI::UpdateTab']]], + ['slot_5fsign_557',['slot_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3f3d03b0ec22385bee559fbd2aeb881b',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fsign_5fkey_558',['slot_sign_key',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43',1,'GpgFrontend::UI::KeyUIDSignDialog']]], + ['slot_5fsigning_5fbox_5fchanged_559',['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_560',['slot_start_wizard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fupdate_5fkey_5fstatus_561',['slot_update_key_status',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e',1,'GpgFrontend::UI::CommonUtils']]], + ['slot_5fupload_5fkey_5fto_5fserver_562',['slot_upload_key_to_server',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a0f724649ca953b888f07d69c97fe45b6',1,'GpgFrontend::UI::KeyUploadDialog']]], + ['slot_5fverify_563',['slot_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa9c986dd95984811479ea93230c74b5d',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fversion_5fupgrade_564',['slot_version_upgrade',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a48368c77af7b1f4cb632870b8d914a28',1,'GpgFrontend::UI::MainWindow']]], + ['slotclosetab_565',['SlotCloseTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b',1,'GpgFrontend::UI::TextEdit']]], + ['slotcopy_566',['SlotCopy',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780',1,'GpgFrontend::UI::TextEdit']]], + ['slotcurpagefiletreeview_567',['SlotCurPageFileTreeView',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9',1,'GpgFrontend::UI::TextEdit']]], + ['slotcurpagetextedit_568',['SlotCurPageTextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1',1,'GpgFrontend::UI::TextEdit']]], + ['slotcut_569',['SlotCut',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162',1,'GpgFrontend::UI::TextEdit']]], + ['slotexecutegpgcommand_570',['SlotExecuteGpgCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d',1,'GpgFrontend::UI::CommonUtils']]], + ['slotfiledecrypt_571',['SlotFileDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0a6d0618f2835a6dcae707a4ca770a48',1,'GpgFrontend::UI::MainWindow']]], + ['slotfiledecryptverify_572',['SlotFileDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab23c7e67dd1f5295b3c49ad79dfd5919',1,'GpgFrontend::UI::MainWindow']]], + ['slotfileencrypt_573',['SlotFileEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3',1,'GpgFrontend::UI::MainWindow']]], + ['slotfileencryptsign_574',['SlotFileEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30',1,'GpgFrontend::UI::MainWindow']]], + ['slotfilesign_575',['SlotFileSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf',1,'GpgFrontend::UI::MainWindow']]], + ['slotfileverify_576',['SlotFileVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8',1,'GpgFrontend::UI::MainWindow']]], + ['slotfilltexteditwithtext_577',['SlotFillTextEditWithText',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20',1,'GpgFrontend::UI::TextEdit']]], + ['slotimport_578',['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_579',['SlotImportKeyFromClipboard',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a',1,'GpgFrontend::UI::CommonUtils']]], + ['slotimportkeyfromfile_580',['SlotImportKeyFromFile',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d',1,'GpgFrontend::UI::CommonUtils']]], + ['slotimportkeyfromkeyserver_581',['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_582',['SlotImportKeys',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a3bc26cc1e0f00f0ce2f95c0b6c8778d8',1,'GpgFrontend::UI::CommonUtils']]], + ['slotnewfiletab_583',['SlotNewFileTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae22ecadf31648f424eb8ab86bd28ef39',1,'GpgFrontend::UI::TextEdit']]], + ['slotnewhelptab_584',['slotNewHelpTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4',1,'GpgFrontend::UI::TextEdit']]], + ['slotnewtab_585',['SlotNewTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c',1,'GpgFrontend::UI::TextEdit']]], + ['slotopen_586',['SlotOpen',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb',1,'GpgFrontend::UI::TextEdit']]], + ['slotopenfile_587',['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_588',['SlotPaste',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9',1,'GpgFrontend::UI::TextEdit']]], + ['slotprint_589',['SlotPrint',['../classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224',1,'GpgFrontend::UI::TextEdit']]], + ['slotquote_590',['SlotQuote',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee',1,'GpgFrontend::UI::TextEdit']]], + ['slotredo_591',['SlotRedo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929',1,'GpgFrontend::UI::TextEdit']]], + ['slotrefresh_592',['SlotRefresh',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['slotsave_593',['SlotSave',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0',1,'GpgFrontend::UI::TextEdit']]], + ['slotsaveas_594',['SlotSaveAs',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a02fa44ba0c56f3f6ae125f8490faf254',1,'GpgFrontend::UI::TextEdit']]], + ['slotselectall_595',['SlotSelectAll',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55',1,'GpgFrontend::UI::TextEdit']]], + ['slotsetrestartneeded_596',['SlotSetRestartNeeded',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab1fb798caf43dd067beca5285444d47d',1,'GpgFrontend::UI::MainWindow']]], + ['slotshowmodified_597',['SlotShowModified',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a7544182198b729373843635bbfea082a',1,'GpgFrontend::UI::TextEdit']]], + ['slotswitchtabdown_598',['SlotSwitchTabDown',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474',1,'GpgFrontend::UI::TextEdit']]], + ['slotswitchtabup_599',['SlotSwitchTabUp',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762',1,'GpgFrontend::UI::TextEdit']]], + ['slotundo_600',['SlotUndo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5',1,'GpgFrontend::UI::TextEdit']]], + ['softwareversion_601',['SoftwareVersion',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html',1,'GpgFrontend::UI']]], + ['special_5fedit_5ftool_5fbar_5f_602',['special_edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0',1,'GpgFrontend::UI::MainWindow']]], + ['start_5fwizard_5fact_5f_603',['start_wizard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6',1,'GpgFrontend::UI::MainWindow']]], + ['steganography_5fmenu_5f_604',['steganography_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853',1,'GpgFrontend::UI::MainWindow']]], + ['storages_5fmutex_5f_605',['storages_mutex_',['../classGpgFrontend_1_1SingletonStorageCollection.html#ab648cb257beb2475eb5fca6453c331f9',1,'GpgFrontend::SingletonStorageCollection']]], + ['stripped_5fname_606',['stripped_name',['../classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb',1,'GpgFrontend::UI::TextEdit']]], + ['subkeygeneratedialog_607',['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_608',['switch_tab_down_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41',1,'GpgFrontend::UI::MainWindow']]], + ['switch_5ftab_5fup_5fact_5f_609',['switch_tab_up_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701',1,'GpgFrontend::UI::MainWindow']]], + ['switch_5fui_5fenabled_610',['switch_ui_enabled',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513',1,'GpgFrontend::UI::NetworkTab']]], + ['switch_5fui_5fproxy_5ftype_611',['switch_ui_proxy_type',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd',1,'GpgFrontend::UI::NetworkTab']]], + ['syncsettings_612',['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 dee05067..46b4da99 100644 --- a/docs/html/search/all_13.js +++ b/docs/html/search/all_13.js @@ -1,13 +1,18 @@ var searchData= [ - ['tabcount_610',['TabCount',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9',1,'GpgFrontend::UI::TextEdit']]], - ['takechargeofresult_611',['TakeChargeOfResult',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#acdb7839a5158f078b38d60f0fefc5155',1,'GpgFrontend::GpgVerifyResultAnalyse']]], - ['test_5fpassphrase_5fcb_612',['test_passphrase_cb',['../classGpgFrontend_1_1GpgContext.html#acc4234054002065dfbc5d5261a4950d4',1,'GpgFrontend::GpgContext']]], - ['test_5fstatus_5fcb_613',['test_status_cb',['../classGpgFrontend_1_1GpgContext.html#a3844cd0966134939e5c4be9a725e5271',1,'GpgFrontend::GpgContext']]], - ['testlistedkeyserverthread_614',['TestListedKeyServerThread',['../classTestListedKeyServerThread.html',1,'']]], - ['text_5fis_5fsigned_615',['text_is_signed',['../namespaceGpgFrontend.html#a2a0394c8bdd277f5235f9875a1d69a99',1,'GpgFrontend']]], - ['textedit_616',['TextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html',1,'GpgFrontend::UI']]], - ['tofuinfopage_617',['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_618',['translate_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e',1,'GpgFrontend::UI::MainWindow']]], - ['translatorstab_619',['TranslatorsTab',['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html',1,'GpgFrontend::UI::TranslatorsTab'],['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html#a89e5c7b9c17fb41b7c7bf461fb8ad99e',1,'GpgFrontend::UI::TranslatorsTab::TranslatorsTab()']]] + ['tabcount_613',['TabCount',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9',1,'GpgFrontend::UI::TextEdit']]], + ['takechargeofresult_614',['TakeChargeOfResult',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#acdb7839a5158f078b38d60f0fefc5155',1,'GpgFrontend::GpgVerifyResultAnalyse']]], + ['task_615',['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#a57754a42ad43000a1c1d3c98a29edbb2',1,'GpgFrontend::Thread::Task::Task(TaskCallback callback)'],['../classGpgFrontend_1_1Thread_1_1Task.html#a91e831792863218c044fc3b0b0d17808',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, TaskCallback callback=[](int) {})']]], + ['taskrunner_616',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html',1,'GpgFrontend::Thread::TaskRunner'],['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ad3c8612cbe60112f9b14e616fb0a4acf',1,'GpgFrontend::Thread::TaskRunner::TaskRunner()']]], + ['taskrunnergetter_617',['TaskRunnerGetter',['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html',1,'GpgFrontend::Thread::TaskRunnerGetter'],['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#a80794d81179f66f4b4ed3122a64f27cf',1,'GpgFrontend::Thread::TaskRunnerGetter::TaskRunnerGetter()']]], + ['tasks_618',['tasks',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a774775e9a91d33072b27dcf78cead6e2',1,'GpgFrontend::Thread::TaskRunner']]], + ['tasks_5fmutex_5f_619',['tasks_mutex_',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a5e72f1ce00d41c225a4304f1ed20b3f1',1,'GpgFrontend::Thread::TaskRunner']]], + ['test_5fpassphrase_5fcb_620',['test_passphrase_cb',['../classGpgFrontend_1_1GpgContext.html#acc4234054002065dfbc5d5261a4950d4',1,'GpgFrontend::GpgContext']]], + ['test_5fstatus_5fcb_621',['test_status_cb',['../classGpgFrontend_1_1GpgContext.html#a3844cd0966134939e5c4be9a725e5271',1,'GpgFrontend::GpgContext']]], + ['testlistedkeyserverthread_622',['TestListedKeyServerThread',['../classTestListedKeyServerThread.html',1,'']]], + ['text_5fis_5fsigned_623',['text_is_signed',['../namespaceGpgFrontend.html#a2a0394c8bdd277f5235f9875a1d69a99',1,'GpgFrontend']]], + ['textedit_624',['TextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html',1,'GpgFrontend::UI']]], + ['tofuinfopage_625',['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_626',['translate_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e',1,'GpgFrontend::UI::MainWindow']]], + ['translatorstab_627',['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 2ed61f31..326760cc 100644 --- a/docs/html/search/all_14.js +++ b/docs/html/search/all_14.js @@ -1,10 +1,10 @@ var searchData= [ - ['ui_5fcfg_5f_620',['ui_cfg_',['../classGpgFrontend_1_1GlobalSettingStation.html#a1818e08063d6a886975f77354fc5d85c',1,'GpgFrontend::GlobalSettingStation']]], - ['ui_5fconfig_5fdir_5fpath_5f_621',['ui_config_dir_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#ab618fef68cfd4ff6e42d4a4aa8ea94bb',1,'GpgFrontend::GlobalSettingStation']]], - ['ui_5fconfig_5fpath_5f_622',['ui_config_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#afa99ddc25c0d5fd59a4c5f0e61d13830',1,'GpgFrontend::GlobalSettingStation']]], - ['undo_5fact_5f_623',['undo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c',1,'GpgFrontend::UI::MainWindow']]], - ['unsaveddocuments_624',['UnsavedDocuments',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39',1,'GpgFrontend::UI::TextEdit']]], - ['updatetab_625',['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_626',['upload_key_to_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c',1,'GpgFrontend::UI::MainWindow']]] + ['ui_5fcfg_5f_628',['ui_cfg_',['../classGpgFrontend_1_1GlobalSettingStation.html#a1818e08063d6a886975f77354fc5d85c',1,'GpgFrontend::GlobalSettingStation']]], + ['ui_5fconfig_5fdir_5fpath_5f_629',['ui_config_dir_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#ab618fef68cfd4ff6e42d4a4aa8ea94bb',1,'GpgFrontend::GlobalSettingStation']]], + ['ui_5fconfig_5fpath_5f_630',['ui_config_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#afa99ddc25c0d5fd59a4c5f0e61d13830',1,'GpgFrontend::GlobalSettingStation']]], + ['undo_5fact_5f_631',['undo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c',1,'GpgFrontend::UI::MainWindow']]], + ['unsaveddocuments_632',['UnsavedDocuments',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39',1,'GpgFrontend::UI::TextEdit']]], + ['updatetab_633',['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_634',['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 c5e6dcd9..b5968260 100644 --- a/docs/html/search/all_15.js +++ b/docs/html/search/all_15.js @@ -1,11 +1,11 @@ var searchData= [ - ['verify_627',['Verify',['../classGpgFrontend_1_1GpgBasicOperator.html#af0347cb28ff73b2250395ceaa9001509',1,'GpgFrontend::GpgBasicOperator']]], - ['verify_5fact_5f_628',['verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081',1,'GpgFrontend::UI::MainWindow']]], - ['verifydetailsdialog_629',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html',1,'GpgFrontend::UI::VerifyDetailsDialog'],['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda',1,'GpgFrontend::UI::VerifyDetailsDialog::VerifyDetailsDialog()']]], - ['verifyfile_630',['VerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#a14cddfe822c9410cd9c301d08963b7e7',1,'GpgFrontend::GpgFileOpera']]], - ['verifykeydetailbox_631',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html',1,'GpgFrontend::UI::VerifyKeyDetailBox'],['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0',1,'GpgFrontend::UI::VerifyKeyDetailBox::VerifyKeyDetailBox()']]], - ['versioncheckthread_632',['VersionCheckThread',['../classGpgFrontend_1_1UI_1_1VersionCheckThread.html',1,'GpgFrontend::UI::VersionCheckThread'],['../classGpgFrontend_1_1UI_1_1VersionCheckThread.html#a75ad15966d6a8e24ca65b7d7ea608c25',1,'GpgFrontend::UI::VersionCheckThread::VersionCheckThread()']]], - ['versionwithdrawn_633',['VersionWithDrawn',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a587a3fdb047a15c3771c2af5eebdbf4b',1,'GpgFrontend::UI::SoftwareVersion']]], - ['view_5fmenu_5f_634',['view_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2',1,'GpgFrontend::UI::MainWindow']]] + ['verify_635',['Verify',['../classGpgFrontend_1_1GpgBasicOperator.html#af0347cb28ff73b2250395ceaa9001509',1,'GpgFrontend::GpgBasicOperator']]], + ['verify_5fact_5f_636',['verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081',1,'GpgFrontend::UI::MainWindow']]], + ['verifydetailsdialog_637',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html',1,'GpgFrontend::UI::VerifyDetailsDialog'],['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda',1,'GpgFrontend::UI::VerifyDetailsDialog::VerifyDetailsDialog()']]], + ['verifyfile_638',['VerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#a14cddfe822c9410cd9c301d08963b7e7',1,'GpgFrontend::GpgFileOpera']]], + ['verifykeydetailbox_639',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html',1,'GpgFrontend::UI::VerifyKeyDetailBox'],['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0',1,'GpgFrontend::UI::VerifyKeyDetailBox::VerifyKeyDetailBox()']]], + ['versioncheckthread_640',['VersionCheckThread',['../classGpgFrontend_1_1UI_1_1VersionCheckThread.html',1,'GpgFrontend::UI::VersionCheckThread'],['../classGpgFrontend_1_1UI_1_1VersionCheckThread.html#a75ad15966d6a8e24ca65b7d7ea608c25',1,'GpgFrontend::UI::VersionCheckThread::VersionCheckThread()']]], + ['versionwithdrawn_641',['VersionWithDrawn',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a587a3fdb047a15c3771c2af5eebdbf4b',1,'GpgFrontend::UI::SoftwareVersion']]], + ['view_5fmenu_5f_642',['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 619a6ff8..436a765f 100644 --- a/docs/html/search/all_16.js +++ b/docs/html/search/all_16.js @@ -1,9 +1,9 @@ var searchData= [ - ['waitingdialog_635',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html',1,'GpgFrontend::UI::WaitingDialog'],['../classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc',1,'GpgFrontend::UI::WaitingDialog::WaitingDialog()']]], - ['willcharsetchange_636',['WillCharsetChange',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['wizard_637',['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_638',['write_buffer_to_file',['../namespaceGpgFrontend.html#a5135069571678eda9c1f07d17ed9ac41',1,'GpgFrontend']]], - ['writefile_639',['WriteFile',['../classGpgFrontend_1_1FileOperator.html#a2f21ef4a88448b1eddf756302913d338',1,'GpgFrontend::FileOperator']]], - ['writefilestd_640',['WriteFileStd',['../classGpgFrontend_1_1FileOperator.html#a51121c94dc32a83d7073fbe7138b603b',1,'GpgFrontend::FileOperator']]] + ['waitingdialog_643',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html',1,'GpgFrontend::UI::WaitingDialog'],['../classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc',1,'GpgFrontend::UI::WaitingDialog::WaitingDialog()']]], + ['willcharsetchange_644',['WillCharsetChange',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['wizard_645',['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_646',['write_buffer_to_file',['../namespaceGpgFrontend.html#a5135069571678eda9c1f07d17ed9ac41',1,'GpgFrontend']]], + ['writefile_647',['WriteFile',['../classGpgFrontend_1_1FileOperator.html#a2f21ef4a88448b1eddf756302913d338',1,'GpgFrontend::FileOperator']]], + ['writefilestd_648',['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 18a90534..244b5f17 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_641',['zoom_in_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689',1,'GpgFrontend::UI::MainWindow']]], - ['zoom_5fout_5fact_5f_642',['zoom_out_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979',1,'GpgFrontend::UI::MainWindow']]] + ['zoom_5fin_5fact_5f_649',['zoom_in_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689',1,'GpgFrontend::UI::MainWindow']]], + ['zoom_5fout_5fact_5f_650',['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 767e6dfd..f7379126 100644 --- a/docs/html/search/all_18.js +++ b/docs/html/search/all_18.js @@ -1,10 +1,12 @@ var searchData= [ - ['_7eglobalsettingstation_643',['~GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451',1,'GpgFrontend::GlobalSettingStation']]], - ['_7egpgcontext_644',['~GpgContext',['../classGpgFrontend_1_1GpgContext.html#ae89dee551354c1541337881898832725',1,'GpgFrontend::GpgContext']]], - ['_7egpgkey_645',['~GpgKey',['../classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697',1,'GpgFrontend::GpgKey']]], - ['_7egpgkeysignature_646',['~GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html#ab4d7044f4e1ddcf0ae0d28be43f0fcb3',1,'GpgFrontend::GpgKeySignature']]], - ['_7egpgsignature_647',['~GpgSignature',['../classGpgFrontend_1_1GpgSignature.html#a44f137a457ac109d145a1cdd8e544e3a',1,'GpgFrontend::GpgSignature']]], - ['_7esettingsobject_648',['~SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html#ae71336d240ace35756d1852a46271f6c',1,'GpgFrontend::UI::SettingsObject']]], - ['_7esingletonfunctionobject_649',['~SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html#a8296be8c449f88175285186831b995bc',1,'GpgFrontend::SingletonFunctionObject']]] + ['_7eglobalsettingstation_651',['~GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451',1,'GpgFrontend::GlobalSettingStation']]], + ['_7egpgcontext_652',['~GpgContext',['../classGpgFrontend_1_1GpgContext.html#ae89dee551354c1541337881898832725',1,'GpgFrontend::GpgContext']]], + ['_7egpgkey_653',['~GpgKey',['../classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697',1,'GpgFrontend::GpgKey']]], + ['_7egpgkeysignature_654',['~GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html#ab4d7044f4e1ddcf0ae0d28be43f0fcb3',1,'GpgFrontend::GpgKeySignature']]], + ['_7egpgsignature_655',['~GpgSignature',['../classGpgFrontend_1_1GpgSignature.html#a44f137a457ac109d145a1cdd8e544e3a',1,'GpgFrontend::GpgSignature']]], + ['_7esettingsobject_656',['~SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html#ae71336d240ace35756d1852a46271f6c',1,'GpgFrontend::UI::SettingsObject']]], + ['_7esingletonfunctionobject_657',['~SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html#a8296be8c449f88175285186831b995bc',1,'GpgFrontend::SingletonFunctionObject']]], + ['_7etask_658',['~Task',['../classGpgFrontend_1_1Thread_1_1Task.html#a37766a505662b33ad14672c29e209ea8',1,'GpgFrontend::Thread::Task']]], + ['_7etaskrunner_659',['~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 fa29a9ab..37d4f307 100644 --- a/docs/html/search/all_3.js +++ b/docs/html/search/all_3.js @@ -57,7 +57,7 @@ var searchData= ['cryptomenu_94',['CryptoMenu',['../structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html',1,'GpgFrontend::UI::MainWindow']]], ['ctx_5f_95',['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_96',['ctx_mutex_',['../classGpgFrontend_1_1GpgKeyGetter.html#a81941e1f562dc22977a71d00dd10956a',1,'GpgFrontend::GpgKeyGetter']]], - ['ctxcheckthread_97',['CtxCheckThread',['../classGpgFrontend_1_1CtxCheckThread.html',1,'GpgFrontend::CtxCheckThread'],['../classGpgFrontend_1_1CtxCheckThread.html#a48cefc5f06e87df15c8336017d2b322f',1,'GpgFrontend::CtxCheckThread::CtxCheckThread()']]], + ['ctxchecktask_97',['CtxCheckTask',['../classGpgFrontend_1_1Thread_1_1CtxCheckTask.html',1,'GpgFrontend::Thread::CtxCheckTask'],['../classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a9d5f0969bcedc5687e0a50ed3b36a869',1,'GpgFrontend::Thread::CtxCheckTask::CtxCheckTask()']]], ['curfilepage_98',['CurFilePage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109',1,'GpgFrontend::UI::TextEdit']]], ['currentversionreleased_99',['CurrentVersionReleased',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a43663cd2d086299a0f0304f5bde9c663',1,'GpgFrontend::UI::SoftwareVersion']]], ['curtextpage_100',['CurTextPage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a7aa1230fbf796225bd6b83d381e11a3b',1,'GpgFrontend::UI::TextEdit']]], diff --git a/docs/html/search/all_6.js b/docs/html/search/all_6.js index 0c82698c..7979ad58 100644 --- a/docs/html/search/all_6.js +++ b/docs/html/search/all_6.js @@ -5,7 +5,7 @@ var searchData= ['file_5ftool_5fbar_5f_146',['file_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64',1,'GpgFrontend::UI::MainWindow']]], ['fileoperator_147',['FileOperator',['../classGpgFrontend_1_1FileOperator.html',1,'GpgFrontend']]], ['filepage_148',['FilePage',['../classGpgFrontend_1_1UI_1_1FilePage.html',1,'GpgFrontend::UI::FilePage'],['../classGpgFrontend_1_1UI_1_1FilePage.html#a48fb14a3296f19f9b1c3b9b48c3a1bf3',1,'GpgFrontend::UI::FilePage::FilePage()']]], - ['filereadthread_149',['FileReadThread',['../classGpgFrontend_1_1UI_1_1FileReadThread.html',1,'GpgFrontend::UI::FileReadThread'],['../classGpgFrontend_1_1UI_1_1FileReadThread.html#abceee444fe8212efd638c8d5b98b24c5',1,'GpgFrontend::UI::FileReadThread::FileReadThread()']]], + ['filereadtask_149',['FileReadTask',['../classGpgFrontend_1_1UI_1_1FileReadTask.html',1,'GpgFrontend::UI']]], ['find_5fact_5f_150',['find_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a6154f5dbdc9cebc0644e5d1e25895df8',1,'GpgFrontend::UI::MainWindow']]], ['find_5fedit_5f_151',['find_edit_',['../classGpgFrontend_1_1UI_1_1FindWidget.html#af420832720942dd1e7cb3f3841c7cbfe',1,'GpgFrontend::UI::FindWidget']]], ['findobjectinchannel_152',['FindObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#a4c16c32e549494e394a0ddd859890a02',1,'GpgFrontend::SingletonStorage']]], diff --git a/docs/html/search/all_7.js b/docs/html/search/all_7.js index a484f02c..6a582e40 100644 --- a/docs/html/search/all_7.js +++ b/docs/html/search/all_7.js @@ -126,5 +126,6 @@ var searchData= ['gpgverifyresultanalyse_281',['GpgVerifyResultAnalyse',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html',1,'GpgFrontend::GpgVerifyResultAnalyse'],['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ab1d67da5dbe5bd2d665f7121e5f5354b',1,'GpgFrontend::GpgVerifyResultAnalyse::GpgVerifyResultAnalyse()']]], ['gpgfrontend_20develop_20document_20main_20page_282',['GpgFrontend Develop Document Main Page',['../index.html',1,'']]], ['rawapi_283',['RawAPI',['../namespaceGpgFrontend_1_1RawAPI.html',1,'GpgFrontend']]], - ['ui_284',['UI',['../namespaceGpgFrontend_1_1UI.html',1,'GpgFrontend']]] + ['thread_284',['Thread',['../namespaceGpgFrontend_1_1Thread.html',1,'GpgFrontend']]], + ['ui_285',['UI',['../namespaceGpgFrontend_1_1UI.html',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/all_8.js b/docs/html/search/all_8.js index 90d318bd..7b16751d 100644 --- a/docs/html/search/all_8.js +++ b/docs/html/search/all_8.js @@ -1,6 +1,6 @@ var searchData= [ - ['hash_5fkey_5f_285',['hash_key_',['../classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b',1,'GpgFrontend::DataObjectOperator']]], - ['help_5fmenu_5f_286',['help_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63',1,'GpgFrontend::UI::MainWindow']]], - ['helppage_287',['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_286',['hash_key_',['../classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b',1,'GpgFrontend::DataObjectOperator']]], + ['help_5fmenu_5f_287',['help_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63',1,'GpgFrontend::UI::MainWindow']]], + ['helppage_288',['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 d4d822f6..bb39bcdb 100644 --- a/docs/html/search/all_9.js +++ b/docs/html/search/all_9.js @@ -1,54 +1,54 @@ var searchData= [ - ['import_5fbutton_5f_288',['import_button_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be',1,'GpgFrontend::UI::MainWindow']]], - ['import_5fkey_5ffrom_5fedit_5fact_5f_289',['import_key_from_edit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e',1,'GpgFrontend::UI::MainWindow']]], - ['import_5fkey_5fmenu_5f_290',['import_key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745',1,'GpgFrontend::UI::MainWindow']]], - ['import_5fkeys_291',['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_292',['import_unknown_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925',1,'GpgFrontend::UI']]], - ['importkey_293',['ImportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#ab7a9be5283047695cd47562775adf79d',1,'GpgFrontend::GpgKeyImportExporter']]], - ['importkeypackage_294',['ImportKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#a89538b180a42eb7d6ae53583fe10ee07',1,'GpgFrontend::KeyPackageOperator']]], - ['infoboardstatus_295',['InfoBoardStatus',['../namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00d',1,'GpgFrontend::UI']]], - ['infoboardwidget_296',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html',1,'GpgFrontend::UI::InfoBoardWidget'],['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010',1,'GpgFrontend::UI::InfoBoardWidget::InfoBoardWidget()']]], - ['infotab_297',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html',1,'GpgFrontend::UI::InfoTab'],['../classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc',1,'GpgFrontend::UI::InfoTab::InfoTab()']]], - ['init_298',['Init',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759',1,'GpgFrontend::UI::MainWindow']]], - ['init_5fapp_5fsecure_5fkey_299',['init_app_secure_key',['../classGpgFrontend_1_1DataObjectOperator.html#a6b357780482f0e0c021ad55a81eb37cf',1,'GpgFrontend::DataObjectOperator']]], - ['init_5fctx_300',['init_ctx',['../classGpgFrontend_1_1GpgContext.html#a3377fd6a325aafc18c119431f602db9b',1,'GpgFrontend::GpgContext']]], - ['init_5flocale_301',['init_locale',['../namespaceGpgFrontend_1_1UI.html#a157c74e50283da9ed554cf7bf90afbee',1,'GpgFrontend::UI']]], - ['init_5flogging_302',['init_logging',['../namespaceGpgFrontend.html#affb72eb1b5f3ac8fe48cc1f37dd557ee',1,'GpgFrontend']]], - ['initgpgfrontendui_303',['InitGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#a6d0382875d4f5c0b4dc98866d140d0a2',1,'GpgFrontend::UI']]], - ['instances_5fmap_5f_304',['instances_map_',['../classGpgFrontend_1_1SingletonStorage.html#a6181f2b5af39c6b86de89e1ba9eeff1c',1,'GpgFrontend::SingletonStorage']]], - ['instances_5fmutex_5f_305',['instances_mutex_',['../classGpgFrontend_1_1SingletonStorage.html#a15161d0afafec602018a89266dab5641',1,'GpgFrontend::SingletonStorage']]], - ['intropage_306',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html',1,'GpgFrontend::UI::IntroPage'],['../classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d',1,'GpgFrontend::UI::IntroPage::IntroPage()']]], - ['isallowauthentication_307',['IsAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aabdf981c65a0efde1e8905441b9b9c87',1,'GpgFrontend::GenKeyInfo']]], - ['isallowcertification_308',['IsAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ad47ceeb1ccfa8862843034e51b4d8be7',1,'GpgFrontend::GenKeyInfo']]], - ['isallowchangeauthentication_309',['IsAllowChangeAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aaf8ab7c6564a2836837a537111d6f5b4',1,'GpgFrontend::GenKeyInfo']]], - ['isallowchangecertification_310',['IsAllowChangeCertification',['../classGpgFrontend_1_1GenKeyInfo.html#adbcddd0fa0a273f9b77fe1297633dabc',1,'GpgFrontend::GenKeyInfo']]], - ['isallowchangeencryption_311',['IsAllowChangeEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#ad04a906300bea028c6fb6b1b2da1d149',1,'GpgFrontend::GenKeyInfo']]], - ['isallowchangesigning_312',['IsAllowChangeSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a06f95a8d26da79bcbe7d51e266879a94',1,'GpgFrontend::GenKeyInfo']]], - ['isallowencryption_313',['IsAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a28ed8a65243e5bc69403305752c2cdc9',1,'GpgFrontend::GenKeyInfo']]], - ['isallownopassphrase_314',['IsAllowNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#af6a79124a4571ff7f37c1c5e6c1a9415',1,'GpgFrontend::GenKeyInfo']]], - ['isallowsigning_315',['IsAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#ad972292c408cb83c08e739327795a5f0',1,'GpgFrontend::GenKeyInfo']]], - ['iscardkey_316',['IsCardKey',['../classGpgFrontend_1_1GpgSubKey.html#ad818aa66e47d6686eb8ff253b3c21814',1,'GpgFrontend::GpgSubKey']]], - ['isdisabled_317',['IsDisabled',['../classGpgFrontend_1_1GpgKey.html#a7eaf1e722d8a59f6a86d8e732217d89c',1,'GpgFrontend::GpgKey::IsDisabled()'],['../classGpgFrontend_1_1GpgSubKey.html#a75abb60a2130efc7fad8ab8fb3157042',1,'GpgFrontend::GpgSubKey::IsDisabled()']]], - ['isdiscarded_318',['IsDiscarded',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a4c4bc06d1d168f01569ed83dcfd50d55',1,'GpgFrontend::UI::QuitDialog']]], - ['isexpired_319',['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_320',['IsExportable',['../classGpgFrontend_1_1GpgKeySignature.html#a19fc1ca3733b576e12628e333e2c449e',1,'GpgFrontend::GpgKeySignature']]], - ['isgood_321',['IsGood',['../classGpgFrontend_1_1GpgKey.html#a59e76d40f01e765f0544e5c6a2851be6',1,'GpgFrontend::GpgKey']]], - ['ishasactualauthenticationcapability_322',['IsHasActualAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#a371a24c4e9d3b99a36f76ff8c7f2d0e6',1,'GpgFrontend::GpgKey']]], - ['ishasactualcertificationcapability_323',['IsHasActualCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#ae370e41a7ea7307fbf4d28e0f2a67e0c',1,'GpgFrontend::GpgKey']]], - ['ishasactualencryptioncapability_324',['IsHasActualEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#aaa66d803456152fed9ba4cf5bce7b99d',1,'GpgFrontend::GpgKey']]], - ['ishasactualsigningcapability_325',['IsHasActualSigningCapability',['../classGpgFrontend_1_1GpgKey.html#aefa0a44adb1b7c49553a85b545fdffe1',1,'GpgFrontend::GpgKey']]], - ['ishasauthenticationcapability_326',['IsHasAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#afdffba6dfb6009a0b320623df7a26be0',1,'GpgFrontend::GpgKey::IsHasAuthenticationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a04d9df643cd08200cd742dc243be6cd6',1,'GpgFrontend::GpgSubKey::IsHasAuthenticationCapability()']]], - ['ishascardkey_327',['IsHasCardKey',['../classGpgFrontend_1_1GpgKey.html#afedc843415bd4b59687e975006e470ed',1,'GpgFrontend::GpgKey']]], - ['ishascertificationcapability_328',['IsHasCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#a2d28e72cfb741deeadfe02ff456fb490',1,'GpgFrontend::GpgKey::IsHasCertificationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a56938360f873949aa9ba3dbdaab519d1',1,'GpgFrontend::GpgSubKey::IsHasCertificationCapability()']]], - ['ishasencryptioncapability_329',['IsHasEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#a60b342ca6e1062d4489d8ba8f7a5a605',1,'GpgFrontend::GpgKey::IsHasEncryptionCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#ab67395a986184cb9b20f3dc178fc52be',1,'GpgFrontend::GpgSubKey::IsHasEncryptionCapability()']]], - ['ishasmasterkey_330',['IsHasMasterKey',['../classGpgFrontend_1_1GpgKey.html#aadac1b776764ee9d0ca4f8bb9f9e0741',1,'GpgFrontend::GpgKey']]], - ['ishassigningcapability_331',['IsHasSigningCapability',['../classGpgFrontend_1_1GpgKey.html#a635bbf8f08268cfdac1bc120981df877',1,'GpgFrontend::GpgKey::IsHasSigningCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#ab9208165c74b93fa8c5b7a06cd808f56',1,'GpgFrontend::GpgSubKey::IsHasSigningCapability()']]], - ['isinvalid_332',['IsInvalid',['../classGpgFrontend_1_1GpgKeySignature.html#a1725474a1c61c0a3d724dc2f999cb24a',1,'GpgFrontend::GpgKeySignature']]], - ['isnonexpired_333',['IsNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aeef7697c91b5b5998088979e09332380',1,'GpgFrontend::GenKeyInfo']]], - ['isnopassphrase_334',['IsNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a848181796a99bec8d32dc5eac240ee01',1,'GpgFrontend::GenKeyInfo']]], - ['isprivatekey_335',['IsPrivateKey',['../classGpgFrontend_1_1GpgKey.html#a888c0263f04bdd52967e092b9c73eb6d',1,'GpgFrontend::GpgKey::IsPrivateKey()'],['../classGpgFrontend_1_1GpgSubKey.html#accb86b50755698b3e1e7fdfe06f44e84',1,'GpgFrontend::GpgSubKey::IsPrivateKey()']]], - ['isrevoked_336',['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_337',['IsSecretKey',['../classGpgFrontend_1_1GpgSubKey.html#a8fcbeae2ef3ad73a5aedee19f6de3e60',1,'GpgFrontend::GpgSubKey']]], - ['issubkey_338',['IsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#a40a42ad975499566de124296c19e6c55',1,'GpgFrontend::GenKeyInfo']]] + ['import_5fbutton_5f_289',['import_button_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be',1,'GpgFrontend::UI::MainWindow']]], + ['import_5fkey_5ffrom_5fedit_5fact_5f_290',['import_key_from_edit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e',1,'GpgFrontend::UI::MainWindow']]], + ['import_5fkey_5fmenu_5f_291',['import_key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745',1,'GpgFrontend::UI::MainWindow']]], + ['import_5fkeys_292',['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_293',['import_unknown_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925',1,'GpgFrontend::UI']]], + ['importkey_294',['ImportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#ab7a9be5283047695cd47562775adf79d',1,'GpgFrontend::GpgKeyImportExporter']]], + ['importkeypackage_295',['ImportKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#a89538b180a42eb7d6ae53583fe10ee07',1,'GpgFrontend::KeyPackageOperator']]], + ['infoboardstatus_296',['InfoBoardStatus',['../namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00d',1,'GpgFrontend::UI']]], + ['infoboardwidget_297',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html',1,'GpgFrontend::UI::InfoBoardWidget'],['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010',1,'GpgFrontend::UI::InfoBoardWidget::InfoBoardWidget()']]], + ['infotab_298',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html',1,'GpgFrontend::UI::InfoTab'],['../classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc',1,'GpgFrontend::UI::InfoTab::InfoTab()']]], + ['init_299',['Init',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759',1,'GpgFrontend::UI::MainWindow']]], + ['init_5fapp_5fsecure_5fkey_300',['init_app_secure_key',['../classGpgFrontend_1_1DataObjectOperator.html#a6b357780482f0e0c021ad55a81eb37cf',1,'GpgFrontend::DataObjectOperator']]], + ['init_5fctx_301',['init_ctx',['../classGpgFrontend_1_1GpgContext.html#a3377fd6a325aafc18c119431f602db9b',1,'GpgFrontend::GpgContext']]], + ['init_5flocale_302',['init_locale',['../namespaceGpgFrontend_1_1UI.html#a157c74e50283da9ed554cf7bf90afbee',1,'GpgFrontend::UI']]], + ['init_5flogging_303',['init_logging',['../namespaceGpgFrontend.html#affb72eb1b5f3ac8fe48cc1f37dd557ee',1,'GpgFrontend']]], + ['initgpgfrontendui_304',['InitGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#a6d0382875d4f5c0b4dc98866d140d0a2',1,'GpgFrontend::UI']]], + ['instances_5fmap_5f_305',['instances_map_',['../classGpgFrontend_1_1SingletonStorage.html#a6181f2b5af39c6b86de89e1ba9eeff1c',1,'GpgFrontend::SingletonStorage']]], + ['instances_5fmutex_5f_306',['instances_mutex_',['../classGpgFrontend_1_1SingletonStorage.html#a15161d0afafec602018a89266dab5641',1,'GpgFrontend::SingletonStorage']]], + ['intropage_307',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html',1,'GpgFrontend::UI::IntroPage'],['../classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d',1,'GpgFrontend::UI::IntroPage::IntroPage()']]], + ['isallowauthentication_308',['IsAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aabdf981c65a0efde1e8905441b9b9c87',1,'GpgFrontend::GenKeyInfo']]], + ['isallowcertification_309',['IsAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ad47ceeb1ccfa8862843034e51b4d8be7',1,'GpgFrontend::GenKeyInfo']]], + ['isallowchangeauthentication_310',['IsAllowChangeAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aaf8ab7c6564a2836837a537111d6f5b4',1,'GpgFrontend::GenKeyInfo']]], + ['isallowchangecertification_311',['IsAllowChangeCertification',['../classGpgFrontend_1_1GenKeyInfo.html#adbcddd0fa0a273f9b77fe1297633dabc',1,'GpgFrontend::GenKeyInfo']]], + ['isallowchangeencryption_312',['IsAllowChangeEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#ad04a906300bea028c6fb6b1b2da1d149',1,'GpgFrontend::GenKeyInfo']]], + ['isallowchangesigning_313',['IsAllowChangeSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a06f95a8d26da79bcbe7d51e266879a94',1,'GpgFrontend::GenKeyInfo']]], + ['isallowencryption_314',['IsAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a28ed8a65243e5bc69403305752c2cdc9',1,'GpgFrontend::GenKeyInfo']]], + ['isallownopassphrase_315',['IsAllowNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#af6a79124a4571ff7f37c1c5e6c1a9415',1,'GpgFrontend::GenKeyInfo']]], + ['isallowsigning_316',['IsAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#ad972292c408cb83c08e739327795a5f0',1,'GpgFrontend::GenKeyInfo']]], + ['iscardkey_317',['IsCardKey',['../classGpgFrontend_1_1GpgSubKey.html#ad818aa66e47d6686eb8ff253b3c21814',1,'GpgFrontend::GpgSubKey']]], + ['isdisabled_318',['IsDisabled',['../classGpgFrontend_1_1GpgKey.html#a7eaf1e722d8a59f6a86d8e732217d89c',1,'GpgFrontend::GpgKey::IsDisabled()'],['../classGpgFrontend_1_1GpgSubKey.html#a75abb60a2130efc7fad8ab8fb3157042',1,'GpgFrontend::GpgSubKey::IsDisabled()']]], + ['isdiscarded_319',['IsDiscarded',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a4c4bc06d1d168f01569ed83dcfd50d55',1,'GpgFrontend::UI::QuitDialog']]], + ['isexpired_320',['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_321',['IsExportable',['../classGpgFrontend_1_1GpgKeySignature.html#a19fc1ca3733b576e12628e333e2c449e',1,'GpgFrontend::GpgKeySignature']]], + ['isgood_322',['IsGood',['../classGpgFrontend_1_1GpgKey.html#a59e76d40f01e765f0544e5c6a2851be6',1,'GpgFrontend::GpgKey']]], + ['ishasactualauthenticationcapability_323',['IsHasActualAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#a371a24c4e9d3b99a36f76ff8c7f2d0e6',1,'GpgFrontend::GpgKey']]], + ['ishasactualcertificationcapability_324',['IsHasActualCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#ae370e41a7ea7307fbf4d28e0f2a67e0c',1,'GpgFrontend::GpgKey']]], + ['ishasactualencryptioncapability_325',['IsHasActualEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#aaa66d803456152fed9ba4cf5bce7b99d',1,'GpgFrontend::GpgKey']]], + ['ishasactualsigningcapability_326',['IsHasActualSigningCapability',['../classGpgFrontend_1_1GpgKey.html#aefa0a44adb1b7c49553a85b545fdffe1',1,'GpgFrontend::GpgKey']]], + ['ishasauthenticationcapability_327',['IsHasAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#afdffba6dfb6009a0b320623df7a26be0',1,'GpgFrontend::GpgKey::IsHasAuthenticationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a04d9df643cd08200cd742dc243be6cd6',1,'GpgFrontend::GpgSubKey::IsHasAuthenticationCapability()']]], + ['ishascardkey_328',['IsHasCardKey',['../classGpgFrontend_1_1GpgKey.html#afedc843415bd4b59687e975006e470ed',1,'GpgFrontend::GpgKey']]], + ['ishascertificationcapability_329',['IsHasCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#a2d28e72cfb741deeadfe02ff456fb490',1,'GpgFrontend::GpgKey::IsHasCertificationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a56938360f873949aa9ba3dbdaab519d1',1,'GpgFrontend::GpgSubKey::IsHasCertificationCapability()']]], + ['ishasencryptioncapability_330',['IsHasEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#a60b342ca6e1062d4489d8ba8f7a5a605',1,'GpgFrontend::GpgKey::IsHasEncryptionCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#ab67395a986184cb9b20f3dc178fc52be',1,'GpgFrontend::GpgSubKey::IsHasEncryptionCapability()']]], + ['ishasmasterkey_331',['IsHasMasterKey',['../classGpgFrontend_1_1GpgKey.html#aadac1b776764ee9d0ca4f8bb9f9e0741',1,'GpgFrontend::GpgKey']]], + ['ishassigningcapability_332',['IsHasSigningCapability',['../classGpgFrontend_1_1GpgKey.html#a635bbf8f08268cfdac1bc120981df877',1,'GpgFrontend::GpgKey::IsHasSigningCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#ab9208165c74b93fa8c5b7a06cd808f56',1,'GpgFrontend::GpgSubKey::IsHasSigningCapability()']]], + ['isinvalid_333',['IsInvalid',['../classGpgFrontend_1_1GpgKeySignature.html#a1725474a1c61c0a3d724dc2f999cb24a',1,'GpgFrontend::GpgKeySignature']]], + ['isnonexpired_334',['IsNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aeef7697c91b5b5998088979e09332380',1,'GpgFrontend::GenKeyInfo']]], + ['isnopassphrase_335',['IsNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a848181796a99bec8d32dc5eac240ee01',1,'GpgFrontend::GenKeyInfo']]], + ['isprivatekey_336',['IsPrivateKey',['../classGpgFrontend_1_1GpgKey.html#a888c0263f04bdd52967e092b9c73eb6d',1,'GpgFrontend::GpgKey::IsPrivateKey()'],['../classGpgFrontend_1_1GpgSubKey.html#accb86b50755698b3e1e7fdfe06f44e84',1,'GpgFrontend::GpgSubKey::IsPrivateKey()']]], + ['isrevoked_337',['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_338',['IsSecretKey',['../classGpgFrontend_1_1GpgSubKey.html#a8fcbeae2ef3ad73a5aedee19f6de3e60',1,'GpgFrontend::GpgSubKey']]], + ['issubkey_339',['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 1e73b81e..5ba95032 100644 --- a/docs/html/search/all_a.js +++ b/docs/html/search/all_a.js @@ -1,38 +1,38 @@ var searchData= [ - ['key_5fbox_5f_339',['key_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aae9905764b5551208574a932fdfba29c',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['key_5fid_5fvar_5flabel_340',['key_id_var_label',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a65176245d280ae0734ef7b5b3f1c4cc4',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['key_5fid_5fvar_5flabel_5f_341',['key_id_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2f634f4c83ab5dd2d088eb07e0d3b862',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], - ['key_5flist_5fdock_5f_342',['key_list_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c',1,'GpgFrontend::UI::MainWindow']]], - ['key_5fmenu_5f_343',['key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57',1,'GpgFrontend::UI::MainWindow']]], - ['key_5fsize_5fspin_5fbox_5f_344',['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_345',['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_346',['key_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7',1,'GpgFrontend::UI::MainWindow']]], - ['key_5ftype_5fcombo_5fbox_5f_347',['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_348',['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_349',['key_usage_group_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1',1,'GpgFrontend::UI::KeyGenDialog']]], - ['keydetailsdialog_350',['KeyDetailsDialog',['../classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html',1,'GpgFrontend::UI']]], - ['keygendialog_351',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html',1,'GpgFrontend::UI::KeyGenDialog'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9',1,'GpgFrontend::UI::KeyGenDialog::KeyGenDialog()']]], - ['keygenpage_352',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html',1,'GpgFrontend::UI::KeyGenPage'],['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70',1,'GpgFrontend::UI::KeyGenPage::KeyGenPage()']]], - ['keyimportdetaildialog_353',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html',1,'GpgFrontend::UI::KeyImportDetailDialog'],['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a0177cdaa19d1f83c9e519039aa7a8ce1',1,'GpgFrontend::UI::KeyImportDetailDialog::KeyImportDetailDialog()']]], - ['keylist_354',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html',1,'GpgFrontend::UI::KeyList'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418',1,'GpgFrontend::UI::KeyList::KeyList()']]], - ['keylistcolumn_355',['KeyListColumn',['../structGpgFrontend_1_1UI_1_1KeyListColumn.html',1,'GpgFrontend::UI']]], - ['keylistrow_356',['KeyListRow',['../structGpgFrontend_1_1UI_1_1KeyListRow.html',1,'GpgFrontend::UI']]], - ['keymenuability_357',['KeyMenuAbility',['../structGpgFrontend_1_1UI_1_1KeyMenuAbility.html',1,'GpgFrontend::UI']]], - ['keymgmt_358',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html',1,'GpgFrontend::UI::KeyMgmt'],['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64',1,'GpgFrontend::UI::KeyMgmt::KeyMgmt()']]], - ['keynewuiddialog_359',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html',1,'GpgFrontend::UI::KeyNewUIDDialog'],['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a7226b139dc7a491e8ba780135654be27',1,'GpgFrontend::UI::KeyNewUIDDialog::KeyNewUIDDialog()']]], - ['keypackageoperator_360',['KeyPackageOperator',['../classGpgFrontend_1_1KeyPackageOperator.html',1,'GpgFrontend']]], - ['keypairdetailtab_361',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html',1,'GpgFrontend::UI::KeyPairDetailTab'],['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a76efd8f8d623813be1a329ad01972444',1,'GpgFrontend::UI::KeyPairDetailTab::KeyPairDetailTab()']]], - ['keypairoperatab_362',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html',1,'GpgFrontend::UI::KeyPairOperaTab'],['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aad4e209d7b4eb0ac6623b2f12ce5ecc5',1,'GpgFrontend::UI::KeyPairOperaTab::KeyPairOperaTab()']]], - ['keypairsubkeytab_363',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html',1,'GpgFrontend::UI::KeyPairSubkeyTab'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a93abe5c0467c7c4a29e0c45437a10732',1,'GpgFrontend::UI::KeyPairSubkeyTab::KeyPairSubkeyTab()']]], - ['keypairuidtab_364',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html',1,'GpgFrontend::UI::KeyPairUIDTab'],['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#af18c4f08a127d919a316c7e27ba338d3',1,'GpgFrontend::UI::KeyPairUIDTab::KeyPairUIDTab()']]], - ['keypressevent_365',['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_366',['keys_cache_',['../classGpgFrontend_1_1GpgKeyGetter.html#a9567d5e08ae73c5bafcd1dc378fed066',1,'GpgFrontend::GpgKeyGetter']]], - ['keys_5fcache_5fmutex_5f_367',['keys_cache_mutex_',['../classGpgFrontend_1_1GpgKeyGetter.html#ae1d7846ad2fa17ab90c72b3186ba5335',1,'GpgFrontend::GpgKeyGetter']]], - ['keyserverimportdialog_368',['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_369',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html',1,'GpgFrontend::UI::KeyserverTab'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#aa3d3561d3bdf95de6486b2caa752616c',1,'GpgFrontend::UI::KeyserverTab::KeyserverTab()']]], - ['keysetexpiredatedialog_370',['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_371',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html',1,'GpgFrontend::UI::KeyTable'],['../structGpgFrontend_1_1UI_1_1KeyTable.html#a88606ba6954d60244faf38de419bfc47',1,'GpgFrontend::UI::KeyTable::KeyTable()']]], - ['keyuidsigndialog_372',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html',1,'GpgFrontend::UI::KeyUIDSignDialog'],['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55',1,'GpgFrontend::UI::KeyUIDSignDialog::KeyUIDSignDialog()']]], - ['keyuploaddialog_373',['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_340',['key_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aae9905764b5551208574a932fdfba29c',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['key_5fid_5fvar_5flabel_341',['key_id_var_label',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a65176245d280ae0734ef7b5b3f1c4cc4',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['key_5fid_5fvar_5flabel_5f_342',['key_id_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2f634f4c83ab5dd2d088eb07e0d3b862',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], + ['key_5flist_5fdock_5f_343',['key_list_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c',1,'GpgFrontend::UI::MainWindow']]], + ['key_5fmenu_5f_344',['key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57',1,'GpgFrontend::UI::MainWindow']]], + ['key_5fsize_5fspin_5fbox_5f_345',['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_346',['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_347',['key_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7',1,'GpgFrontend::UI::MainWindow']]], + ['key_5ftype_5fcombo_5fbox_5f_348',['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_349',['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_350',['key_usage_group_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1',1,'GpgFrontend::UI::KeyGenDialog']]], + ['keydetailsdialog_351',['KeyDetailsDialog',['../classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html',1,'GpgFrontend::UI']]], + ['keygendialog_352',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html',1,'GpgFrontend::UI::KeyGenDialog'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9',1,'GpgFrontend::UI::KeyGenDialog::KeyGenDialog()']]], + ['keygenpage_353',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html',1,'GpgFrontend::UI::KeyGenPage'],['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70',1,'GpgFrontend::UI::KeyGenPage::KeyGenPage()']]], + ['keyimportdetaildialog_354',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html',1,'GpgFrontend::UI::KeyImportDetailDialog'],['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a0177cdaa19d1f83c9e519039aa7a8ce1',1,'GpgFrontend::UI::KeyImportDetailDialog::KeyImportDetailDialog()']]], + ['keylist_355',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html',1,'GpgFrontend::UI::KeyList'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418',1,'GpgFrontend::UI::KeyList::KeyList()']]], + ['keylistcolumn_356',['KeyListColumn',['../structGpgFrontend_1_1UI_1_1KeyListColumn.html',1,'GpgFrontend::UI']]], + ['keylistrow_357',['KeyListRow',['../structGpgFrontend_1_1UI_1_1KeyListRow.html',1,'GpgFrontend::UI']]], + ['keymenuability_358',['KeyMenuAbility',['../structGpgFrontend_1_1UI_1_1KeyMenuAbility.html',1,'GpgFrontend::UI']]], + ['keymgmt_359',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html',1,'GpgFrontend::UI::KeyMgmt'],['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64',1,'GpgFrontend::UI::KeyMgmt::KeyMgmt()']]], + ['keynewuiddialog_360',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html',1,'GpgFrontend::UI::KeyNewUIDDialog'],['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a7226b139dc7a491e8ba780135654be27',1,'GpgFrontend::UI::KeyNewUIDDialog::KeyNewUIDDialog()']]], + ['keypackageoperator_361',['KeyPackageOperator',['../classGpgFrontend_1_1KeyPackageOperator.html',1,'GpgFrontend']]], + ['keypairdetailtab_362',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html',1,'GpgFrontend::UI::KeyPairDetailTab'],['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a76efd8f8d623813be1a329ad01972444',1,'GpgFrontend::UI::KeyPairDetailTab::KeyPairDetailTab()']]], + ['keypairoperatab_363',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html',1,'GpgFrontend::UI::KeyPairOperaTab'],['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aad4e209d7b4eb0ac6623b2f12ce5ecc5',1,'GpgFrontend::UI::KeyPairOperaTab::KeyPairOperaTab()']]], + ['keypairsubkeytab_364',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html',1,'GpgFrontend::UI::KeyPairSubkeyTab'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a93abe5c0467c7c4a29e0c45437a10732',1,'GpgFrontend::UI::KeyPairSubkeyTab::KeyPairSubkeyTab()']]], + ['keypairuidtab_365',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html',1,'GpgFrontend::UI::KeyPairUIDTab'],['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#af18c4f08a127d919a316c7e27ba338d3',1,'GpgFrontend::UI::KeyPairUIDTab::KeyPairUIDTab()']]], + ['keypressevent_366',['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_367',['keys_cache_',['../classGpgFrontend_1_1GpgKeyGetter.html#a9567d5e08ae73c5bafcd1dc378fed066',1,'GpgFrontend::GpgKeyGetter']]], + ['keys_5fcache_5fmutex_5f_368',['keys_cache_mutex_',['../classGpgFrontend_1_1GpgKeyGetter.html#ae1d7846ad2fa17ab90c72b3186ba5335',1,'GpgFrontend::GpgKeyGetter']]], + ['keyserverimportdialog_369',['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_370',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html',1,'GpgFrontend::UI::KeyserverTab'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#aa3d3561d3bdf95de6486b2caa752616c',1,'GpgFrontend::UI::KeyserverTab::KeyserverTab()']]], + ['keysetexpiredatedialog_371',['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_372',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html',1,'GpgFrontend::UI::KeyTable'],['../structGpgFrontend_1_1UI_1_1KeyTable.html#a88606ba6954d60244faf38de419bfc47',1,'GpgFrontend::UI::KeyTable::KeyTable()']]], + ['keyuidsigndialog_373',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html',1,'GpgFrontend::UI::KeyUIDSignDialog'],['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55',1,'GpgFrontend::UI::KeyUIDSignDialog::KeyUIDSignDialog()']]], + ['keyuploaddialog_374',['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 18eab771..b3ca1cb7 100644 --- a/docs/html/search/all_b.js +++ b/docs/html/search/all_b.js @@ -1,7 +1,7 @@ var searchData= [ - ['listedkeyservertestthread_374',['ListedKeyServerTestThread',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html',1,'GpgFrontend::UI']]], - ['listlanguages_375',['ListLanguages',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#acd22ac2fd91704551e5317e2c549ae26',1,'GpgFrontend::UI::SettingsDialog']]], - ['loadfile_376',['LoadFile',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18',1,'GpgFrontend::UI::TextEdit']]], - ['localized_5fhelp_377',['localized_help',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a49fbde87f2ef385b44225acd6ffbc84f',1,'GpgFrontend::UI::HelpPage']]] + ['listedkeyservertestthread_375',['ListedKeyServerTestThread',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html',1,'GpgFrontend::UI']]], + ['listlanguages_376',['ListLanguages',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#acd22ac2fd91704551e5317e2c549ae26',1,'GpgFrontend::UI::SettingsDialog']]], + ['loadfile_377',['LoadFile',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18',1,'GpgFrontend::UI::TextEdit']]], + ['localized_5fhelp_378',['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 8cdfbda6..347aa3e2 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_378',['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_379',['MainWindow',['../classGpgFrontend_1_1UI_1_1MainWindow.html',1,'GpgFrontend::UI']]], - ['markkeys_380',['MarkKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a31a4c067eed90830203862cb4adf951e',1,'GpgFrontend::UI::KeyList']]], - ['maybe_5fsave_5fcurrent_5ftab_381',['maybe_save_current_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c',1,'GpgFrontend::UI::TextEdit']]], - ['maybesaveanytab_382',['MaybeSaveAnyTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457',1,'GpgFrontend::UI::TextEdit']]], - ['modifypassword_383',['ModifyPassword',['../classGpgFrontend_1_1GpgKeyOpera.html#ab7e16d1f4cba23ea5b5b9f6009ce5ee2',1,'GpgFrontend::GpgKeyOpera']]], - ['modifytofupolicy_384',['ModifyTOFUPolicy',['../classGpgFrontend_1_1GpgKeyOpera.html#a76a7f59701add8a59d8835919dad2000',1,'GpgFrontend::GpgKeyOpera']]], - ['mt_5f_385',['mt_',['../classGpgFrontend_1_1DataObjectOperator.html#a9fc92c7d497f2a2057776adfca40e8ca',1,'GpgFrontend::DataObjectOperator::mt_()'],['../classGpgFrontend_1_1PassphraseGenerator.html#a19ac4999bbd5fb7e6c42a4aef9606892',1,'GpgFrontend::PassphraseGenerator::mt_()']]] + ['m_5ftext_5fpage_5f_379',['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_380',['MainWindow',['../classGpgFrontend_1_1UI_1_1MainWindow.html',1,'GpgFrontend::UI']]], + ['markkeys_381',['MarkKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a31a4c067eed90830203862cb4adf951e',1,'GpgFrontend::UI::KeyList']]], + ['maybe_5fsave_5fcurrent_5ftab_382',['maybe_save_current_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c',1,'GpgFrontend::UI::TextEdit']]], + ['maybesaveanytab_383',['MaybeSaveAnyTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457',1,'GpgFrontend::UI::TextEdit']]], + ['modifypassword_384',['ModifyPassword',['../classGpgFrontend_1_1GpgKeyOpera.html#ab7e16d1f4cba23ea5b5b9f6009ce5ee2',1,'GpgFrontend::GpgKeyOpera']]], + ['modifytofupolicy_385',['ModifyTOFUPolicy',['../classGpgFrontend_1_1GpgKeyOpera.html#a76a7f59701add8a59d8835919dad2000',1,'GpgFrontend::GpgKeyOpera']]], + ['mt_5f_386',['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 5d6bd2db..e8aae03b 100644 --- a/docs/html/search/all_d.js +++ b/docs/html/search/all_d.js @@ -1,11 +1,11 @@ var searchData= [ - ['name_5fedit_5f_386',['name_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0',1,'GpgFrontend::UI::KeyGenDialog']]], - ['name_5fvar_5flabel_5f_387',['name_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a9d57be18c2091827c04ec8809f4154be',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['needupgrade_388',['NeedUpgrade',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#abc311fd0e15da1a04b995587ca74e1a6',1,'GpgFrontend::UI::SoftwareVersion']]], - ['networktab_389',['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_390',['new_default_settings_channel',['../namespaceGpgFrontend.html#aafb9aa0ba1d03afa09085b1b8136c55f',1,'GpgFrontend']]], - ['new_5ftab_5fact_5f_391',['new_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73',1,'GpgFrontend::UI::MainWindow']]], - ['nextid_392',['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()']]], - ['notifyfilesaved_393',['NotifyFileSaved',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5',1,'GpgFrontend::UI::PlainTextEditorPage']]] + ['name_5fedit_5f_387',['name_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0',1,'GpgFrontend::UI::KeyGenDialog']]], + ['name_5fvar_5flabel_5f_388',['name_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a9d57be18c2091827c04ec8809f4154be',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['needupgrade_389',['NeedUpgrade',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#abc311fd0e15da1a04b995587ca74e1a6',1,'GpgFrontend::UI::SoftwareVersion']]], + ['networktab_390',['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_391',['new_default_settings_channel',['../namespaceGpgFrontend.html#aafb9aa0ba1d03afa09085b1b8136c55f',1,'GpgFrontend']]], + ['new_5ftab_5fact_5f_392',['new_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73',1,'GpgFrontend::UI::MainWindow']]], + ['nextid_393',['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()']]], + ['notifyfilesaved_394',['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 9d7baab4..cd85b628 100644 --- a/docs/html/search/all_e.js +++ b/docs/html/search/all_e.js @@ -1,14 +1,14 @@ var searchData= [ - ['oncustomcontextmenu_394',['onCustomContextMenu',['../classGpgFrontend_1_1UI_1_1FilePage.html#aa80dc1b74a0ec65d06e5dffaa21cc785',1,'GpgFrontend::UI::FilePage']]], - ['open_5fact_5f_395',['open_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d',1,'GpgFrontend::UI::MainWindow']]], - ['open_5fkey_5fmanagement_5fact_5f_396',['open_key_management_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83',1,'GpgFrontend::UI::MainWindow']]], - ['open_5fsettings_5fact_5f_397',['open_settings_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62',1,'GpgFrontend::UI::MainWindow']]], - ['operator_20gpgme_5fctx_5ft_398',['operator gpgme_ctx_t',['../classGpgFrontend_1_1GpgContext.html#a5b419175bd9927f3d449637db8ba6524',1,'GpgFrontend::GpgContext']]], - ['operator_20gpgme_5fdata_5ft_399',['operator gpgme_data_t',['../classGpgFrontend_1_1GpgData.html#afca7a03bd71436c8b3c4f6e8c2acd700',1,'GpgFrontend::GpgData']]], - ['operator_20gpgme_5fkey_5ft_400',['operator gpgme_key_t',['../classGpgFrontend_1_1GpgKey.html#a827962251cf47c41dbea56665ae4207b',1,'GpgFrontend::GpgKey']]], - ['operator_3c_3d_401',['operator<=',['../classGpgFrontend_1_1GpgKey.html#adc22a349796af0ff5dd4499624b6d03d',1,'GpgFrontend::GpgKey']]], - ['operator_3d_402',['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_403',['operator==',['../classGpgFrontend_1_1GpgKey.html#a4f50b2f13b3a5dc7298ee9665e7a5367',1,'GpgFrontend::GpgKey::operator==()'],['../classGpgFrontend_1_1GpgSubKey.html#a1c88420ec4756f2e5bda1b76ff2f7c2d',1,'GpgFrontend::GpgSubKey::operator==()']]], - ['owner_5fbox_5f_404',['owner_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ad8c25061351d8e739b70d5466b87410e',1,'GpgFrontend::UI::KeyPairDetailTab']]] + ['oncustomcontextmenu_395',['onCustomContextMenu',['../classGpgFrontend_1_1UI_1_1FilePage.html#aa80dc1b74a0ec65d06e5dffaa21cc785',1,'GpgFrontend::UI::FilePage']]], + ['open_5fact_5f_396',['open_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d',1,'GpgFrontend::UI::MainWindow']]], + ['open_5fkey_5fmanagement_5fact_5f_397',['open_key_management_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83',1,'GpgFrontend::UI::MainWindow']]], + ['open_5fsettings_5fact_5f_398',['open_settings_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62',1,'GpgFrontend::UI::MainWindow']]], + ['operator_20gpgme_5fctx_5ft_399',['operator gpgme_ctx_t',['../classGpgFrontend_1_1GpgContext.html#a5b419175bd9927f3d449637db8ba6524',1,'GpgFrontend::GpgContext']]], + ['operator_20gpgme_5fdata_5ft_400',['operator gpgme_data_t',['../classGpgFrontend_1_1GpgData.html#afca7a03bd71436c8b3c4f6e8c2acd700',1,'GpgFrontend::GpgData']]], + ['operator_20gpgme_5fkey_5ft_401',['operator gpgme_key_t',['../classGpgFrontend_1_1GpgKey.html#a827962251cf47c41dbea56665ae4207b',1,'GpgFrontend::GpgKey']]], + ['operator_3c_3d_402',['operator<=',['../classGpgFrontend_1_1GpgKey.html#adc22a349796af0ff5dd4499624b6d03d',1,'GpgFrontend::GpgKey']]], + ['operator_3d_403',['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_404',['operator==',['../classGpgFrontend_1_1GpgKey.html#a4f50b2f13b3a5dc7298ee9665e7a5367',1,'GpgFrontend::GpgKey::operator==()'],['../classGpgFrontend_1_1GpgSubKey.html#a1c88420ec4756f2e5bda1b76ff2f7c2d',1,'GpgFrontend::GpgSubKey::operator==()']]], + ['owner_5fbox_5f_405',['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 8ab92023..a6d309ba 100644 --- a/docs/html/search/all_f.js +++ b/docs/html/search/all_f.js @@ -1,15 +1,16 @@ var searchData= [ - ['passphrasegenerator_405',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html',1,'GpgFrontend::PassphraseGenerator'],['../classGpgFrontend_1_1PassphraseGenerator.html#ac82ef545a54468ad02253a61cc62e3cf',1,'GpgFrontend::PassphraseGenerator::PassphraseGenerator()']]], - ['paste_5fact_5f_406',['paste_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b',1,'GpgFrontend::UI::MainWindow']]], - ['pgp_5fcrypt_5fbegin_407',['PGP_CRYPT_BEGIN',['../classGpgFrontend_1_1GpgConstants.html#a237006d6db30c7e3f8de171210eb35f2',1,'GpgFrontend::GpgConstants']]], - ['plaintexteditorpage_408',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html',1,'GpgFrontend::UI::PlainTextEditorPage'],['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1',1,'GpgFrontend::UI::PlainTextEditorPage::PlainTextEditorPage()']]], - ['print_5fact_5f_409',['print_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc',1,'GpgFrontend::UI::MainWindow']]], - ['print_5frecipient_410',['print_recipient',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a1aac1c1f77a12069479a47f54a934c44',1,'GpgFrontend::GpgDecryptResultAnalyse']]], - ['print_5fsigner_411',['print_signer',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a57bf4a26466e07f7f0ecc19de3782104',1,'GpgFrontend::GpgVerifyResultAnalyse']]], - ['process_5fdirectory_5finto_5ftarball_412',['process_directory_into_tarball',['../namespaceGpgFrontend_1_1UI.html#a5470872566b41ce628f64039f34b964a',1,'GpgFrontend::UI']]], - ['process_5foperation_413',['process_operation',['../namespaceGpgFrontend_1_1UI.html#a915af1392056ddeb14099632d9679fc4',1,'GpgFrontend::UI']]], - ['process_5fresult_5fanalyse_414',['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_415',['process_tarball_into_directory',['../namespaceGpgFrontend_1_1UI.html#a57d0a4dba23cd3d9b42222d40c710dc1',1,'GpgFrontend::UI']]], - ['proxyconnectiontestthread_416',['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_406',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html',1,'GpgFrontend::PassphraseGenerator'],['../classGpgFrontend_1_1PassphraseGenerator.html#ac82ef545a54468ad02253a61cc62e3cf',1,'GpgFrontend::PassphraseGenerator::PassphraseGenerator()']]], + ['paste_5fact_5f_407',['paste_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b',1,'GpgFrontend::UI::MainWindow']]], + ['pgp_5fcrypt_5fbegin_408',['PGP_CRYPT_BEGIN',['../classGpgFrontend_1_1GpgConstants.html#a237006d6db30c7e3f8de171210eb35f2',1,'GpgFrontend::GpgConstants']]], + ['plaintexteditorpage_409',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html',1,'GpgFrontend::UI::PlainTextEditorPage'],['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1',1,'GpgFrontend::UI::PlainTextEditorPage::PlainTextEditorPage()']]], + ['posttask_410',['PostTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a4fae01eb0a5b296b8c4c6bf8408f1c6b',1,'GpgFrontend::Thread::TaskRunner']]], + ['print_5fact_5f_411',['print_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc',1,'GpgFrontend::UI::MainWindow']]], + ['print_5frecipient_412',['print_recipient',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a1aac1c1f77a12069479a47f54a934c44',1,'GpgFrontend::GpgDecryptResultAnalyse']]], + ['print_5fsigner_413',['print_signer',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a57bf4a26466e07f7f0ecc19de3782104',1,'GpgFrontend::GpgVerifyResultAnalyse']]], + ['process_5fdirectory_5finto_5ftarball_414',['process_directory_into_tarball',['../namespaceGpgFrontend_1_1UI.html#a5470872566b41ce628f64039f34b964a',1,'GpgFrontend::UI']]], + ['process_5foperation_415',['process_operation',['../namespaceGpgFrontend_1_1UI.html#a915af1392056ddeb14099632d9679fc4',1,'GpgFrontend::UI']]], + ['process_5fresult_5fanalyse_416',['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_417',['process_tarball_into_directory',['../namespaceGpgFrontend_1_1UI.html#a57d0a4dba23cd3d9b42222d40c710dc1',1,'GpgFrontend::UI']]], + ['proxyconnectiontestthread_418',['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()']]] ]; diff --git a/docs/html/search/classes_0.js b/docs/html/search/classes_0.js index a7cd9172..19ef136e 100644 --- a/docs/html/search/classes_0.js +++ b/docs/html/search/classes_0.js @@ -1,7 +1,7 @@ var searchData= [ - ['_5fctx_5fref_5fdeleter_650',['_ctx_ref_deleter',['../structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter.html',1,'GpgFrontend::GpgContext']]], - ['_5fdata_5fref_5fdeleter_651',['_data_ref_deleter',['../structGpgFrontend_1_1GpgData_1_1__data__ref__deleter.html',1,'GpgFrontend::GpgData']]], - ['_5fkey_5fref_5fdeleter_652',['_key_ref_deleter',['../structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter.html',1,'GpgFrontend::GpgKey']]], - ['_5fresult_5fref_5fdeletor_653',['_result_ref_deletor',['../structGpgFrontend_1_1__result__ref__deletor.html',1,'GpgFrontend']]] + ['_5fctx_5fref_5fdeleter_660',['_ctx_ref_deleter',['../structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter.html',1,'GpgFrontend::GpgContext']]], + ['_5fdata_5fref_5fdeleter_661',['_data_ref_deleter',['../structGpgFrontend_1_1GpgData_1_1__data__ref__deleter.html',1,'GpgFrontend::GpgData']]], + ['_5fkey_5fref_5fdeleter_662',['_key_ref_deleter',['../structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter.html',1,'GpgFrontend::GpgKey']]], + ['_5fresult_5fref_5fdeletor_663',['_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 cd768fcd..dc58cf1a 100644 --- a/docs/html/search/classes_1.js +++ b/docs/html/search/classes_1.js @@ -1,8 +1,8 @@ var searchData= [ - ['aboutdialog_654',['AboutDialog',['../classGpgFrontend_1_1UI_1_1AboutDialog.html',1,'GpgFrontend::UI']]], - ['advancedtab_655',['AdvancedTab',['../classGpgFrontend_1_1UI_1_1AdvancedTab.html',1,'GpgFrontend::UI']]], - ['appearancetab_656',['AppearanceTab',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html',1,'GpgFrontend::UI']]], - ['archivefileoperator_657',['ArchiveFileOperator',['../classGpgFrontend_1_1ArchiveFileOperator.html',1,'GpgFrontend']]], - ['archivestruct_658',['ArchiveStruct',['../structGpgFrontend_1_1ArchiveStruct.html',1,'GpgFrontend']]] + ['aboutdialog_664',['AboutDialog',['../classGpgFrontend_1_1UI_1_1AboutDialog.html',1,'GpgFrontend::UI']]], + ['advancedtab_665',['AdvancedTab',['../classGpgFrontend_1_1UI_1_1AdvancedTab.html',1,'GpgFrontend::UI']]], + ['appearancetab_666',['AppearanceTab',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html',1,'GpgFrontend::UI']]], + ['archivefileoperator_667',['ArchiveFileOperator',['../classGpgFrontend_1_1ArchiveFileOperator.html',1,'GpgFrontend']]], + ['archivestruct_668',['ArchiveStruct',['../structGpgFrontend_1_1ArchiveStruct.html',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/classes_10.js b/docs/html/search/classes_10.js index 8081bfc6..5659fa72 100644 --- a/docs/html/search/classes_10.js +++ b/docs/html/search/classes_10.js @@ -1,7 +1,10 @@ var searchData= [ - ['testlistedkeyserverthread_757',['TestListedKeyServerThread',['../classTestListedKeyServerThread.html',1,'']]], - ['textedit_758',['TextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html',1,'GpgFrontend::UI']]], - ['tofuinfopage_759',['TOFUInfoPage',['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html',1,'GpgFrontend::UI']]], - ['translatorstab_760',['TranslatorsTab',['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html',1,'GpgFrontend::UI']]] + ['task_768',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html',1,'GpgFrontend::Thread']]], + ['taskrunner_769',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html',1,'GpgFrontend::Thread']]], + ['taskrunnergetter_770',['TaskRunnerGetter',['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html',1,'GpgFrontend::Thread']]], + ['testlistedkeyserverthread_771',['TestListedKeyServerThread',['../classTestListedKeyServerThread.html',1,'']]], + ['textedit_772',['TextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html',1,'GpgFrontend::UI']]], + ['tofuinfopage_773',['TOFUInfoPage',['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html',1,'GpgFrontend::UI']]], + ['translatorstab_774',['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 bfb0b03f..0a3b9a3f 100644 --- a/docs/html/search/classes_11.js +++ b/docs/html/search/classes_11.js @@ -1,4 +1,4 @@ var searchData= [ - ['updatetab_761',['UpdateTab',['../classGpgFrontend_1_1UI_1_1UpdateTab.html',1,'GpgFrontend::UI']]] + ['updatetab_775',['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 0703855a..367b3c2b 100644 --- a/docs/html/search/classes_12.js +++ b/docs/html/search/classes_12.js @@ -1,6 +1,6 @@ var searchData= [ - ['verifydetailsdialog_762',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html',1,'GpgFrontend::UI']]], - ['verifykeydetailbox_763',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html',1,'GpgFrontend::UI']]], - ['versioncheckthread_764',['VersionCheckThread',['../classGpgFrontend_1_1UI_1_1VersionCheckThread.html',1,'GpgFrontend::UI']]] + ['verifydetailsdialog_776',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html',1,'GpgFrontend::UI']]], + ['verifykeydetailbox_777',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html',1,'GpgFrontend::UI']]], + ['versioncheckthread_778',['VersionCheckThread',['../classGpgFrontend_1_1UI_1_1VersionCheckThread.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_13.js b/docs/html/search/classes_13.js index d7d5a09a..b4e13503 100644 --- a/docs/html/search/classes_13.js +++ b/docs/html/search/classes_13.js @@ -1,5 +1,5 @@ var searchData= [ - ['waitingdialog_765',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html',1,'GpgFrontend::UI']]], - ['wizard_766',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html',1,'GpgFrontend::UI']]] + ['waitingdialog_779',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html',1,'GpgFrontend::UI']]], + ['wizard_780',['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 0f7d03c9..5bd82948 100644 --- a/docs/html/search/classes_2.js +++ b/docs/html/search/classes_2.js @@ -1,12 +1,12 @@ var searchData= [ - ['channelobject_659',['ChannelObject',['../classGpgFrontend_1_1ChannelObject.html',1,'GpgFrontend']]], - ['charsetoperator_660',['CharsetOperator',['../classGpgFrontend_1_1CharsetOperator.html',1,'GpgFrontend']]], - ['choosepage_661',['ChoosePage',['../classGpgFrontend_1_1UI_1_1ChoosePage.html',1,'GpgFrontend::UI']]], - ['class_662',['class',['../classclass.html',1,'']]], - ['commonutils_663',['CommonUtils',['../classGpgFrontend_1_1UI_1_1CommonUtils.html',1,'GpgFrontend::UI']]], - ['conclusionpage_664',['ConclusionPage',['../classGpgFrontend_1_1UI_1_1ConclusionPage.html',1,'GpgFrontend::UI']]], - ['corecommonutil_665',['CoreCommonUtil',['../classGpgFrontend_1_1CoreCommonUtil.html',1,'GpgFrontend']]], - ['cryptomenu_666',['CryptoMenu',['../structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html',1,'GpgFrontend::UI::MainWindow']]], - ['ctxcheckthread_667',['CtxCheckThread',['../classGpgFrontend_1_1CtxCheckThread.html',1,'GpgFrontend']]] + ['channelobject_669',['ChannelObject',['../classGpgFrontend_1_1ChannelObject.html',1,'GpgFrontend']]], + ['charsetoperator_670',['CharsetOperator',['../classGpgFrontend_1_1CharsetOperator.html',1,'GpgFrontend']]], + ['choosepage_671',['ChoosePage',['../classGpgFrontend_1_1UI_1_1ChoosePage.html',1,'GpgFrontend::UI']]], + ['class_672',['class',['../classclass.html',1,'']]], + ['commonutils_673',['CommonUtils',['../classGpgFrontend_1_1UI_1_1CommonUtils.html',1,'GpgFrontend::UI']]], + ['conclusionpage_674',['ConclusionPage',['../classGpgFrontend_1_1UI_1_1ConclusionPage.html',1,'GpgFrontend::UI']]], + ['corecommonutil_675',['CoreCommonUtil',['../classGpgFrontend_1_1CoreCommonUtil.html',1,'GpgFrontend']]], + ['cryptomenu_676',['CryptoMenu',['../structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html',1,'GpgFrontend::UI::MainWindow']]], + ['ctxchecktask_677',['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 8679fbf5..165dd711 100644 --- a/docs/html/search/classes_3.js +++ b/docs/html/search/classes_3.js @@ -1,4 +1,4 @@ var searchData= [ - ['dataobjectoperator_668',['DataObjectOperator',['../classGpgFrontend_1_1DataObjectOperator.html',1,'GpgFrontend']]] + ['dataobjectoperator_678',['DataObjectOperator',['../classGpgFrontend_1_1DataObjectOperator.html',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/classes_4.js b/docs/html/search/classes_4.js index 480557d6..492a1f06 100644 --- a/docs/html/search/classes_4.js +++ b/docs/html/search/classes_4.js @@ -1,4 +1,4 @@ var searchData= [ - ['exportkeypackagedialog_669',['ExportKeyPackageDialog',['../classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html',1,'GpgFrontend::UI']]] + ['exportkeypackagedialog_679',['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 3a2a87ff..9d343b5a 100644 --- a/docs/html/search/classes_5.js +++ b/docs/html/search/classes_5.js @@ -1,7 +1,7 @@ var searchData= [ - ['fileoperator_670',['FileOperator',['../classGpgFrontend_1_1FileOperator.html',1,'GpgFrontend']]], - ['filepage_671',['FilePage',['../classGpgFrontend_1_1UI_1_1FilePage.html',1,'GpgFrontend::UI']]], - ['filereadthread_672',['FileReadThread',['../classGpgFrontend_1_1UI_1_1FileReadThread.html',1,'GpgFrontend::UI']]], - ['findwidget_673',['FindWidget',['../classGpgFrontend_1_1UI_1_1FindWidget.html',1,'GpgFrontend::UI']]] + ['fileoperator_680',['FileOperator',['../classGpgFrontend_1_1FileOperator.html',1,'GpgFrontend']]], + ['filepage_681',['FilePage',['../classGpgFrontend_1_1UI_1_1FilePage.html',1,'GpgFrontend::UI']]], + ['filereadtask_682',['FileReadTask',['../classGpgFrontend_1_1UI_1_1FileReadTask.html',1,'GpgFrontend::UI']]], + ['findwidget_683',['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 54c3c9a2..c15a595c 100644 --- a/docs/html/search/classes_6.js +++ b/docs/html/search/classes_6.js @@ -1,32 +1,32 @@ var searchData= [ - ['generaltab_674',['GeneralTab',['../classGpgFrontend_1_1UI_1_1GeneralTab.html',1,'GpgFrontend::UI']]], - ['genkeyinfo_675',['GenKeyInfo',['../classGpgFrontend_1_1GenKeyInfo.html',1,'GpgFrontend']]], - ['globalsettingstation_676',['GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html',1,'GpgFrontend']]], - ['gpgbasicoperator_677',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html',1,'GpgFrontend']]], - ['gpgcommandexecutor_678',['GpgCommandExecutor',['../classGpgFrontend_1_1GpgCommandExecutor.html',1,'GpgFrontend']]], - ['gpgconstants_679',['GpgConstants',['../classGpgFrontend_1_1GpgConstants.html',1,'GpgFrontend']]], - ['gpgcontext_680',['GpgContext',['../classGpgFrontend_1_1GpgContext.html',1,'GpgFrontend']]], - ['gpgcontextinitargs_681',['GpgContextInitArgs',['../structGpgFrontend_1_1GpgContextInitArgs.html',1,'GpgFrontend']]], - ['gpgdata_682',['GpgData',['../classGpgFrontend_1_1GpgData.html',1,'GpgFrontend']]], - ['gpgdecryptresultanalyse_683',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html',1,'GpgFrontend']]], - ['gpgencryptresultanalyse_684',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html',1,'GpgFrontend']]], - ['gpgfileopera_685',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html',1,'GpgFrontend']]], - ['gpgimportedkey_686',['GpgImportedKey',['../classGpgFrontend_1_1GpgImportedKey.html',1,'GpgFrontend']]], - ['gpgimportinformation_687',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html',1,'GpgFrontend']]], - ['gpginfo_688',['GpgInfo',['../classGpgFrontend_1_1GpgInfo.html',1,'GpgFrontend']]], - ['gpgkey_689',['GpgKey',['../classGpgFrontend_1_1GpgKey.html',1,'GpgFrontend']]], - ['gpgkeygetter_690',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html',1,'GpgFrontend']]], - ['gpgkeyimportexporter_691',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html',1,'GpgFrontend']]], - ['gpgkeymanager_692',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html',1,'GpgFrontend']]], - ['gpgkeyopera_693',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html',1,'GpgFrontend']]], - ['gpgkeysignature_694',['GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html',1,'GpgFrontend']]], - ['gpgresultanalyse_695',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html',1,'GpgFrontend']]], - ['gpgsignature_696',['GpgSignature',['../classGpgFrontend_1_1GpgSignature.html',1,'GpgFrontend']]], - ['gpgsignresultanalyse_697',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html',1,'GpgFrontend']]], - ['gpgsubkey_698',['GpgSubKey',['../classGpgFrontend_1_1GpgSubKey.html',1,'GpgFrontend']]], - ['gpgtofuinfo_699',['GpgTOFUInfo',['../classGpgFrontend_1_1GpgTOFUInfo.html',1,'GpgFrontend']]], - ['gpguid_700',['GpgUID',['../classGpgFrontend_1_1GpgUID.html',1,'GpgFrontend']]], - ['gpguidoperator_701',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html',1,'GpgFrontend']]], - ['gpgverifyresultanalyse_702',['GpgVerifyResultAnalyse',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html',1,'GpgFrontend']]] + ['generaltab_684',['GeneralTab',['../classGpgFrontend_1_1UI_1_1GeneralTab.html',1,'GpgFrontend::UI']]], + ['genkeyinfo_685',['GenKeyInfo',['../classGpgFrontend_1_1GenKeyInfo.html',1,'GpgFrontend']]], + ['globalsettingstation_686',['GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html',1,'GpgFrontend']]], + ['gpgbasicoperator_687',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html',1,'GpgFrontend']]], + ['gpgcommandexecutor_688',['GpgCommandExecutor',['../classGpgFrontend_1_1GpgCommandExecutor.html',1,'GpgFrontend']]], + ['gpgconstants_689',['GpgConstants',['../classGpgFrontend_1_1GpgConstants.html',1,'GpgFrontend']]], + ['gpgcontext_690',['GpgContext',['../classGpgFrontend_1_1GpgContext.html',1,'GpgFrontend']]], + ['gpgcontextinitargs_691',['GpgContextInitArgs',['../structGpgFrontend_1_1GpgContextInitArgs.html',1,'GpgFrontend']]], + ['gpgdata_692',['GpgData',['../classGpgFrontend_1_1GpgData.html',1,'GpgFrontend']]], + ['gpgdecryptresultanalyse_693',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html',1,'GpgFrontend']]], + ['gpgencryptresultanalyse_694',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html',1,'GpgFrontend']]], + ['gpgfileopera_695',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html',1,'GpgFrontend']]], + ['gpgimportedkey_696',['GpgImportedKey',['../classGpgFrontend_1_1GpgImportedKey.html',1,'GpgFrontend']]], + ['gpgimportinformation_697',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html',1,'GpgFrontend']]], + ['gpginfo_698',['GpgInfo',['../classGpgFrontend_1_1GpgInfo.html',1,'GpgFrontend']]], + ['gpgkey_699',['GpgKey',['../classGpgFrontend_1_1GpgKey.html',1,'GpgFrontend']]], + ['gpgkeygetter_700',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html',1,'GpgFrontend']]], + ['gpgkeyimportexporter_701',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html',1,'GpgFrontend']]], + ['gpgkeymanager_702',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html',1,'GpgFrontend']]], + ['gpgkeyopera_703',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html',1,'GpgFrontend']]], + ['gpgkeysignature_704',['GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html',1,'GpgFrontend']]], + ['gpgresultanalyse_705',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html',1,'GpgFrontend']]], + ['gpgsignature_706',['GpgSignature',['../classGpgFrontend_1_1GpgSignature.html',1,'GpgFrontend']]], + ['gpgsignresultanalyse_707',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html',1,'GpgFrontend']]], + ['gpgsubkey_708',['GpgSubKey',['../classGpgFrontend_1_1GpgSubKey.html',1,'GpgFrontend']]], + ['gpgtofuinfo_709',['GpgTOFUInfo',['../classGpgFrontend_1_1GpgTOFUInfo.html',1,'GpgFrontend']]], + ['gpguid_710',['GpgUID',['../classGpgFrontend_1_1GpgUID.html',1,'GpgFrontend']]], + ['gpguidoperator_711',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html',1,'GpgFrontend']]], + ['gpgverifyresultanalyse_712',['GpgVerifyResultAnalyse',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/classes_7.js b/docs/html/search/classes_7.js index 31c59581..b4e2b1fe 100644 --- a/docs/html/search/classes_7.js +++ b/docs/html/search/classes_7.js @@ -1,4 +1,4 @@ var searchData= [ - ['helppage_703',['HelpPage',['../classGpgFrontend_1_1UI_1_1HelpPage.html',1,'GpgFrontend::UI']]] + ['helppage_713',['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 5f3bbfb6..ad0a1883 100644 --- a/docs/html/search/classes_8.js +++ b/docs/html/search/classes_8.js @@ -1,6 +1,6 @@ var searchData= [ - ['infoboardwidget_704',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html',1,'GpgFrontend::UI']]], - ['infotab_705',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html',1,'GpgFrontend::UI']]], - ['intropage_706',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html',1,'GpgFrontend::UI']]] + ['infoboardwidget_714',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html',1,'GpgFrontend::UI']]], + ['infotab_715',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html',1,'GpgFrontend::UI']]], + ['intropage_716',['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 e295695c..f9c468e0 100644 --- a/docs/html/search/classes_9.js +++ b/docs/html/search/classes_9.js @@ -1,24 +1,24 @@ var searchData= [ - ['keydetailsdialog_707',['KeyDetailsDialog',['../classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html',1,'GpgFrontend::UI']]], - ['keygendialog_708',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html',1,'GpgFrontend::UI']]], - ['keygenpage_709',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html',1,'GpgFrontend::UI']]], - ['keyimportdetaildialog_710',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html',1,'GpgFrontend::UI']]], - ['keylist_711',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html',1,'GpgFrontend::UI']]], - ['keylistcolumn_712',['KeyListColumn',['../structGpgFrontend_1_1UI_1_1KeyListColumn.html',1,'GpgFrontend::UI']]], - ['keylistrow_713',['KeyListRow',['../structGpgFrontend_1_1UI_1_1KeyListRow.html',1,'GpgFrontend::UI']]], - ['keymenuability_714',['KeyMenuAbility',['../structGpgFrontend_1_1UI_1_1KeyMenuAbility.html',1,'GpgFrontend::UI']]], - ['keymgmt_715',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html',1,'GpgFrontend::UI']]], - ['keynewuiddialog_716',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html',1,'GpgFrontend::UI']]], - ['keypackageoperator_717',['KeyPackageOperator',['../classGpgFrontend_1_1KeyPackageOperator.html',1,'GpgFrontend']]], - ['keypairdetailtab_718',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html',1,'GpgFrontend::UI']]], - ['keypairoperatab_719',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html',1,'GpgFrontend::UI']]], - ['keypairsubkeytab_720',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html',1,'GpgFrontend::UI']]], - ['keypairuidtab_721',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html',1,'GpgFrontend::UI']]], - ['keyserverimportdialog_722',['KeyServerImportDialog',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html',1,'GpgFrontend::UI']]], - ['keyservertab_723',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html',1,'GpgFrontend::UI']]], - ['keysetexpiredatedialog_724',['KeySetExpireDateDialog',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html',1,'GpgFrontend::UI']]], - ['keytable_725',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html',1,'GpgFrontend::UI']]], - ['keyuidsigndialog_726',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html',1,'GpgFrontend::UI']]], - ['keyuploaddialog_727',['KeyUploadDialog',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html',1,'GpgFrontend::UI']]] + ['keydetailsdialog_717',['KeyDetailsDialog',['../classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html',1,'GpgFrontend::UI']]], + ['keygendialog_718',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html',1,'GpgFrontend::UI']]], + ['keygenpage_719',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html',1,'GpgFrontend::UI']]], + ['keyimportdetaildialog_720',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html',1,'GpgFrontend::UI']]], + ['keylist_721',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html',1,'GpgFrontend::UI']]], + ['keylistcolumn_722',['KeyListColumn',['../structGpgFrontend_1_1UI_1_1KeyListColumn.html',1,'GpgFrontend::UI']]], + ['keylistrow_723',['KeyListRow',['../structGpgFrontend_1_1UI_1_1KeyListRow.html',1,'GpgFrontend::UI']]], + ['keymenuability_724',['KeyMenuAbility',['../structGpgFrontend_1_1UI_1_1KeyMenuAbility.html',1,'GpgFrontend::UI']]], + ['keymgmt_725',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html',1,'GpgFrontend::UI']]], + ['keynewuiddialog_726',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html',1,'GpgFrontend::UI']]], + ['keypackageoperator_727',['KeyPackageOperator',['../classGpgFrontend_1_1KeyPackageOperator.html',1,'GpgFrontend']]], + ['keypairdetailtab_728',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html',1,'GpgFrontend::UI']]], + ['keypairoperatab_729',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html',1,'GpgFrontend::UI']]], + ['keypairsubkeytab_730',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html',1,'GpgFrontend::UI']]], + ['keypairuidtab_731',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html',1,'GpgFrontend::UI']]], + ['keyserverimportdialog_732',['KeyServerImportDialog',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html',1,'GpgFrontend::UI']]], + ['keyservertab_733',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html',1,'GpgFrontend::UI']]], + ['keysetexpiredatedialog_734',['KeySetExpireDateDialog',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html',1,'GpgFrontend::UI']]], + ['keytable_735',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html',1,'GpgFrontend::UI']]], + ['keyuidsigndialog_736',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html',1,'GpgFrontend::UI']]], + ['keyuploaddialog_737',['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 5ecb68c3..587c80a2 100644 --- a/docs/html/search/classes_a.js +++ b/docs/html/search/classes_a.js @@ -1,4 +1,4 @@ var searchData= [ - ['listedkeyservertestthread_728',['ListedKeyServerTestThread',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html',1,'GpgFrontend::UI']]] + ['listedkeyservertestthread_738',['ListedKeyServerTestThread',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_b.js b/docs/html/search/classes_b.js index b6299317..644e7801 100644 --- a/docs/html/search/classes_b.js +++ b/docs/html/search/classes_b.js @@ -1,4 +1,4 @@ var searchData= [ - ['mainwindow_729',['MainWindow',['../classGpgFrontend_1_1UI_1_1MainWindow.html',1,'GpgFrontend::UI']]] + ['mainwindow_739',['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 bb47ecf7..b2957124 100644 --- a/docs/html/search/classes_c.js +++ b/docs/html/search/classes_c.js @@ -1,4 +1,4 @@ var searchData= [ - ['networktab_730',['NetworkTab',['../classGpgFrontend_1_1UI_1_1NetworkTab.html',1,'GpgFrontend::UI']]] + ['networktab_740',['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 2a526bf9..31fc17f5 100644 --- a/docs/html/search/classes_d.js +++ b/docs/html/search/classes_d.js @@ -1,6 +1,6 @@ var searchData= [ - ['passphrasegenerator_731',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html',1,'GpgFrontend']]], - ['plaintexteditorpage_732',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html',1,'GpgFrontend::UI']]], - ['proxyconnectiontestthread_733',['ProxyConnectionTestThread',['../classProxyConnectionTestThread.html',1,'ProxyConnectionTestThread'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html',1,'GpgFrontend::UI::ProxyConnectionTestThread']]] + ['passphrasegenerator_741',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html',1,'GpgFrontend']]], + ['plaintexteditorpage_742',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html',1,'GpgFrontend::UI']]], + ['proxyconnectiontestthread_743',['ProxyConnectionTestThread',['../classProxyConnectionTestThread.html',1,'ProxyConnectionTestThread'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html',1,'GpgFrontend::UI::ProxyConnectionTestThread']]] ]; diff --git a/docs/html/search/classes_e.js b/docs/html/search/classes_e.js index 74de9ad8..a177614c 100644 --- a/docs/html/search/classes_e.js +++ b/docs/html/search/classes_e.js @@ -1,4 +1,4 @@ var searchData= [ - ['quitdialog_734',['QuitDialog',['../classGpgFrontend_1_1UI_1_1QuitDialog.html',1,'GpgFrontend::UI']]] + ['quitdialog_744',['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 dd1e9fd7..bfaea72c 100644 --- a/docs/html/search/classes_f.js +++ b/docs/html/search/classes_f.js @@ -1,25 +1,26 @@ var searchData= [ - ['settingsdialog_735',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html',1,'GpgFrontend::UI']]], - ['settingsobject_736',['SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html',1,'GpgFrontend::UI']]], - ['signalstation_737',['SignalStation',['../classGpgFrontend_1_1UI_1_1SignalStation.html',1,'GpgFrontend::UI']]], - ['signaturedetailsdialog_738',['SignatureDetailsDialog',['../classSignatureDetailsDialog.html',1,'']]], - ['signerspicker_739',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html',1,'GpgFrontend::UI']]], - ['singletonfunctionobject_740',['SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20dataobjectoperator_20_3e_741',['SingletonFunctionObject< DataObjectOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20globalsettingstation_20_3e_742',['SingletonFunctionObject< GlobalSettingStation >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgbasicoperator_20_3e_743',['SingletonFunctionObject< GpgBasicOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgcommandexecutor_20_3e_744',['SingletonFunctionObject< GpgCommandExecutor >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgcontext_20_3e_745',['SingletonFunctionObject< GpgContext >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgfileopera_20_3e_746',['SingletonFunctionObject< GpgFileOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeygetter_20_3e_747',['SingletonFunctionObject< GpgKeyGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeyimportexporter_20_3e_748',['SingletonFunctionObject< GpgKeyImportExporter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeymanager_20_3e_749',['SingletonFunctionObject< GpgKeyManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeyopera_20_3e_750',['SingletonFunctionObject< GpgKeyOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpguidoperator_20_3e_751',['SingletonFunctionObject< GpgUIDOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20passphrasegenerator_20_3e_752',['SingletonFunctionObject< PassphraseGenerator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonstorage_753',['SingletonStorage',['../classGpgFrontend_1_1SingletonStorage.html',1,'GpgFrontend']]], - ['singletonstoragecollection_754',['SingletonStorageCollection',['../classGpgFrontend_1_1SingletonStorageCollection.html',1,'GpgFrontend']]], - ['softwareversion_755',['SoftwareVersion',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html',1,'GpgFrontend::UI']]], - ['subkeygeneratedialog_756',['SubkeyGenerateDialog',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html',1,'GpgFrontend::UI']]] + ['settingsdialog_745',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html',1,'GpgFrontend::UI']]], + ['settingsobject_746',['SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html',1,'GpgFrontend::UI']]], + ['signalstation_747',['SignalStation',['../classGpgFrontend_1_1UI_1_1SignalStation.html',1,'GpgFrontend::UI']]], + ['signaturedetailsdialog_748',['SignatureDetailsDialog',['../classSignatureDetailsDialog.html',1,'']]], + ['signerspicker_749',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html',1,'GpgFrontend::UI']]], + ['singletonfunctionobject_750',['SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20dataobjectoperator_20_3e_751',['SingletonFunctionObject< DataObjectOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20globalsettingstation_20_3e_752',['SingletonFunctionObject< GlobalSettingStation >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgbasicoperator_20_3e_753',['SingletonFunctionObject< GpgBasicOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgcommandexecutor_20_3e_754',['SingletonFunctionObject< GpgCommandExecutor >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgcontext_20_3e_755',['SingletonFunctionObject< GpgContext >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgfileopera_20_3e_756',['SingletonFunctionObject< GpgFileOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeygetter_20_3e_757',['SingletonFunctionObject< GpgKeyGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeyimportexporter_20_3e_758',['SingletonFunctionObject< GpgKeyImportExporter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeymanager_20_3e_759',['SingletonFunctionObject< GpgKeyManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeyopera_20_3e_760',['SingletonFunctionObject< GpgKeyOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpguidoperator_20_3e_761',['SingletonFunctionObject< GpgUIDOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20passphrasegenerator_20_3e_762',['SingletonFunctionObject< PassphraseGenerator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20taskrunnergetter_20_3e_763',['SingletonFunctionObject< TaskRunnerGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonstorage_764',['SingletonStorage',['../classGpgFrontend_1_1SingletonStorage.html',1,'GpgFrontend']]], + ['singletonstoragecollection_765',['SingletonStorageCollection',['../classGpgFrontend_1_1SingletonStorageCollection.html',1,'GpgFrontend']]], + ['softwareversion_766',['SoftwareVersion',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html',1,'GpgFrontend::UI']]], + ['subkeygeneratedialog_767',['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 89b4f766..cc316ea8 100644 --- a/docs/html/search/enums_0.js +++ b/docs/html/search/enums_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['infoboardstatus_1373',['InfoBoardStatus',['../namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00d',1,'GpgFrontend::UI']]] + ['infoboardstatus_1395',['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 1e8163cd..2e6eef0c 100644 --- a/docs/html/search/functions_0.js +++ b/docs/html/search/functions_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['_5fnew_5fresult_770',['_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_785',['_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 0154544d..cbc6e33f 100644 --- a/docs/html/search/functions_1.js +++ b/docs/html/search/functions_1.js @@ -1,14 +1,14 @@ var searchData= [ - ['aboutdialog_771',['AboutDialog',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab04683ab4c4d682af1e259705c60d85a',1,'GpgFrontend::UI::AboutDialog']]], - ['addlistgrouptab_772',['AddListGroupTab',['../classGpgFrontend_1_1UI_1_1KeyList.html#a73ddb7feb1f70eac44e038c3dc925fec',1,'GpgFrontend::UI::KeyList']]], - ['addmenuaction_773',['AddMenuAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#aa961e3ba3c48f84dea4bb7ab4f756886',1,'GpgFrontend::UI::KeyList']]], - ['addoptionalaction_774',['AddOptionalAction',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a456f15315a03107f7757d84362c1af71',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['adduid_775',['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_776',['aes_256_cbc_decrypt',['../namespaceGpgFrontend_1_1RawAPI.html#a2e388ecafc7b859eda84b4e3c4e2576f',1,'GpgFrontend::RawAPI']]], - ['aes_5f256_5fcbc_5fencrypt_777',['aes_256_cbc_encrypt',['../namespaceGpgFrontend_1_1RawAPI.html#aa2bc88cf78b8da893f1b5c7e2e8ccf42',1,'GpgFrontend::RawAPI']]], - ['aes_5f256_5fcbc_5finit_778',['aes_256_cbc_init',['../namespaceGpgFrontend_1_1RawAPI.html#a1f2f6c82e9c904c3875a123a65564697',1,'GpgFrontend::RawAPI']]], - ['appearancetab_779',['AppearanceTab',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abfca670540bc0409b9be4459ee6a3b6c',1,'GpgFrontend::UI::AppearanceTab']]], - ['associatetabwidget_780',['AssociateTabWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adfa4acd435d2ec29f951f4e7e6a43f38',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['associatetextedit_781',['AssociateTextEdit',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a4fd6f91eb435feb41ae93e44485646ab',1,'GpgFrontend::UI::InfoBoardWidget']]] + ['aboutdialog_786',['AboutDialog',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab04683ab4c4d682af1e259705c60d85a',1,'GpgFrontend::UI::AboutDialog']]], + ['addlistgrouptab_787',['AddListGroupTab',['../classGpgFrontend_1_1UI_1_1KeyList.html#a73ddb7feb1f70eac44e038c3dc925fec',1,'GpgFrontend::UI::KeyList']]], + ['addmenuaction_788',['AddMenuAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#aa961e3ba3c48f84dea4bb7ab4f756886',1,'GpgFrontend::UI::KeyList']]], + ['addoptionalaction_789',['AddOptionalAction',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a456f15315a03107f7757d84362c1af71',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['adduid_790',['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_791',['aes_256_cbc_decrypt',['../namespaceGpgFrontend_1_1RawAPI.html#a2e388ecafc7b859eda84b4e3c4e2576f',1,'GpgFrontend::RawAPI']]], + ['aes_5f256_5fcbc_5fencrypt_792',['aes_256_cbc_encrypt',['../namespaceGpgFrontend_1_1RawAPI.html#aa2bc88cf78b8da893f1b5c7e2e8ccf42',1,'GpgFrontend::RawAPI']]], + ['aes_5f256_5fcbc_5finit_793',['aes_256_cbc_init',['../namespaceGpgFrontend_1_1RawAPI.html#a1f2f6c82e9c904c3875a123a65564697',1,'GpgFrontend::RawAPI']]], + ['appearancetab_794',['AppearanceTab',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abfca670540bc0409b9be4459ee6a3b6c',1,'GpgFrontend::UI::AppearanceTab']]], + ['associatetabwidget_795',['AssociateTabWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adfa4acd435d2ec29f951f4e7e6a43f38',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['associatetextedit_796',['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 4d072025..6de8ee10 100644 --- a/docs/html/search/functions_10.js +++ b/docs/html/search/functions_10.js @@ -1,4 +1,4 @@ var searchData= [ - ['quitdialog_1069',['QuitDialog',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a60419bf8e817db25128c2f941fc42a3d',1,'GpgFrontend::UI::QuitDialog']]] + ['quitdialog_1084',['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 024a774e..c84db2eb 100644 --- a/docs/html/search/functions_11.js +++ b/docs/html/search/functions_11.js @@ -1,19 +1,19 @@ var searchData= [ - ['read2buffer_1070',['Read2Buffer',['../classGpgFrontend_1_1GpgData.html#ae382a34ec551561315deca84c71c19c1',1,'GpgFrontend::GpgData']]], - ['read_5fall_5fdata_5fin_5ffile_1071',['read_all_data_in_file',['../namespaceGpgFrontend.html#a73f3e2217fb1d72dc75f266e11875f6d',1,'GpgFrontend']]], - ['readdone_1072',['ReadDone',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['readfile_1073',['ReadFile',['../classGpgFrontend_1_1FileOperator.html#a28a3572dc01192b6a4d50b544181084c',1,'GpgFrontend::FileOperator']]], - ['readfilestd_1074',['ReadFileStd',['../classGpgFrontend_1_1FileOperator.html#ad4424bce4f22ae75a16c542dfb4ddf0a',1,'GpgFrontend::FileOperator']]], - ['refresh_1075',['Refresh',['../structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f',1,'GpgFrontend::UI::KeyTable']]], - ['refresh_5finfo_5fboard_1076',['refresh_info_board',['../namespaceGpgFrontend_1_1UI.html#a204156a333cde4f705f0ace91cd3d333',1,'GpgFrontend::UI']]], - ['refresh_5fkeys_5ffrom_5fkey_5fserver_1077',['refresh_keys_from_key_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98',1,'GpgFrontend::UI::MainWindow']]], - ['refresh_5fwidgets_5fstate_1078',['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_1079',['ReleaseChannel',['../classGpgFrontend_1_1SingletonStorage.html#adb22cc80a1ab040b6e4bce962625edfd',1,'GpgFrontend::SingletonStorage::ReleaseChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ab49b1d50252e1934691a9483a6df2106',1,'GpgFrontend::SingletonFunctionObject::ReleaseChannel()']]], - ['resetoptionactionsmenu_1080',['ResetOptionActionsMenu',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['restore_5fsettings_1081',['restore_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a',1,'GpgFrontend::UI::MainWindow']]], - ['revsign_1082',['RevSign',['../classGpgFrontend_1_1GpgKeyManager.html#aa2c0e804db1c4aaf3b861ee5ab54ebd8',1,'GpgFrontend::GpgKeyManager']]], - ['revuid_1083',['RevUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a47f762666afbc806365877ff70947841',1,'GpgFrontend::GpgUIDOperator']]], - ['run_1084',['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()']]], - ['rungpgfrontendui_1085',['RunGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#a6a29543f0c6306e49ee85824158f34db',1,'GpgFrontend::UI']]] + ['read2buffer_1085',['Read2Buffer',['../classGpgFrontend_1_1GpgData.html#ae382a34ec551561315deca84c71c19c1',1,'GpgFrontend::GpgData']]], + ['read_5fall_5fdata_5fin_5ffile_1086',['read_all_data_in_file',['../namespaceGpgFrontend.html#a73f3e2217fb1d72dc75f266e11875f6d',1,'GpgFrontend']]], + ['readdone_1087',['ReadDone',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['readfile_1088',['ReadFile',['../classGpgFrontend_1_1FileOperator.html#a28a3572dc01192b6a4d50b544181084c',1,'GpgFrontend::FileOperator']]], + ['readfilestd_1089',['ReadFileStd',['../classGpgFrontend_1_1FileOperator.html#ad4424bce4f22ae75a16c542dfb4ddf0a',1,'GpgFrontend::FileOperator']]], + ['refresh_1090',['Refresh',['../structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f',1,'GpgFrontend::UI::KeyTable']]], + ['refresh_5finfo_5fboard_1091',['refresh_info_board',['../namespaceGpgFrontend_1_1UI.html#a204156a333cde4f705f0ace91cd3d333',1,'GpgFrontend::UI']]], + ['refresh_5fkeys_5ffrom_5fkey_5fserver_1092',['refresh_keys_from_key_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98',1,'GpgFrontend::UI::MainWindow']]], + ['refresh_5fwidgets_5fstate_1093',['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_1094',['ReleaseChannel',['../classGpgFrontend_1_1SingletonStorage.html#adb22cc80a1ab040b6e4bce962625edfd',1,'GpgFrontend::SingletonStorage::ReleaseChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ab49b1d50252e1934691a9483a6df2106',1,'GpgFrontend::SingletonFunctionObject::ReleaseChannel()']]], + ['resetoptionactionsmenu_1095',['ResetOptionActionsMenu',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['restore_5fsettings_1096',['restore_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a',1,'GpgFrontend::UI::MainWindow']]], + ['revsign_1097',['RevSign',['../classGpgFrontend_1_1GpgKeyManager.html#aa2c0e804db1c4aaf3b861ee5ab54ebd8',1,'GpgFrontend::GpgKeyManager']]], + ['revuid_1098',['RevUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a47f762666afbc806365877ff70947841',1,'GpgFrontend::GpgUIDOperator']]], + ['run_1099',['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_1ListedKeyServerTestThread.html#a1146e72ffa5555b378f09efd2c55a619',1,'GpgFrontend::UI::ListedKeyServerTestThread::run()'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a497bb7f1b92c67f2e754fd66ca3a6666',1,'GpgFrontend::UI::ProxyConnectionTestThread::run()']]], + ['rungpgfrontendui_1100',['RunGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#a6a29543f0c6306e49ee85824158f34db',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/functions_12.js b/docs/html/search/functions_12.js index f63a9e58..123b61dc 100644 --- a/docs/html/search/functions_12.js +++ b/docs/html/search/functions_12.js @@ -1,146 +1,146 @@ var searchData= [ - ['save_5ffile_1086',['save_file',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf',1,'GpgFrontend::UI::TextEdit']]], - ['save_5fsettings_1087',['save_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98',1,'GpgFrontend::UI::MainWindow']]], - ['set_5fbackground_1088',['set_background',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a0c531f2c673caed29225a323e750205f',1,'GpgFrontend::UI::FindWidget']]], - ['set_5floading_1089',['set_loading',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['set_5fmessage_1090',['set_message',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['set_5fsignal_5fslot_1091',['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_1092',['set_status',['../classGpgFrontend_1_1GpgResultAnalyse.html#a7f13592b421c7b0d3853f15cece8d195',1,'GpgFrontend::GpgResultAnalyse']]], - ['setalgo_1093',['SetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a378ea10385ab401bea45a7edb3df122d',1,'GpgFrontend::GenKeyInfo']]], - ['setallowauthentication_1094',['SetAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aac51d251682ed1bc1090416ebfeba4de',1,'GpgFrontend::GenKeyInfo']]], - ['setallowcertification_1095',['SetAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ac5f52f74566618c71a29bdc5e70fce2e',1,'GpgFrontend::GenKeyInfo']]], - ['setallowencryption_1096',['SetAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a965014232f6de22c6d33320231ca4454',1,'GpgFrontend::GenKeyInfo']]], - ['setallowsigning_1097',['SetAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a1a01518b24d40d95e187ef73f4dcd52a',1,'GpgFrontend::GenKeyInfo']]], - ['setchannel_1098',['SetChannel',['../classGpgFrontend_1_1ChannelObject.html#aa3b19cad6d873b314bba32a3dae85f09',1,'GpgFrontend::ChannelObject']]], - ['setchecked_1099',['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_1100',['SetColumnWidth',['../classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5',1,'GpgFrontend::UI::KeyList']]], - ['setcomment_1101',['SetComment',['../classGpgFrontend_1_1GenKeyInfo.html#a947886456f5699241b1c1b9332e4b29e',1,'GpgFrontend::GenKeyInfo']]], - ['setcryptomenustatus_1102',['SetCryptoMenuStatus',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a85a98a1ec5418c110201980fa013d1fd',1,'GpgFrontend::UI::MainWindow']]], - ['setdoubleclickedaction_1103',['SetDoubleClickedAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291',1,'GpgFrontend::UI::KeyList']]], - ['setemail_1104',['SetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#a656c81d56f77350184f9a94db1a3ce05',1,'GpgFrontend::GenKeyInfo']]], - ['setexpire_1105',['SetExpire',['../classGpgFrontend_1_1GpgKeyManager.html#a1625abfbff168c476e76fa9425a6c37d',1,'GpgFrontend::GpgKeyManager::SetExpire()'],['../classGpgFrontend_1_1GpgKeyOpera.html#a12e6b05b23781861065d7e3243c9349e',1,'GpgFrontend::GpgKeyOpera::SetExpire()']]], - ['setexpiretime_1106',['SetExpireTime',['../classGpgFrontend_1_1GenKeyInfo.html#aa3bfeda7fc7c83dc8d48ee2b80780c3a',1,'GpgFrontend::GenKeyInfo']]], - ['setfilepath_1107',['SetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['setinfoboard_1108',['SetInfoBoard',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac936cfc8e1b3af65d0d71b74fb3f0b02',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['setissubkey_1109',['SetIsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#acd9f7742b739e1db60bd50489690dec1',1,'GpgFrontend::GenKeyInfo']]], - ['setkeylength_1110',['SetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#ae744395012e4dcb9734ad5a30aa8ed75',1,'GpgFrontend::GenKeyInfo']]], - ['setname_1111',['SetName',['../classGpgFrontend_1_1GenKeyInfo.html#a65ebc487e0e64c325f65474c812615f7',1,'GpgFrontend::GenKeyInfo']]], - ['setnonexpired_1112',['SetNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aea247381c21896f5371bb813ca665329',1,'GpgFrontend::GenKeyInfo']]], - ['setnonpassphrase_1113',['SetNonPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a864407216cbdbef9e7b35e6be694d3ef',1,'GpgFrontend::GenKeyInfo']]], - ['setobjectinchannel_1114',['SetObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#ab0097bb648b2303d68a975c7cbea5a52',1,'GpgFrontend::SingletonStorage']]], - ['setpassphrase_1115',['SetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#afe1760d4ead397f6096925290a38e1a4',1,'GpgFrontend::GenKeyInfo']]], - ['setpassphrasecb_1116',['SetPassphraseCb',['../classGpgFrontend_1_1GpgContext.html#a3399fc60086ff5010a089bff48bbc63c',1,'GpgFrontend::GpgContext']]], - ['setprimaryuid_1117',['SetPrimaryUID',['../classGpgFrontend_1_1GpgUIDOperator.html#acbdabec97df508382b0c9b1fffbf1dd5',1,'GpgFrontend::GpgUIDOperator']]], - ['setsettings_1118',['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_1119',['SetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#ad6ea3596ba7d7543fb1b8233d09996df',1,'GpgFrontend::GpgBasicOperator']]], - ['settingsdialog_1120',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc',1,'GpgFrontend::UI::SettingsDialog']]], - ['settingsobject_1121',['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_1122',['show_verify_details',['../namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281',1,'GpgFrontend::UI']]], - ['showevent_1123',['showEvent',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab799cd5e07b06a8e953d72105c0a1083',1,'GpgFrontend::UI::AboutDialog']]], - ['shownotificationwidget_1124',['ShowNotificationWidget',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['sign_1125',['Sign',['../classGpgFrontend_1_1GpgBasicOperator.html#a988d7e65e85fc7a578f26300332a65d3',1,'GpgFrontend::GpgBasicOperator']]], - ['signalkeydatabaserefreshdone_1126',['SignalKeyDatabaseRefreshDone',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28',1,'GpgFrontend::UI::CommonUtils']]], - ['signalkeyserverlisttestresult_1127',['SignalKeyServerListTestResult',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a41071f083c60ca708e8cc29896803940',1,'GpgFrontend::UI::ListedKeyServerTestThread']]], - ['signalopenhelp_1128',['SignalOpenHelp',['../classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb',1,'GpgFrontend::UI::Wizard']]], - ['signalpathchanged_1129',['SignalPathChanged',['../classGpgFrontend_1_1UI_1_1FilePage.html#aec462d16a2097024a4ced24012b905a7',1,'GpgFrontend::UI::FilePage']]], - ['signalproxyconnectiontestresult_1130',['SignalProxyConnectionTestResult',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#aedafa7b22e024be537658fd8096e5f6f',1,'GpgFrontend::UI::ProxyConnectionTestThread']]], - ['signalrefreshinfoboard_1131',['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_1132',['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_1133',['SignalReplyFromUpdateServer',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95',1,'GpgFrontend::UI::UpdateTab']]], - ['signalrestartneeded_1134',['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()']]], - ['signalsendreadblock_1135',['SignalSendReadBlock',['../classGpgFrontend_1_1UI_1_1FileReadThread.html#a152a32021b66ea7de5aaf8cf6376c9ab',1,'GpgFrontend::UI::FileReadThread']]], - ['signalupgradeversion_1136',['SignalUpgradeVersion',['../classGpgFrontend_1_1UI_1_1VersionCheckThread.html#a61ba582623b570964e8fc1515407d636',1,'GpgFrontend::UI::VersionCheckThread']]], - ['signerspicker_1137',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb',1,'GpgFrontend::UI::SignersPicker']]], - ['signfile_1138',['SignFile',['../classGpgFrontend_1_1GpgFileOpera.html#a350df1c07c054625c4755a78e6ca5ca8',1,'GpgFrontend::GpgFileOpera']]], - ['signkey_1139',['SignKey',['../classGpgFrontend_1_1GpgKeyManager.html#a12138780c53add7589f78f056019e5e0',1,'GpgFrontend::GpgKeyManager']]], - ['singletonfunctionobject_1140',['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_1141',['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_1142',['slot_add_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fadd_5fuid_5fresult_1143',['slot_add_uid_result',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['slot_5fappend_5fselected_5fkeys_1144',['slot_append_selected_keys',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fauthentication_5fbox_5fchanged_1145',['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_1146',['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_1147',['slot_clean_double_line_breaks',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fcompress_5ffiles_1148',['slot_compress_files',['../classGpgFrontend_1_1UI_1_1FilePage.html#a250b1950f874c1d11549cd5c0ea9693f',1,'GpgFrontend::UI::FilePage']]], - ['slot_5fcopy_5ffingerprint_1149',['slot_copy_fingerprint',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['slot_5fcopy_5fmail_5faddress_5fto_5fclipboard_1150',['slot_copy_mail_address_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fcreate_5fnew_5fuid_1151',['slot_create_new_uid',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c',1,'GpgFrontend::UI::KeyNewUIDDialog']]], - ['slot_5fcut_5fpgp_5fheader_1152',['slot_cut_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fdecrypt_1153',['slot_decrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fdecrypt_5fverify_1154',['slot_decrypt_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1d61ea803e6c825bd54f42ba9ae85919',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fdisable_5ftab_5factions_1155',['slot_disable_tab_actions',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fdouble_5fclicked_1156',['slot_double_clicked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e',1,'GpgFrontend::UI::KeyList']]], - ['slot_5fencrypt_1157',['slot_encrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae11d01211c2914ecc148e13dd7de506e',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fencrypt_5fsign_1158',['slot_encrypt_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a304efe91afa31b32725caa00c27475a4',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fencryption_5fbox_5fchanged_1159',['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_1160',['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_1161',['slot_export_private_key',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab',1,'GpgFrontend::UI::KeyPairOperaTab']]], - ['slot_5ffile_5ftree_5fview_5fitem_5fclicked_1162',['slot_file_tree_view_item_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#a676917817d6f519e043742d1d87f97f1',1,'GpgFrontend::UI::FilePage']]], - ['slot_5ffile_5ftree_5fview_5fitem_5fdouble_5fclicked_1163',['slot_file_tree_view_item_double_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#ad3c54320bdafbbb2c06a20d6c7dea9d6',1,'GpgFrontend::UI::FilePage']]], - ['slot_5ffind_1164',['slot_find',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fformat_5fgpg_5fheader_1165',['slot_format_gpg_header',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['slot_5fimport_5ffinished_1166',['slot_import_finished',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1d083105603805219fe01f37d773693f',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['slot_5fimport_5fkey_5ffrom_5fedit_1167',['slot_import_key_from_edit',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5finsert_5ftext_1168',['slot_insert_text',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8ba8f52aa2d1102d3513fdf0f4760b28',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['slot_5fjump_5fpage_1169',['slot_jump_page',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b',1,'GpgFrontend::UI::ChoosePage']]], - ['slot_5fkey_5fgen_5faccept_1170',['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_1171',['slot_non_expired_checked',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274',1,'GpgFrontend::UI::KeySetExpireDateDialog']]], - ['slot_5fopen_5ffile_5ftab_1172',['slot_open_file_tab',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fopen_5fkey_5fmanagement_1173',['slot_open_key_management',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fopen_5fsettings_5fdialog_1174',['slot_open_settings_dialog',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fopen_5furl_1175',['slot_open_url',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99',1,'GpgFrontend::UI::HelpPage']]], - ['slot_5fremove_5ftab_1176',['slot_remove_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42',1,'GpgFrontend::UI::TextEdit']]], - ['slot_5fset_5frestart_5fneeded_1177',['slot_set_restart_needed',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a204f8e834337aea7df2779a494dc6216',1,'GpgFrontend::UI::SettingsDialog']]], - ['slot_5fshow_5fkey_5fdetails_1178',['slot_show_key_details',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fshow_5fversion_5fstatus_1179',['slot_show_version_status',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a1003bd969ecbc5deba940e39436968f4',1,'GpgFrontend::UI::UpdateTab']]], - ['slot_5fsign_1180',['slot_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3f3d03b0ec22385bee559fbd2aeb881b',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fsign_5fkey_1181',['slot_sign_key',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43',1,'GpgFrontend::UI::KeyUIDSignDialog']]], - ['slot_5fsigning_5fbox_5fchanged_1182',['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_1183',['slot_start_wizard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fupdate_5fkey_5fstatus_1184',['slot_update_key_status',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e',1,'GpgFrontend::UI::CommonUtils']]], - ['slot_5fupload_5fkey_5fto_5fserver_1185',['slot_upload_key_to_server',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a0f724649ca953b888f07d69c97fe45b6',1,'GpgFrontend::UI::KeyUploadDialog']]], - ['slot_5fverify_1186',['slot_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa9c986dd95984811479ea93230c74b5d',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fversion_5fupgrade_1187',['slot_version_upgrade',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a48368c77af7b1f4cb632870b8d914a28',1,'GpgFrontend::UI::MainWindow']]], - ['slotclosetab_1188',['SlotCloseTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b',1,'GpgFrontend::UI::TextEdit']]], - ['slotcopy_1189',['SlotCopy',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780',1,'GpgFrontend::UI::TextEdit']]], - ['slotcurpagefiletreeview_1190',['SlotCurPageFileTreeView',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9',1,'GpgFrontend::UI::TextEdit']]], - ['slotcurpagetextedit_1191',['SlotCurPageTextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1',1,'GpgFrontend::UI::TextEdit']]], - ['slotcut_1192',['SlotCut',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162',1,'GpgFrontend::UI::TextEdit']]], - ['slotexecutegpgcommand_1193',['SlotExecuteGpgCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d',1,'GpgFrontend::UI::CommonUtils']]], - ['slotfiledecrypt_1194',['SlotFileDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0a6d0618f2835a6dcae707a4ca770a48',1,'GpgFrontend::UI::MainWindow']]], - ['slotfiledecryptverify_1195',['SlotFileDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab23c7e67dd1f5295b3c49ad79dfd5919',1,'GpgFrontend::UI::MainWindow']]], - ['slotfileencrypt_1196',['SlotFileEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3',1,'GpgFrontend::UI::MainWindow']]], - ['slotfileencryptsign_1197',['SlotFileEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30',1,'GpgFrontend::UI::MainWindow']]], - ['slotfilesign_1198',['SlotFileSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf',1,'GpgFrontend::UI::MainWindow']]], - ['slotfileverify_1199',['SlotFileVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8',1,'GpgFrontend::UI::MainWindow']]], - ['slotfilltexteditwithtext_1200',['SlotFillTextEditWithText',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20',1,'GpgFrontend::UI::TextEdit']]], - ['slotimport_1201',['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_1202',['SlotImportKeyFromClipboard',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a',1,'GpgFrontend::UI::CommonUtils']]], - ['slotimportkeyfromfile_1203',['SlotImportKeyFromFile',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d',1,'GpgFrontend::UI::CommonUtils']]], - ['slotimportkeyfromkeyserver_1204',['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_1205',['SlotImportKeys',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a3bc26cc1e0f00f0ce2f95c0b6c8778d8',1,'GpgFrontend::UI::CommonUtils']]], - ['slotnewfiletab_1206',['SlotNewFileTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae22ecadf31648f424eb8ab86bd28ef39',1,'GpgFrontend::UI::TextEdit']]], - ['slotnewhelptab_1207',['slotNewHelpTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4',1,'GpgFrontend::UI::TextEdit']]], - ['slotnewtab_1208',['SlotNewTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c',1,'GpgFrontend::UI::TextEdit']]], - ['slotopen_1209',['SlotOpen',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb',1,'GpgFrontend::UI::TextEdit']]], - ['slotopenfile_1210',['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_1211',['SlotPaste',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9',1,'GpgFrontend::UI::TextEdit']]], - ['slotprint_1212',['SlotPrint',['../classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224',1,'GpgFrontend::UI::TextEdit']]], - ['slotquote_1213',['SlotQuote',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee',1,'GpgFrontend::UI::TextEdit']]], - ['slotredo_1214',['SlotRedo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929',1,'GpgFrontend::UI::TextEdit']]], - ['slotrefresh_1215',['SlotRefresh',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['slotsave_1216',['SlotSave',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0',1,'GpgFrontend::UI::TextEdit']]], - ['slotsaveas_1217',['SlotSaveAs',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a02fa44ba0c56f3f6ae125f8490faf254',1,'GpgFrontend::UI::TextEdit']]], - ['slotselectall_1218',['SlotSelectAll',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55',1,'GpgFrontend::UI::TextEdit']]], - ['slotsetrestartneeded_1219',['SlotSetRestartNeeded',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab1fb798caf43dd067beca5285444d47d',1,'GpgFrontend::UI::MainWindow']]], - ['slotshowmodified_1220',['SlotShowModified',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a7544182198b729373843635bbfea082a',1,'GpgFrontend::UI::TextEdit']]], - ['slotswitchtabdown_1221',['SlotSwitchTabDown',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474',1,'GpgFrontend::UI::TextEdit']]], - ['slotswitchtabup_1222',['SlotSwitchTabUp',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762',1,'GpgFrontend::UI::TextEdit']]], - ['slotundo_1223',['SlotUndo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5',1,'GpgFrontend::UI::TextEdit']]], - ['stripped_5fname_1224',['stripped_name',['../classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb',1,'GpgFrontend::UI::TextEdit']]], - ['subkeygeneratedialog_1225',['SubkeyGenerateDialog',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8f9d8baa7b576a4aa857818b87c26bcd',1,'GpgFrontend::UI::SubkeyGenerateDialog']]], - ['switch_5fui_5fenabled_1226',['switch_ui_enabled',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513',1,'GpgFrontend::UI::NetworkTab']]], - ['switch_5fui_5fproxy_5ftype_1227',['switch_ui_proxy_type',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd',1,'GpgFrontend::UI::NetworkTab']]], - ['syncsettings_1228',['SyncSettings',['../classGpgFrontend_1_1GlobalSettingStation.html#ac061ac8e5308f67ea52b98888bbb2e8d',1,'GpgFrontend::GlobalSettingStation']]] + ['save_5ffile_1101',['save_file',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf',1,'GpgFrontend::UI::TextEdit']]], + ['save_5fsettings_1102',['save_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7a4b6490038470a8849231e48282da98',1,'GpgFrontend::UI::MainWindow']]], + ['set_5fbackground_1103',['set_background',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a0c531f2c673caed29225a323e750205f',1,'GpgFrontend::UI::FindWidget']]], + ['set_5floading_1104',['set_loading',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['set_5fmessage_1105',['set_message',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['set_5fsignal_5fslot_1106',['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_1107',['set_status',['../classGpgFrontend_1_1GpgResultAnalyse.html#a7f13592b421c7b0d3853f15cece8d195',1,'GpgFrontend::GpgResultAnalyse']]], + ['setalgo_1108',['SetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a378ea10385ab401bea45a7edb3df122d',1,'GpgFrontend::GenKeyInfo']]], + ['setallowauthentication_1109',['SetAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aac51d251682ed1bc1090416ebfeba4de',1,'GpgFrontend::GenKeyInfo']]], + ['setallowcertification_1110',['SetAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ac5f52f74566618c71a29bdc5e70fce2e',1,'GpgFrontend::GenKeyInfo']]], + ['setallowencryption_1111',['SetAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a965014232f6de22c6d33320231ca4454',1,'GpgFrontend::GenKeyInfo']]], + ['setallowsigning_1112',['SetAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a1a01518b24d40d95e187ef73f4dcd52a',1,'GpgFrontend::GenKeyInfo']]], + ['setchannel_1113',['SetChannel',['../classGpgFrontend_1_1ChannelObject.html#aa3b19cad6d873b314bba32a3dae85f09',1,'GpgFrontend::ChannelObject']]], + ['setchecked_1114',['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_1115',['SetColumnWidth',['../classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5',1,'GpgFrontend::UI::KeyList']]], + ['setcomment_1116',['SetComment',['../classGpgFrontend_1_1GenKeyInfo.html#a947886456f5699241b1c1b9332e4b29e',1,'GpgFrontend::GenKeyInfo']]], + ['setcryptomenustatus_1117',['SetCryptoMenuStatus',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a85a98a1ec5418c110201980fa013d1fd',1,'GpgFrontend::UI::MainWindow']]], + ['setdoubleclickedaction_1118',['SetDoubleClickedAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291',1,'GpgFrontend::UI::KeyList']]], + ['setemail_1119',['SetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#a656c81d56f77350184f9a94db1a3ce05',1,'GpgFrontend::GenKeyInfo']]], + ['setexpire_1120',['SetExpire',['../classGpgFrontend_1_1GpgKeyManager.html#a1625abfbff168c476e76fa9425a6c37d',1,'GpgFrontend::GpgKeyManager::SetExpire()'],['../classGpgFrontend_1_1GpgKeyOpera.html#a12e6b05b23781861065d7e3243c9349e',1,'GpgFrontend::GpgKeyOpera::SetExpire()']]], + ['setexpiretime_1121',['SetExpireTime',['../classGpgFrontend_1_1GenKeyInfo.html#aa3bfeda7fc7c83dc8d48ee2b80780c3a',1,'GpgFrontend::GenKeyInfo']]], + ['setfilepath_1122',['SetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['setinfoboard_1123',['SetInfoBoard',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac936cfc8e1b3af65d0d71b74fb3f0b02',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['setissubkey_1124',['SetIsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#acd9f7742b739e1db60bd50489690dec1',1,'GpgFrontend::GenKeyInfo']]], + ['setkeylength_1125',['SetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#ae744395012e4dcb9734ad5a30aa8ed75',1,'GpgFrontend::GenKeyInfo']]], + ['setname_1126',['SetName',['../classGpgFrontend_1_1GenKeyInfo.html#a65ebc487e0e64c325f65474c812615f7',1,'GpgFrontend::GenKeyInfo']]], + ['setnonexpired_1127',['SetNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aea247381c21896f5371bb813ca665329',1,'GpgFrontend::GenKeyInfo']]], + ['setnonpassphrase_1128',['SetNonPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a864407216cbdbef9e7b35e6be694d3ef',1,'GpgFrontend::GenKeyInfo']]], + ['setobjectinchannel_1129',['SetObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#ab0097bb648b2303d68a975c7cbea5a52',1,'GpgFrontend::SingletonStorage']]], + ['setpassphrase_1130',['SetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#afe1760d4ead397f6096925290a38e1a4',1,'GpgFrontend::GenKeyInfo']]], + ['setpassphrasecb_1131',['SetPassphraseCb',['../classGpgFrontend_1_1GpgContext.html#a3399fc60086ff5010a089bff48bbc63c',1,'GpgFrontend::GpgContext']]], + ['setprimaryuid_1132',['SetPrimaryUID',['../classGpgFrontend_1_1GpgUIDOperator.html#acbdabec97df508382b0c9b1fffbf1dd5',1,'GpgFrontend::GpgUIDOperator']]], + ['setsettings_1133',['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_1134',['SetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#ad6ea3596ba7d7543fb1b8233d09996df',1,'GpgFrontend::GpgBasicOperator']]], + ['settingsdialog_1135',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc',1,'GpgFrontend::UI::SettingsDialog']]], + ['settingsobject_1136',['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_1137',['show_verify_details',['../namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281',1,'GpgFrontend::UI']]], + ['showevent_1138',['showEvent',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab799cd5e07b06a8e953d72105c0a1083',1,'GpgFrontend::UI::AboutDialog']]], + ['shownotificationwidget_1139',['ShowNotificationWidget',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['sign_1140',['Sign',['../classGpgFrontend_1_1GpgBasicOperator.html#a988d7e65e85fc7a578f26300332a65d3',1,'GpgFrontend::GpgBasicOperator']]], + ['signalkeydatabaserefreshdone_1141',['SignalKeyDatabaseRefreshDone',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28',1,'GpgFrontend::UI::CommonUtils']]], + ['signalkeyserverlisttestresult_1142',['SignalKeyServerListTestResult',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread.html#a41071f083c60ca708e8cc29896803940',1,'GpgFrontend::UI::ListedKeyServerTestThread']]], + ['signalopenhelp_1143',['SignalOpenHelp',['../classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb',1,'GpgFrontend::UI::Wizard']]], + ['signalpathchanged_1144',['SignalPathChanged',['../classGpgFrontend_1_1UI_1_1FilePage.html#aec462d16a2097024a4ced24012b905a7',1,'GpgFrontend::UI::FilePage']]], + ['signalproxyconnectiontestresult_1145',['SignalProxyConnectionTestResult',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#aedafa7b22e024be537658fd8096e5f6f',1,'GpgFrontend::UI::ProxyConnectionTestThread']]], + ['signalrefreshinfoboard_1146',['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_1147',['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_1148',['SignalReplyFromUpdateServer',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95',1,'GpgFrontend::UI::UpdateTab']]], + ['signalrestartneeded_1149',['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_1150',['SignalUIBytesDisplayed',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['signalupgradeversion_1151',['SignalUpgradeVersion',['../classGpgFrontend_1_1UI_1_1VersionCheckThread.html#a61ba582623b570964e8fc1515407d636',1,'GpgFrontend::UI::VersionCheckThread']]], + ['signerspicker_1152',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb',1,'GpgFrontend::UI::SignersPicker']]], + ['signfile_1153',['SignFile',['../classGpgFrontend_1_1GpgFileOpera.html#a350df1c07c054625c4755a78e6ca5ca8',1,'GpgFrontend::GpgFileOpera']]], + ['signkey_1154',['SignKey',['../classGpgFrontend_1_1GpgKeyManager.html#a12138780c53add7589f78f056019e5e0',1,'GpgFrontend::GpgKeyManager']]], + ['singletonfunctionobject_1155',['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_1156',['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_1157',['slot_add_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fadd_5fuid_5fresult_1158',['slot_add_uid_result',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['slot_5fappend_5fselected_5fkeys_1159',['slot_append_selected_keys',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fauthentication_5fbox_5fchanged_1160',['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_1161',['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_1162',['slot_clean_double_line_breaks',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fcompress_5ffiles_1163',['slot_compress_files',['../classGpgFrontend_1_1UI_1_1FilePage.html#a250b1950f874c1d11549cd5c0ea9693f',1,'GpgFrontend::UI::FilePage']]], + ['slot_5fcopy_5ffingerprint_1164',['slot_copy_fingerprint',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['slot_5fcopy_5fmail_5faddress_5fto_5fclipboard_1165',['slot_copy_mail_address_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fcreate_5fnew_5fuid_1166',['slot_create_new_uid',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c',1,'GpgFrontend::UI::KeyNewUIDDialog']]], + ['slot_5fcut_5fpgp_5fheader_1167',['slot_cut_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fdecrypt_1168',['slot_decrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fdecrypt_5fverify_1169',['slot_decrypt_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1d61ea803e6c825bd54f42ba9ae85919',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fdisable_5ftab_5factions_1170',['slot_disable_tab_actions',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fdouble_5fclicked_1171',['slot_double_clicked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e',1,'GpgFrontend::UI::KeyList']]], + ['slot_5fencrypt_1172',['slot_encrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae11d01211c2914ecc148e13dd7de506e',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fencrypt_5fsign_1173',['slot_encrypt_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a304efe91afa31b32725caa00c27475a4',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fencryption_5fbox_5fchanged_1174',['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_1175',['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_1176',['slot_export_private_key',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab',1,'GpgFrontend::UI::KeyPairOperaTab']]], + ['slot_5ffile_5ftree_5fview_5fitem_5fclicked_1177',['slot_file_tree_view_item_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#a676917817d6f519e043742d1d87f97f1',1,'GpgFrontend::UI::FilePage']]], + ['slot_5ffile_5ftree_5fview_5fitem_5fdouble_5fclicked_1178',['slot_file_tree_view_item_double_clicked',['../classGpgFrontend_1_1UI_1_1FilePage.html#ad3c54320bdafbbb2c06a20d6c7dea9d6',1,'GpgFrontend::UI::FilePage']]], + ['slot_5ffind_1179',['slot_find',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fformat_5fgpg_5fheader_1180',['slot_format_gpg_header',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['slot_5fimport_5ffinished_1181',['slot_import_finished',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1d083105603805219fe01f37d773693f',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['slot_5fimport_5fkey_5ffrom_5fedit_1182',['slot_import_key_from_edit',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5finsert_5ftext_1183',['slot_insert_text',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a184985104f23da8fdf2b9aaf7b27405b',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['slot_5fjump_5fpage_1184',['slot_jump_page',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b',1,'GpgFrontend::UI::ChoosePage']]], + ['slot_5fkey_5fgen_5faccept_1185',['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_1186',['slot_non_expired_checked',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274',1,'GpgFrontend::UI::KeySetExpireDateDialog']]], + ['slot_5fopen_5ffile_5ftab_1187',['slot_open_file_tab',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fopen_5fkey_5fmanagement_1188',['slot_open_key_management',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fopen_5fsettings_5fdialog_1189',['slot_open_settings_dialog',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fopen_5furl_1190',['slot_open_url',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99',1,'GpgFrontend::UI::HelpPage']]], + ['slot_5fremove_5ftab_1191',['slot_remove_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42',1,'GpgFrontend::UI::TextEdit']]], + ['slot_5fset_5frestart_5fneeded_1192',['slot_set_restart_needed',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a204f8e834337aea7df2779a494dc6216',1,'GpgFrontend::UI::SettingsDialog']]], + ['slot_5fshow_5fkey_5fdetails_1193',['slot_show_key_details',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fshow_5fversion_5fstatus_1194',['slot_show_version_status',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a1003bd969ecbc5deba940e39436968f4',1,'GpgFrontend::UI::UpdateTab']]], + ['slot_5fsign_1195',['slot_sign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3f3d03b0ec22385bee559fbd2aeb881b',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fsign_5fkey_1196',['slot_sign_key',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43',1,'GpgFrontend::UI::KeyUIDSignDialog']]], + ['slot_5fsigning_5fbox_5fchanged_1197',['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_1198',['slot_start_wizard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fupdate_5fkey_5fstatus_1199',['slot_update_key_status',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e',1,'GpgFrontend::UI::CommonUtils']]], + ['slot_5fupload_5fkey_5fto_5fserver_1200',['slot_upload_key_to_server',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a0f724649ca953b888f07d69c97fe45b6',1,'GpgFrontend::UI::KeyUploadDialog']]], + ['slot_5fverify_1201',['slot_verify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa9c986dd95984811479ea93230c74b5d',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fversion_5fupgrade_1202',['slot_version_upgrade',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a48368c77af7b1f4cb632870b8d914a28',1,'GpgFrontend::UI::MainWindow']]], + ['slotclosetab_1203',['SlotCloseTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b',1,'GpgFrontend::UI::TextEdit']]], + ['slotcopy_1204',['SlotCopy',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780',1,'GpgFrontend::UI::TextEdit']]], + ['slotcurpagefiletreeview_1205',['SlotCurPageFileTreeView',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9',1,'GpgFrontend::UI::TextEdit']]], + ['slotcurpagetextedit_1206',['SlotCurPageTextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1',1,'GpgFrontend::UI::TextEdit']]], + ['slotcut_1207',['SlotCut',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162',1,'GpgFrontend::UI::TextEdit']]], + ['slotexecutegpgcommand_1208',['SlotExecuteGpgCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d',1,'GpgFrontend::UI::CommonUtils']]], + ['slotfiledecrypt_1209',['SlotFileDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0a6d0618f2835a6dcae707a4ca770a48',1,'GpgFrontend::UI::MainWindow']]], + ['slotfiledecryptverify_1210',['SlotFileDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab23c7e67dd1f5295b3c49ad79dfd5919',1,'GpgFrontend::UI::MainWindow']]], + ['slotfileencrypt_1211',['SlotFileEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9ec699536a35a37961a8c6da1e231ae3',1,'GpgFrontend::UI::MainWindow']]], + ['slotfileencryptsign_1212',['SlotFileEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a25a2e4017d77cffc8362bde9606fad30',1,'GpgFrontend::UI::MainWindow']]], + ['slotfilesign_1213',['SlotFileSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8bcdcbe678b8dc0837fffda2ebfe79bf',1,'GpgFrontend::UI::MainWindow']]], + ['slotfileverify_1214',['SlotFileVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9879061cfd321c6757c77f75d46dc7d8',1,'GpgFrontend::UI::MainWindow']]], + ['slotfilltexteditwithtext_1215',['SlotFillTextEditWithText',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20',1,'GpgFrontend::UI::TextEdit']]], + ['slotimport_1216',['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_1217',['SlotImportKeyFromClipboard',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a',1,'GpgFrontend::UI::CommonUtils']]], + ['slotimportkeyfromfile_1218',['SlotImportKeyFromFile',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d',1,'GpgFrontend::UI::CommonUtils']]], + ['slotimportkeyfromkeyserver_1219',['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_1220',['SlotImportKeys',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a3bc26cc1e0f00f0ce2f95c0b6c8778d8',1,'GpgFrontend::UI::CommonUtils']]], + ['slotnewfiletab_1221',['SlotNewFileTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae22ecadf31648f424eb8ab86bd28ef39',1,'GpgFrontend::UI::TextEdit']]], + ['slotnewhelptab_1222',['slotNewHelpTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4',1,'GpgFrontend::UI::TextEdit']]], + ['slotnewtab_1223',['SlotNewTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c',1,'GpgFrontend::UI::TextEdit']]], + ['slotopen_1224',['SlotOpen',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb',1,'GpgFrontend::UI::TextEdit']]], + ['slotopenfile_1225',['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_1226',['SlotPaste',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9',1,'GpgFrontend::UI::TextEdit']]], + ['slotprint_1227',['SlotPrint',['../classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224',1,'GpgFrontend::UI::TextEdit']]], + ['slotquote_1228',['SlotQuote',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee',1,'GpgFrontend::UI::TextEdit']]], + ['slotredo_1229',['SlotRedo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929',1,'GpgFrontend::UI::TextEdit']]], + ['slotrefresh_1230',['SlotRefresh',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['slotsave_1231',['SlotSave',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0',1,'GpgFrontend::UI::TextEdit']]], + ['slotsaveas_1232',['SlotSaveAs',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a02fa44ba0c56f3f6ae125f8490faf254',1,'GpgFrontend::UI::TextEdit']]], + ['slotselectall_1233',['SlotSelectAll',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55',1,'GpgFrontend::UI::TextEdit']]], + ['slotsetrestartneeded_1234',['SlotSetRestartNeeded',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab1fb798caf43dd067beca5285444d47d',1,'GpgFrontend::UI::MainWindow']]], + ['slotshowmodified_1235',['SlotShowModified',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a7544182198b729373843635bbfea082a',1,'GpgFrontend::UI::TextEdit']]], + ['slotswitchtabdown_1236',['SlotSwitchTabDown',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474',1,'GpgFrontend::UI::TextEdit']]], + ['slotswitchtabup_1237',['SlotSwitchTabUp',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762',1,'GpgFrontend::UI::TextEdit']]], + ['slotundo_1238',['SlotUndo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5',1,'GpgFrontend::UI::TextEdit']]], + ['stripped_5fname_1239',['stripped_name',['../classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb',1,'GpgFrontend::UI::TextEdit']]], + ['subkeygeneratedialog_1240',['SubkeyGenerateDialog',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8f9d8baa7b576a4aa857818b87c26bcd',1,'GpgFrontend::UI::SubkeyGenerateDialog']]], + ['switch_5fui_5fenabled_1241',['switch_ui_enabled',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513',1,'GpgFrontend::UI::NetworkTab']]], + ['switch_5fui_5fproxy_5ftype_1242',['switch_ui_proxy_type',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd',1,'GpgFrontend::UI::NetworkTab']]], + ['syncsettings_1243',['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 cd3c9a82..7aacdfa3 100644 --- a/docs/html/search/functions_13.js +++ b/docs/html/search/functions_13.js @@ -1,10 +1,13 @@ var searchData= [ - ['tabcount_1229',['TabCount',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9',1,'GpgFrontend::UI::TextEdit']]], - ['takechargeofresult_1230',['TakeChargeOfResult',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#acdb7839a5158f078b38d60f0fefc5155',1,'GpgFrontend::GpgVerifyResultAnalyse']]], - ['test_5fpassphrase_5fcb_1231',['test_passphrase_cb',['../classGpgFrontend_1_1GpgContext.html#acc4234054002065dfbc5d5261a4950d4',1,'GpgFrontend::GpgContext']]], - ['test_5fstatus_5fcb_1232',['test_status_cb',['../classGpgFrontend_1_1GpgContext.html#a3844cd0966134939e5c4be9a725e5271',1,'GpgFrontend::GpgContext']]], - ['text_5fis_5fsigned_1233',['text_is_signed',['../namespaceGpgFrontend.html#a2a0394c8bdd277f5235f9875a1d69a99',1,'GpgFrontend']]], - ['tofuinfopage_1234',['TOFUInfoPage',['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html#a9adc1666e3f57536594876520019e395',1,'GpgFrontend::UI::TOFUInfoPage']]], - ['translatorstab_1235',['TranslatorsTab',['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html#a89e5c7b9c17fb41b7c7bf461fb8ad99e',1,'GpgFrontend::UI::TranslatorsTab']]] + ['tabcount_1244',['TabCount',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9',1,'GpgFrontend::UI::TextEdit']]], + ['takechargeofresult_1245',['TakeChargeOfResult',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#acdb7839a5158f078b38d60f0fefc5155',1,'GpgFrontend::GpgVerifyResultAnalyse']]], + ['task_1246',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html#a1ec53d301fc83e0da39e43055ded5d14',1,'GpgFrontend::Thread::Task::Task()'],['../classGpgFrontend_1_1Thread_1_1Task.html#a57754a42ad43000a1c1d3c98a29edbb2',1,'GpgFrontend::Thread::Task::Task(TaskCallback callback)'],['../classGpgFrontend_1_1Thread_1_1Task.html#a91e831792863218c044fc3b0b0d17808',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, TaskCallback callback=[](int) {})']]], + ['taskrunner_1247',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ad3c8612cbe60112f9b14e616fb0a4acf',1,'GpgFrontend::Thread::TaskRunner']]], + ['taskrunnergetter_1248',['TaskRunnerGetter',['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html#a80794d81179f66f4b4ed3122a64f27cf',1,'GpgFrontend::Thread::TaskRunnerGetter']]], + ['test_5fpassphrase_5fcb_1249',['test_passphrase_cb',['../classGpgFrontend_1_1GpgContext.html#acc4234054002065dfbc5d5261a4950d4',1,'GpgFrontend::GpgContext']]], + ['test_5fstatus_5fcb_1250',['test_status_cb',['../classGpgFrontend_1_1GpgContext.html#a3844cd0966134939e5c4be9a725e5271',1,'GpgFrontend::GpgContext']]], + ['text_5fis_5fsigned_1251',['text_is_signed',['../namespaceGpgFrontend.html#a2a0394c8bdd277f5235f9875a1d69a99',1,'GpgFrontend']]], + ['tofuinfopage_1252',['TOFUInfoPage',['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html#a9adc1666e3f57536594876520019e395',1,'GpgFrontend::UI::TOFUInfoPage']]], + ['translatorstab_1253',['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 7dad5fb5..55bafb5a 100644 --- a/docs/html/search/functions_14.js +++ b/docs/html/search/functions_14.js @@ -1,6 +1,6 @@ var searchData= [ - ['unsaveddocuments_1236',['UnsavedDocuments',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39',1,'GpgFrontend::UI::TextEdit']]], - ['updatetab_1237',['UpdateTab',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a833c5f709607032bac530aacf389a117',1,'GpgFrontend::UI::UpdateTab']]], - ['upload_5fkey_5fto_5fserver_1238',['upload_key_to_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c',1,'GpgFrontend::UI::MainWindow']]] + ['unsaveddocuments_1254',['UnsavedDocuments',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39',1,'GpgFrontend::UI::TextEdit']]], + ['updatetab_1255',['UpdateTab',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a833c5f709607032bac530aacf389a117',1,'GpgFrontend::UI::UpdateTab']]], + ['upload_5fkey_5fto_5fserver_1256',['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 df406f97..58f8020c 100644 --- a/docs/html/search/functions_15.js +++ b/docs/html/search/functions_15.js @@ -1,9 +1,9 @@ var searchData= [ - ['verify_1239',['Verify',['../classGpgFrontend_1_1GpgBasicOperator.html#af0347cb28ff73b2250395ceaa9001509',1,'GpgFrontend::GpgBasicOperator']]], - ['verifydetailsdialog_1240',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda',1,'GpgFrontend::UI::VerifyDetailsDialog']]], - ['verifyfile_1241',['VerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#a14cddfe822c9410cd9c301d08963b7e7',1,'GpgFrontend::GpgFileOpera']]], - ['verifykeydetailbox_1242',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0',1,'GpgFrontend::UI::VerifyKeyDetailBox']]], - ['versioncheckthread_1243',['VersionCheckThread',['../classGpgFrontend_1_1UI_1_1VersionCheckThread.html#a75ad15966d6a8e24ca65b7d7ea608c25',1,'GpgFrontend::UI::VersionCheckThread']]], - ['versionwithdrawn_1244',['VersionWithDrawn',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a587a3fdb047a15c3771c2af5eebdbf4b',1,'GpgFrontend::UI::SoftwareVersion']]] + ['verify_1257',['Verify',['../classGpgFrontend_1_1GpgBasicOperator.html#af0347cb28ff73b2250395ceaa9001509',1,'GpgFrontend::GpgBasicOperator']]], + ['verifydetailsdialog_1258',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda',1,'GpgFrontend::UI::VerifyDetailsDialog']]], + ['verifyfile_1259',['VerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#a14cddfe822c9410cd9c301d08963b7e7',1,'GpgFrontend::GpgFileOpera']]], + ['verifykeydetailbox_1260',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0',1,'GpgFrontend::UI::VerifyKeyDetailBox']]], + ['versioncheckthread_1261',['VersionCheckThread',['../classGpgFrontend_1_1UI_1_1VersionCheckThread.html#a75ad15966d6a8e24ca65b7d7ea608c25',1,'GpgFrontend::UI::VersionCheckThread']]], + ['versionwithdrawn_1262',['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 61a37a33..19b623af 100644 --- a/docs/html/search/functions_16.js +++ b/docs/html/search/functions_16.js @@ -1,9 +1,9 @@ var searchData= [ - ['waitingdialog_1245',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc',1,'GpgFrontend::UI::WaitingDialog']]], - ['willcharsetchange_1246',['WillCharsetChange',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['wizard_1247',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10',1,'GpgFrontend::UI::Wizard']]], - ['write_5fbuffer_5fto_5ffile_1248',['write_buffer_to_file',['../namespaceGpgFrontend.html#a5135069571678eda9c1f07d17ed9ac41',1,'GpgFrontend']]], - ['writefile_1249',['WriteFile',['../classGpgFrontend_1_1FileOperator.html#a2f21ef4a88448b1eddf756302913d338',1,'GpgFrontend::FileOperator']]], - ['writefilestd_1250',['WriteFileStd',['../classGpgFrontend_1_1FileOperator.html#a51121c94dc32a83d7073fbe7138b603b',1,'GpgFrontend::FileOperator']]] + ['waitingdialog_1263',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc',1,'GpgFrontend::UI::WaitingDialog']]], + ['willcharsetchange_1264',['WillCharsetChange',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a1c1c0174ed1ed9c5a90739eafc5c3267',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['wizard_1265',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10',1,'GpgFrontend::UI::Wizard']]], + ['write_5fbuffer_5fto_5ffile_1266',['write_buffer_to_file',['../namespaceGpgFrontend.html#a5135069571678eda9c1f07d17ed9ac41',1,'GpgFrontend']]], + ['writefile_1267',['WriteFile',['../classGpgFrontend_1_1FileOperator.html#a2f21ef4a88448b1eddf756302913d338',1,'GpgFrontend::FileOperator']]], + ['writefilestd_1268',['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 1fc18f73..e8313a92 100644 --- a/docs/html/search/functions_17.js +++ b/docs/html/search/functions_17.js @@ -1,10 +1,12 @@ var searchData= [ - ['_7eglobalsettingstation_1251',['~GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451',1,'GpgFrontend::GlobalSettingStation']]], - ['_7egpgcontext_1252',['~GpgContext',['../classGpgFrontend_1_1GpgContext.html#ae89dee551354c1541337881898832725',1,'GpgFrontend::GpgContext']]], - ['_7egpgkey_1253',['~GpgKey',['../classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697',1,'GpgFrontend::GpgKey']]], - ['_7egpgkeysignature_1254',['~GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html#ab4d7044f4e1ddcf0ae0d28be43f0fcb3',1,'GpgFrontend::GpgKeySignature']]], - ['_7egpgsignature_1255',['~GpgSignature',['../classGpgFrontend_1_1GpgSignature.html#a44f137a457ac109d145a1cdd8e544e3a',1,'GpgFrontend::GpgSignature']]], - ['_7esettingsobject_1256',['~SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html#ae71336d240ace35756d1852a46271f6c',1,'GpgFrontend::UI::SettingsObject']]], - ['_7esingletonfunctionobject_1257',['~SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html#a8296be8c449f88175285186831b995bc',1,'GpgFrontend::SingletonFunctionObject']]] + ['_7eglobalsettingstation_1269',['~GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451',1,'GpgFrontend::GlobalSettingStation']]], + ['_7egpgcontext_1270',['~GpgContext',['../classGpgFrontend_1_1GpgContext.html#ae89dee551354c1541337881898832725',1,'GpgFrontend::GpgContext']]], + ['_7egpgkey_1271',['~GpgKey',['../classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697',1,'GpgFrontend::GpgKey']]], + ['_7egpgkeysignature_1272',['~GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html#ab4d7044f4e1ddcf0ae0d28be43f0fcb3',1,'GpgFrontend::GpgKeySignature']]], + ['_7egpgsignature_1273',['~GpgSignature',['../classGpgFrontend_1_1GpgSignature.html#a44f137a457ac109d145a1cdd8e544e3a',1,'GpgFrontend::GpgSignature']]], + ['_7esettingsobject_1274',['~SettingsObject',['../classGpgFrontend_1_1UI_1_1SettingsObject.html#ae71336d240ace35756d1852a46271f6c',1,'GpgFrontend::UI::SettingsObject']]], + ['_7esingletonfunctionobject_1275',['~SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html#a8296be8c449f88175285186831b995bc',1,'GpgFrontend::SingletonFunctionObject']]], + ['_7etask_1276',['~Task',['../classGpgFrontend_1_1Thread_1_1Task.html#a37766a505662b33ad14672c29e209ea8',1,'GpgFrontend::Thread::Task']]], + ['_7etaskrunner_1277',['~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 5235177a..9e5c77fc 100644 --- a/docs/html/search/functions_2.js +++ b/docs/html/search/functions_2.js @@ -1,4 +1,4 @@ var searchData= [ - ['beautify_5ffingerprint_782',['beautify_fingerprint',['../namespaceGpgFrontend.html#ac494a4b0d91e08a70db77a399c9a0f30',1,'GpgFrontend']]] + ['beautify_5ffingerprint_797',['beautify_fingerprint',['../namespaceGpgFrontend.html#ac494a4b0d91e08a70db77a399c9a0f30',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/functions_3.js b/docs/html/search/functions_3.js index 85e61203..878aa23f 100644 --- a/docs/html/search/functions_3.js +++ b/docs/html/search/functions_3.js @@ -1,46 +1,46 @@ var searchData= [ - ['calculatehash_783',['CalculateHash',['../classGpgFrontend_1_1FileOperator.html#a08baef750a723ee709804120a34d19c9',1,'GpgFrontend::FileOperator']]], - ['channelobject_784',['ChannelObject',['../classGpgFrontend_1_1ChannelObject.html#aedbf32eddc701e521bd8e790ef208da0',1,'GpgFrontend::ChannelObject::ChannelObject() noexcept'],['../classGpgFrontend_1_1ChannelObject.html#a68ad2a19339e3cd50626fe0eaad17ccd',1,'GpgFrontend::ChannelObject::ChannelObject(int channel)']]], - ['check_785',['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_786',['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_787',['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_788',['check_gpg_error_2_err_code',['../namespaceGpgFrontend.html#a4edac6df92596ba8eea3a8cdc1173684',1,'GpgFrontend']]], - ['choosepage_789',['ChoosePage',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#ae370e789009be3926410cb749c86907b',1,'GpgFrontend::UI::ChoosePage']]], - ['close_5fattachment_5fdock_790',['close_attachment_dock',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a473b679fa0dc3cdf4f6f98d6553fa0ec',1,'GpgFrontend::UI::MainWindow']]], - ['closeevent_791',['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_792',['CloseNoteByClass',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['commonutils_793',['CommonUtils',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a78f5c2696152e9326e845c76c94be965',1,'GpgFrontend::UI::CommonUtils']]], - ['conclusionpage_794',['ConclusionPage',['../classGpgFrontend_1_1UI_1_1ConclusionPage.html#afcd98b4735047807d384e6b3d3aea3a7',1,'GpgFrontend::UI::ConclusionPage']]], - ['containsprivatekeys_795',['ContainsPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a20c4a242f49123bd64982952fdad08e9',1,'GpgFrontend::UI::KeyList']]], - ['contextmenuevent_796',['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_797',['Copy',['../classGpgFrontend_1_1GpgKey.html#ac90afba6a5aec0bc2c0f1e01de417ec8',1,'GpgFrontend::GpgKey']]], - ['create_5factions_798',['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_799',['create_attachment_dock',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a92a6d8d46e197e25eaacc3ad7ed289ab',1,'GpgFrontend::UI::MainWindow']]], - ['create_5fbasic_5finfo_5fgroup_5fbox_800',['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_801',['create_button',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c5d8a43fd8a6f1c217d83694dcc689c',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['create_5fbutton_5fbox_802',['create_button_box',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9f5912ff99e3820d5fa6a58ed14a70c8',1,'GpgFrontend::UI::KeyImportDetailDialog']]], - ['create_5fcombobox_803',['create_comboBox',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab9e2fe38d54c0f0d3d73907300faa513',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['create_5fdock_5fwindows_804',['create_dock_windows',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a04668246525874760f47a340b4b7d8de',1,'GpgFrontend::UI::MainWindow']]], - ['create_5fgeneral_5finfo_5fbox_805',['create_general_info_box',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#af88ee416b2227ce847a3b8123a23ce24',1,'GpgFrontend::UI::KeyImportDetailDialog']]], - ['create_5fkey_5finfo_5fgrid_806',['create_key_info_grid',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a25b96a986a009d35847f94719ec327c1',1,'GpgFrontend::UI::VerifyKeyDetailBox']]], - ['create_5fkey_5fusage_5fgroup_5fbox_807',['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_808',['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_809',['create_manage_uid_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a5c029e55323d54aa2306267cea1809ea',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['create_5fmenus_810',['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_811',['create_popup_menu',['../classGpgFrontend_1_1UI_1_1FilePage.html#a73e4b62f4926b1aeb3f2183a1d05d871',1,'GpgFrontend::UI::FilePage']]], - ['create_5fsign_5flist_812',['create_sign_list',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a32dc14242d88ca168ae71e9a895d2b29',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['create_5fsign_5fpopup_5fmenu_813',['create_sign_popup_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7653654c81149c48e7e4d5f0c00c360f',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['create_5fstatus_5fbar_814',['create_status_bar',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1ab1f3f57f9969447491e63f54420585',1,'GpgFrontend::UI::MainWindow']]], - ['create_5fsubkey_5flist_815',['create_subkey_list',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0503508ce7e11f497a05cdf6f536a253',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], - ['create_5fsubkey_5fopera_5fmenu_816',['create_subkey_opera_menu',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a324446276f111be455773381ee8b6739',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], - ['create_5ftool_5fbars_817',['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_818',['create_uid_list',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0511f5714548920cf3563306536d0bd7',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['create_5fuid_5fpopup_5fmenu_819',['create_uid_popup_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2a87d3ed720a57a5d96a108c7a9827d7',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['createinstance_820',['CreateInstance',['../classGpgFrontend_1_1SingletonFunctionObject.html#a083807ff8cec58dc0aa732844edaf518',1,'GpgFrontend::SingletonFunctionObject']]], - ['createoperamenu_821',['CreateOperaMenu',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a4dcec352e412afe5c5491f941495090f',1,'GpgFrontend::UI::KeyPairOperaTab']]], - ['ctxcheckthread_822',['CtxCheckThread',['../classGpgFrontend_1_1CtxCheckThread.html#a48cefc5f06e87df15c8336017d2b322f',1,'GpgFrontend::CtxCheckThread']]], - ['curfilepage_823',['CurFilePage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109',1,'GpgFrontend::UI::TextEdit']]], - ['currentversionreleased_824',['CurrentVersionReleased',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a43663cd2d086299a0f0304f5bde9c663',1,'GpgFrontend::UI::SoftwareVersion']]], - ['curtextpage_825',['CurTextPage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a7aa1230fbf796225bd6b83d381e11a3b',1,'GpgFrontend::UI::TextEdit']]] + ['calculatehash_798',['CalculateHash',['../classGpgFrontend_1_1FileOperator.html#a08baef750a723ee709804120a34d19c9',1,'GpgFrontend::FileOperator']]], + ['channelobject_799',['ChannelObject',['../classGpgFrontend_1_1ChannelObject.html#aedbf32eddc701e521bd8e790ef208da0',1,'GpgFrontend::ChannelObject::ChannelObject() noexcept'],['../classGpgFrontend_1_1ChannelObject.html#a68ad2a19339e3cd50626fe0eaad17ccd',1,'GpgFrontend::ChannelObject::ChannelObject(int channel)']]], + ['check_800',['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_801',['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_802',['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_803',['check_gpg_error_2_err_code',['../namespaceGpgFrontend.html#a4edac6df92596ba8eea3a8cdc1173684',1,'GpgFrontend']]], + ['choosepage_804',['ChoosePage',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#ae370e789009be3926410cb749c86907b',1,'GpgFrontend::UI::ChoosePage']]], + ['close_5fattachment_5fdock_805',['close_attachment_dock',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a473b679fa0dc3cdf4f6f98d6553fa0ec',1,'GpgFrontend::UI::MainWindow']]], + ['closeevent_806',['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_807',['CloseNoteByClass',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['commonutils_808',['CommonUtils',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a78f5c2696152e9326e845c76c94be965',1,'GpgFrontend::UI::CommonUtils']]], + ['conclusionpage_809',['ConclusionPage',['../classGpgFrontend_1_1UI_1_1ConclusionPage.html#afcd98b4735047807d384e6b3d3aea3a7',1,'GpgFrontend::UI::ConclusionPage']]], + ['containsprivatekeys_810',['ContainsPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a20c4a242f49123bd64982952fdad08e9',1,'GpgFrontend::UI::KeyList']]], + ['contextmenuevent_811',['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_812',['Copy',['../classGpgFrontend_1_1GpgKey.html#ac90afba6a5aec0bc2c0f1e01de417ec8',1,'GpgFrontend::GpgKey']]], + ['create_5factions_813',['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_814',['create_attachment_dock',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a92a6d8d46e197e25eaacc3ad7ed289ab',1,'GpgFrontend::UI::MainWindow']]], + ['create_5fbasic_5finfo_5fgroup_5fbox_815',['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_816',['create_button',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c5d8a43fd8a6f1c217d83694dcc689c',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['create_5fbutton_5fbox_817',['create_button_box',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9f5912ff99e3820d5fa6a58ed14a70c8',1,'GpgFrontend::UI::KeyImportDetailDialog']]], + ['create_5fcombobox_818',['create_comboBox',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab9e2fe38d54c0f0d3d73907300faa513',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['create_5fdock_5fwindows_819',['create_dock_windows',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a04668246525874760f47a340b4b7d8de',1,'GpgFrontend::UI::MainWindow']]], + ['create_5fgeneral_5finfo_5fbox_820',['create_general_info_box',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#af88ee416b2227ce847a3b8123a23ce24',1,'GpgFrontend::UI::KeyImportDetailDialog']]], + ['create_5fkey_5finfo_5fgrid_821',['create_key_info_grid',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a25b96a986a009d35847f94719ec327c1',1,'GpgFrontend::UI::VerifyKeyDetailBox']]], + ['create_5fkey_5fusage_5fgroup_5fbox_822',['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_823',['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_824',['create_manage_uid_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a5c029e55323d54aa2306267cea1809ea',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['create_5fmenus_825',['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_826',['create_popup_menu',['../classGpgFrontend_1_1UI_1_1FilePage.html#a73e4b62f4926b1aeb3f2183a1d05d871',1,'GpgFrontend::UI::FilePage']]], + ['create_5fsign_5flist_827',['create_sign_list',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a32dc14242d88ca168ae71e9a895d2b29',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['create_5fsign_5fpopup_5fmenu_828',['create_sign_popup_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7653654c81149c48e7e4d5f0c00c360f',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['create_5fstatus_5fbar_829',['create_status_bar',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1ab1f3f57f9969447491e63f54420585',1,'GpgFrontend::UI::MainWindow']]], + ['create_5fsubkey_5flist_830',['create_subkey_list',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0503508ce7e11f497a05cdf6f536a253',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], + ['create_5fsubkey_5fopera_5fmenu_831',['create_subkey_opera_menu',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a324446276f111be455773381ee8b6739',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], + ['create_5ftool_5fbars_832',['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_833',['create_uid_list',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0511f5714548920cf3563306536d0bd7',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['create_5fuid_5fpopup_5fmenu_834',['create_uid_popup_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2a87d3ed720a57a5d96a108c7a9827d7',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['createinstance_835',['CreateInstance',['../classGpgFrontend_1_1SingletonFunctionObject.html#a083807ff8cec58dc0aa732844edaf518',1,'GpgFrontend::SingletonFunctionObject']]], + ['createoperamenu_836',['CreateOperaMenu',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a4dcec352e412afe5c5491f941495090f',1,'GpgFrontend::UI::KeyPairOperaTab']]], + ['ctxchecktask_837',['CtxCheckTask',['../classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a9d5f0969bcedc5687e0a50ed3b36a869',1,'GpgFrontend::Thread::CtxCheckTask']]], + ['curfilepage_838',['CurFilePage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109',1,'GpgFrontend::UI::TextEdit']]], + ['currentversionreleased_839',['CurrentVersionReleased',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#a43663cd2d086299a0f0304f5bde9c663',1,'GpgFrontend::UI::SoftwareVersion']]], + ['curtextpage_840',['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 ce8cfb0d..c22879f7 100644 --- a/docs/html/search/functions_4.js +++ b/docs/html/search/functions_4.js @@ -1,17 +1,17 @@ var searchData= [ - ['dataobjectoperator_826',['DataObjectOperator',['../classGpgFrontend_1_1DataObjectOperator.html#a3a8ae5c36fec01d0d5c3e5f9aed457a6',1,'GpgFrontend::DataObjectOperator']]], - ['decrypt_827',['Decrypt',['../classGpgFrontend_1_1GpgBasicOperator.html#a9ea9e81194917e08f46eb657281b7953',1,'GpgFrontend::GpgBasicOperator']]], - ['decryptfile_828',['DecryptFile',['../classGpgFrontend_1_1GpgFileOpera.html#a74eb3ba532a236d8ad284b41265b0ccd',1,'GpgFrontend::GpgFileOpera']]], - ['decryptverify_829',['DecryptVerify',['../classGpgFrontend_1_1GpgBasicOperator.html#a11845a9a3ea2941e14faa9130f0ac9ef',1,'GpgFrontend::GpgBasicOperator']]], - ['decryptverifyfile_830',['DecryptVerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#a90949b4e9e6116784260cd0e416551db',1,'GpgFrontend::GpgFileOpera']]], - ['delete_5fkeys_5fwith_5fwarning_831',['delete_keys_with_warning',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0b139ae0d4baa234932cf228e94abd6b',1,'GpgFrontend::UI::KeyMgmt']]], - ['delete_5fwidgets_5fin_5flayout_832',['delete_widgets_in_layout',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a852c1fe10c7d3153a2146bcea4dbe9ad',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['deletekey_833',['DeleteKey',['../classGpgFrontend_1_1GpgKeyOpera.html#a151c47b997951e9162f8b036c3cb15e0',1,'GpgFrontend::GpgKeyOpera']]], - ['deletekeys_834',['DeleteKeys',['../classGpgFrontend_1_1GpgKeyOpera.html#a8a06d0f7a600d4428359b653a68f717e',1,'GpgFrontend::GpgKeyOpera']]], - ['detect_835',['Detect',['../classGpgFrontend_1_1CharsetOperator.html#a5a444a0fbd508f6af6a56f4151c21c1f',1,'GpgFrontend::CharsetOperator']]], - ['detect_5fcr_5flf_836',['detect_cr_lf',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af08be6a1eaec76403b12dc6e42df546c',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['detect_5fencoding_837',['detect_encoding',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a14b7431a786ce59e98576e3680cb9a58',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['dragenterevent_838',['dragEnterEvent',['../classGpgFrontend_1_1UI_1_1KeyList.html#ae3ad87e114432b0d659a0297d520d72f',1,'GpgFrontend::UI::KeyList']]], - ['dropevent_839',['dropEvent',['../classGpgFrontend_1_1UI_1_1KeyList.html#a23ebf79be8de637560d41afd0433c35f',1,'GpgFrontend::UI::KeyList']]] + ['dataobjectoperator_841',['DataObjectOperator',['../classGpgFrontend_1_1DataObjectOperator.html#a3a8ae5c36fec01d0d5c3e5f9aed457a6',1,'GpgFrontend::DataObjectOperator']]], + ['decrypt_842',['Decrypt',['../classGpgFrontend_1_1GpgBasicOperator.html#a9ea9e81194917e08f46eb657281b7953',1,'GpgFrontend::GpgBasicOperator']]], + ['decryptfile_843',['DecryptFile',['../classGpgFrontend_1_1GpgFileOpera.html#a74eb3ba532a236d8ad284b41265b0ccd',1,'GpgFrontend::GpgFileOpera']]], + ['decryptverify_844',['DecryptVerify',['../classGpgFrontend_1_1GpgBasicOperator.html#a11845a9a3ea2941e14faa9130f0ac9ef',1,'GpgFrontend::GpgBasicOperator']]], + ['decryptverifyfile_845',['DecryptVerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#a90949b4e9e6116784260cd0e416551db',1,'GpgFrontend::GpgFileOpera']]], + ['delete_5fkeys_5fwith_5fwarning_846',['delete_keys_with_warning',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a0b139ae0d4baa234932cf228e94abd6b',1,'GpgFrontend::UI::KeyMgmt']]], + ['delete_5fwidgets_5fin_5flayout_847',['delete_widgets_in_layout',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a852c1fe10c7d3153a2146bcea4dbe9ad',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['deletekey_848',['DeleteKey',['../classGpgFrontend_1_1GpgKeyOpera.html#a151c47b997951e9162f8b036c3cb15e0',1,'GpgFrontend::GpgKeyOpera']]], + ['deletekeys_849',['DeleteKeys',['../classGpgFrontend_1_1GpgKeyOpera.html#a8a06d0f7a600d4428359b653a68f717e',1,'GpgFrontend::GpgKeyOpera']]], + ['detect_850',['Detect',['../classGpgFrontend_1_1CharsetOperator.html#a5a444a0fbd508f6af6a56f4151c21c1f',1,'GpgFrontend::CharsetOperator']]], + ['detect_5fcr_5flf_851',['detect_cr_lf',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af08be6a1eaec76403b12dc6e42df546c',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['detect_5fencoding_852',['detect_encoding',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a14b7431a786ce59e98576e3680cb9a58',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['dragenterevent_853',['dragEnterEvent',['../classGpgFrontend_1_1UI_1_1KeyList.html#ae3ad87e114432b0d659a0297d520d72f',1,'GpgFrontend::UI::KeyList']]], + ['dropevent_854',['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 5b237b26..e48b9e02 100644 --- a/docs/html/search/functions_5.js +++ b/docs/html/search/functions_5.js @@ -1,16 +1,16 @@ var searchData= [ - ['encrypt_840',['Encrypt',['../classGpgFrontend_1_1GpgBasicOperator.html#a32e1eac6bb0f322588ae75ae36a9884a',1,'GpgFrontend::GpgBasicOperator']]], - ['encryptfile_841',['EncryptFile',['../classGpgFrontend_1_1GpgFileOpera.html#a234d939ae0b2c3f799dd01130fad9379',1,'GpgFrontend::GpgFileOpera']]], - ['encryptfilesymmetric_842',['EncryptFileSymmetric',['../classGpgFrontend_1_1GpgFileOpera.html#a826efca057afb07157453b3b9e267b0f',1,'GpgFrontend::GpgFileOpera']]], - ['encryptsign_843',['EncryptSign',['../classGpgFrontend_1_1GpgBasicOperator.html#a08906cf2bc2ddad8489438610f388f8a',1,'GpgFrontend::GpgBasicOperator']]], - ['encryptsignfile_844',['EncryptSignFile',['../classGpgFrontend_1_1GpgFileOpera.html#a6353e1688b113e5746aced6aa7f3876e',1,'GpgFrontend::GpgFileOpera']]], - ['encryptsymmetric_845',['EncryptSymmetric',['../classGpgFrontend_1_1GpgBasicOperator.html#a8f4ef57e941a066ad9d070eee51e2073',1,'GpgFrontend::GpgBasicOperator']]], - ['execute_846',['Execute',['../classGpgFrontend_1_1GpgCommandExecutor.html#afca1c4b6a6c3758a834832768f52bbca',1,'GpgFrontend::GpgCommandExecutor']]], - ['exportkey_847',['ExportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a51cb18aa7302d7a48ccd1ee17f060391',1,'GpgFrontend::GpgKeyImportExporter']]], - ['exportkeyopenssh_848',['ExportKeyOpenSSH',['../classGpgFrontend_1_1GpgKeyImportExporter.html#aa0a73314ef94f397e2ef53d40abc9731',1,'GpgFrontend::GpgKeyImportExporter']]], - ['exportkeypackagedialog_849',['ExportKeyPackageDialog',['../classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html#a7d1899302ef743671c3002d04f6c9dd8',1,'GpgFrontend::UI::ExportKeyPackageDialog']]], - ['exportkeys_850',['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_851',['ExportSecretKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a6a5e8d642ac5a3e98799af6495ef590b',1,'GpgFrontend::GpgKeyImportExporter']]], - ['exportsecretkeyshortest_852',['ExportSecretKeyShortest',['../classGpgFrontend_1_1GpgKeyImportExporter.html#abf7c0442549ae8602e1249cdf0da55df',1,'GpgFrontend::GpgKeyImportExporter']]] + ['encrypt_855',['Encrypt',['../classGpgFrontend_1_1GpgBasicOperator.html#a32e1eac6bb0f322588ae75ae36a9884a',1,'GpgFrontend::GpgBasicOperator']]], + ['encryptfile_856',['EncryptFile',['../classGpgFrontend_1_1GpgFileOpera.html#a234d939ae0b2c3f799dd01130fad9379',1,'GpgFrontend::GpgFileOpera']]], + ['encryptfilesymmetric_857',['EncryptFileSymmetric',['../classGpgFrontend_1_1GpgFileOpera.html#a826efca057afb07157453b3b9e267b0f',1,'GpgFrontend::GpgFileOpera']]], + ['encryptsign_858',['EncryptSign',['../classGpgFrontend_1_1GpgBasicOperator.html#a08906cf2bc2ddad8489438610f388f8a',1,'GpgFrontend::GpgBasicOperator']]], + ['encryptsignfile_859',['EncryptSignFile',['../classGpgFrontend_1_1GpgFileOpera.html#a6353e1688b113e5746aced6aa7f3876e',1,'GpgFrontend::GpgFileOpera']]], + ['encryptsymmetric_860',['EncryptSymmetric',['../classGpgFrontend_1_1GpgBasicOperator.html#a8f4ef57e941a066ad9d070eee51e2073',1,'GpgFrontend::GpgBasicOperator']]], + ['execute_861',['Execute',['../classGpgFrontend_1_1GpgCommandExecutor.html#afca1c4b6a6c3758a834832768f52bbca',1,'GpgFrontend::GpgCommandExecutor']]], + ['exportkey_862',['ExportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a51cb18aa7302d7a48ccd1ee17f060391',1,'GpgFrontend::GpgKeyImportExporter']]], + ['exportkeyopenssh_863',['ExportKeyOpenSSH',['../classGpgFrontend_1_1GpgKeyImportExporter.html#aa0a73314ef94f397e2ef53d40abc9731',1,'GpgFrontend::GpgKeyImportExporter']]], + ['exportkeypackagedialog_864',['ExportKeyPackageDialog',['../classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html#a7d1899302ef743671c3002d04f6c9dd8',1,'GpgFrontend::UI::ExportKeyPackageDialog']]], + ['exportkeys_865',['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_866',['ExportSecretKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a6a5e8d642ac5a3e98799af6495ef590b',1,'GpgFrontend::GpgKeyImportExporter']]], + ['exportsecretkeyshortest_867',['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 a7c827cc..0321036b 100644 --- a/docs/html/search/functions_6.js +++ b/docs/html/search/functions_6.js @@ -1,9 +1,8 @@ var searchData= [ - ['fetchkey_853',['FetchKey',['../classGpgFrontend_1_1GpgKeyGetter.html#afe78ac470287d70e7df51aae327b9f54',1,'GpgFrontend::GpgKeyGetter']]], - ['filepage_854',['FilePage',['../classGpgFrontend_1_1UI_1_1FilePage.html#a48fb14a3296f19f9b1c3b9b48c3a1bf3',1,'GpgFrontend::UI::FilePage']]], - ['filereadthread_855',['FileReadThread',['../classGpgFrontend_1_1UI_1_1FileReadThread.html#abceee444fe8212efd638c8d5b98b24c5',1,'GpgFrontend::UI::FileReadThread']]], - ['findobjectinchannel_856',['FindObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#a4c16c32e549494e394a0ddd859890a02',1,'GpgFrontend::SingletonStorage']]], - ['findwidget_857',['FindWidget',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a495f281e72e5ddc10c8e944183b96dd9',1,'GpgFrontend::UI::FindWidget']]], - ['flushkeycache_858',['FlushKeyCache',['../classGpgFrontend_1_1GpgKeyGetter.html#ad9a902ea54566d4583304b072c4add51',1,'GpgFrontend::GpgKeyGetter']]] + ['fetchkey_868',['FetchKey',['../classGpgFrontend_1_1GpgKeyGetter.html#afe78ac470287d70e7df51aae327b9f54',1,'GpgFrontend::GpgKeyGetter']]], + ['filepage_869',['FilePage',['../classGpgFrontend_1_1UI_1_1FilePage.html#a48fb14a3296f19f9b1c3b9b48c3a1bf3',1,'GpgFrontend::UI::FilePage']]], + ['findobjectinchannel_870',['FindObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#a4c16c32e549494e394a0ddd859890a02',1,'GpgFrontend::SingletonStorage']]], + ['findwidget_871',['FindWidget',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a495f281e72e5ddc10c8e944183b96dd9',1,'GpgFrontend::UI::FindWidget']]], + ['flushkeycache_872',['FlushKeyCache',['../classGpgFrontend_1_1GpgKeyGetter.html#ad9a902ea54566d4583304b072c4add51',1,'GpgFrontend::GpgKeyGetter']]] ]; diff --git a/docs/html/search/functions_7.js b/docs/html/search/functions_7.js index 9993aa74..4309831b 100644 --- a/docs/html/search/functions_7.js +++ b/docs/html/search/functions_7.js @@ -1,121 +1,121 @@ var searchData= [ - ['generaltab_859',['GeneralTab',['../classGpgFrontend_1_1UI_1_1GeneralTab.html#a214079dfbacdc6898146c8468611cf0c',1,'GpgFrontend::UI::GeneralTab']]], - ['generate_860',['Generate',['../classGpgFrontend_1_1PassphraseGenerator.html#a8b4ee1083343fba6d947b85cd66079b8',1,'GpgFrontend::PassphraseGenerator']]], - ['generate_5fkey_5fpackage_5fname_861',['generate_key_package_name',['../classGpgFrontend_1_1KeyPackageOperator.html#a825d987dacd8a99d9d87729e1861a152',1,'GpgFrontend::KeyPackageOperator']]], - ['generatekey_862',['GenerateKey',['../classGpgFrontend_1_1GpgKeyOpera.html#a4cc3ac91613164d7dc61a016a2b4caea',1,'GpgFrontend::GpgKeyOpera']]], - ['generatekeypackage_863',['GenerateKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#ade02f022e405e98377343c4667c206e9',1,'GpgFrontend::KeyPackageOperator']]], - ['generatekeypackagename_864',['GenerateKeyPackageName',['../classGpgFrontend_1_1KeyPackageOperator.html#ae90b362a32b6f6014cda1dc232bd3f0e',1,'GpgFrontend::KeyPackageOperator']]], - ['generatepassphrase_865',['GeneratePassphrase',['../classGpgFrontend_1_1KeyPackageOperator.html#a6d9cf022a1e0cf54c061495f59c1b4b9',1,'GpgFrontend::KeyPackageOperator']]], - ['generaterevokecert_866',['GenerateRevokeCert',['../classGpgFrontend_1_1GpgKeyOpera.html#a91a9a9f24f6b620ea7b906c529e3d9a4',1,'GpgFrontend::GpgKeyOpera']]], - ['generatesubkey_867',['GenerateSubkey',['../classGpgFrontend_1_1GpgKeyOpera.html#a882d99e8407cc22fb8b6e61c531fbe85',1,'GpgFrontend::GpgKeyOpera']]], - ['genkeyinfo_868',['GenKeyInfo',['../classGpgFrontend_1_1GenKeyInfo.html#a34eca1662ba8d4645751f3ee66582b04',1,'GpgFrontend::GenKeyInfo']]], - ['get_5ffile_5fextension_869',['get_file_extension',['../namespaceGpgFrontend.html#acff2cf5dd5b112b324fa6574ee935f79',1,'GpgFrontend']]], - ['get_5fkey_5fin_5fcache_870',['get_key_in_cache',['../classGpgFrontend_1_1GpgKeyGetter.html#ab5196ef4ed5323fc2af70abf801ea260',1,'GpgFrontend::GpgKeyGetter']]], - ['get_5fonly_5ffile_5fname_5fwith_5fpath_871',['get_only_file_name_with_path',['../namespaceGpgFrontend.html#a5a2f5fc1ad3de55e41a1b7a388821328',1,'GpgFrontend']]], - ['get_5frestart_5fneeded_872',['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_873',['get_selected_subkey',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aedc5f77d6bf9b780b96552a43b323feb',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], - ['get_5fsign_5fselected_874',['get_sign_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2d7c328d726436061f19a287e481268d',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['get_5fstatus_5fstring_875',['get_status_string',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#ae682853c7eccfd3a6be43765f162f5a4',1,'GpgFrontend::UI::KeyImportDetailDialog']]], - ['get_5fuid_5fchecked_876',['get_uid_checked',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7898b6fa328bfbc55ee2721bca4b2af1',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['get_5fuid_5fselected_877',['get_uid_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a161bc9787be40a32f487c79faaeb54bf',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['getalgo_878',['GetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a6a65ba347156373b6cf98eb8e851d28d',1,'GpgFrontend::GenKeyInfo']]], - ['getallchannelid_879',['GetAllChannelId',['../classGpgFrontend_1_1SingletonStorage.html#a3f09424ebdc097fbdab77564a7d723ea',1,'GpgFrontend::SingletonStorage::GetAllChannelId()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a5f2f0474871971f86ff91fb6a2408621',1,'GpgFrontend::SingletonFunctionObject::GetAllChannelId()']]], - ['getallprivatekeys_880',['GetAllPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7ead8845ceb7c9310e3f4742251e1d87',1,'GpgFrontend::UI::KeyList']]], - ['getappdir_881',['GetAppDir',['../classGpgFrontend_1_1GlobalSettingStation.html#ae9d1da3d01c4a834120968636596c3c3',1,'GpgFrontend::GlobalSettingStation']]], - ['getbrowser_882',['GetBrowser',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a92c31eea47b42be28c86431384b27846',1,'GpgFrontend::UI::HelpPage']]], - ['getcertsdir_883',['GetCertsDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a385ae4ab6ad5b17742a5405fa693d789',1,'GpgFrontend::GlobalSettingStation']]], - ['getchannel_884',['GetChannel',['../classGpgFrontend_1_1ChannelObject.html#a0e13a4bff1cfb679f68a3a2590a3b1b8',1,'GpgFrontend::ChannelObject::GetChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aa99440b9177f5d0c18840f08a40d64b7',1,'GpgFrontend::SingletonFunctionObject::GetChannel()']]], - ['getchecked_885',['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_886',['GetCheckedSigners',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a2e98dcdf647a2e0e6455998b018aed00',1,'GpgFrontend::UI::SignersPicker']]], - ['getcomment_887',['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_888',['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_889',['GetDefaultChannel',['../classGpgFrontend_1_1ChannelObject.html#aece9c525c49900734bc1bebf85b644ef',1,'GpgFrontend::ChannelObject::GetDefaultChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50',1,'GpgFrontend::SingletonFunctionObject::GetDefaultChannel()']]], - ['getdescription_890',['GetDescription',['../classGpgFrontend_1_1GpgTOFUInfo.html#a471a08bc906d74699f394e34d2581b78',1,'GpgFrontend::GpgTOFUInfo']]], - ['getemail_891',['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_892',['GetEncrCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#abc53f7ca1b737ed1a913ad2f90a346e4',1,'GpgFrontend::GpgTOFUInfo']]], - ['getencrlast_893',['GetEncrLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a03f286ac6f16ec6d33eb3dcfd4e3f6d5',1,'GpgFrontend::GpgTOFUInfo']]], - ['getexpiretime_894',['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_895',['GetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['getfingerprint_896',['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_897',['GetHashAlgo',['../classGpgFrontend_1_1GpgSignature.html#ace10a3ac7f4dc3888b2ad62157213f1c',1,'GpgFrontend::GpgSignature']]], - ['getid_898',['GetId',['../classGpgFrontend_1_1GpgKey.html#a8930f958f3ca1f5566f63e8c2273837e',1,'GpgFrontend::GpgKey::GetId()'],['../classGpgFrontend_1_1GpgSubKey.html#a48d3dfbd3aae9523ffbdb916aad8ad53',1,'GpgFrontend::GpgSubKey::GetID()']]], - ['getinfo_899',['GetInfo',['../classGpgFrontend_1_1GpgContext.html#ad9af3461de36f74ee85be2523f6038e2',1,'GpgFrontend::GpgContext']]], - ['getinstance_900',['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_1SignalStation.html#abe381ce56a7b157a3760b2fd9c3b7419',1,'GpgFrontend::UI::SignalStation::GetInstance()'],['../classGpgFrontend_1_1UI_1_1CommonUtils.html#aed529969f54e39e3f9da14ae6dd00d49',1,'GpgFrontend::UI::CommonUtils::GetInstance()']]], - ['getinvalid_901',['GetInvalid',['../classGpgFrontend_1_1GpgUID.html#a388ad367d353edd5eeb6e529977c924c',1,'GpgFrontend::GpgUID']]], - ['getkey_902',['GetKey',['../classGpgFrontend_1_1GpgKeyGetter.html#a94243d09c9418c8ebf0c7cdab4a2b7f1',1,'GpgFrontend::GpgKeyGetter']]], - ['getkeyid_903',['GetKeyID',['../classGpgFrontend_1_1GpgKeySignature.html#a4277f6deb7c07aaba62fbe8e7867b1fe',1,'GpgFrontend::GpgKeySignature']]], - ['getkeylength_904',['GetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#a4927a9091fa2b2f68f6b60ce78ab2fe9',1,'GpgFrontend::GenKeyInfo::GetKeyLength()'],['../classGpgFrontend_1_1GpgSubKey.html#a18d7a2f0a3cee32a123b780f2b8b8708',1,'GpgFrontend::GpgSubKey::GetKeyLength()']]], - ['getkeys_905',['GetKeys',['../classGpgFrontend_1_1GpgKeyGetter.html#aa5979c21af58b874b33c203752dcc805',1,'GpgFrontend::GpgKeyGetter']]], - ['getkeyscopy_906',['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_907',['GetKeySizeStr',['../classGpgFrontend_1_1GenKeyInfo.html#a0bda4b4161d805582869ec0e56ade07c',1,'GpgFrontend::GenKeyInfo']]], - ['getlastupdatetime_908',['GetLastUpdateTime',['../classGpgFrontend_1_1GpgKey.html#a3532e20298b642f5d312712fa8a791df',1,'GpgFrontend::GpgKey']]], - ['getlatestversion_909',['getLatestVersion',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a7329657135624fc42ad80d821e11befe',1,'GpgFrontend::UI::UpdateTab']]], - ['getlocaledir_910',['GetLocaleDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a0b3780564305e9b210d66ef377c21565',1,'GpgFrontend::GlobalSettingStation']]], - ['getlogdir_911',['GetLogDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a7da9b08291ef2391892f5c9375b8db23',1,'GpgFrontend::GlobalSettingStation']]], - ['getname_912',['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()']]], - ['getownertrust_913',['GetOwnerTrust',['../classGpgFrontend_1_1GpgKey.html#a3327ad34ff14feb75f3fbfc2bfb7fc44',1,'GpgFrontend::GpgKey']]], - ['getpassphrase_914',['GetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a890ee16ef6088570360a073a6b531c89',1,'GpgFrontend::GenKeyInfo']]], - ['getpolicy_915',['GetPolicy',['../classGpgFrontend_1_1GpgTOFUInfo.html#a34d1073bb25a8958e70016f3cd6b167f',1,'GpgFrontend::GpgTOFUInfo']]], - ['getprimarykeylength_916',['GetPrimaryKeyLength',['../classGpgFrontend_1_1GpgKey.html#a5b276fdeb438fe14ec2850d799401be6',1,'GpgFrontend::GpgKey']]], - ['getprivatechecked_917',['GetPrivateChecked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a81c2e36427371fa6ae6381870b9b5bdd',1,'GpgFrontend::UI::KeyList']]], - ['getprotocol_918',['GetProtocol',['../classGpgFrontend_1_1GpgKey.html#ad2440a2902c81192d5549fe951ddb130',1,'GpgFrontend::GpgKey']]], - ['getpubkey_919',['GetPubkey',['../classGpgFrontend_1_1GpgKeyGetter.html#a7a8bc7c0f12a11e108051e4c824fc430',1,'GpgFrontend::GpgKeyGetter']]], - ['getpubkeyalgo_920',['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_921',['GetPublicKeyAlgo',['../classGpgFrontend_1_1GpgKey.html#a1c21bc3b1788753f56272ad73052fc5f',1,'GpgFrontend::GpgKey']]], - ['getresourcedir_922',['GetResourceDir',['../classGpgFrontend_1_1GlobalSettingStation.html#afc1aa3dec55ae4e741f92fce1140a2d0',1,'GpgFrontend::GlobalSettingStation']]], - ['getresultreport_923',['GetResultReport',['../classGpgFrontend_1_1GpgResultAnalyse.html#aa9e35e573ea4c0ebdbb014d1afbaab9d',1,'GpgFrontend::GpgResultAnalyse']]], - ['getrevoked_924',['GetRevoked',['../classGpgFrontend_1_1GpgUID.html#a32450fbf22c64cf522e9a090423344a2',1,'GpgFrontend::GpgUID']]], - ['getselected_925',['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_926',['GetSelectedKey',['../classGpgFrontend_1_1UI_1_1KeyList.html#ab4368b81402e2468a9e960de8fb7080f',1,'GpgFrontend::UI::KeyList']]], - ['getsignatures_927',['GetSignatures',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a2063acf8262e2c600b14ed1948486ac3',1,'GpgFrontend::GpgVerifyResultAnalyse::GetSignatures()'],['../classGpgFrontend_1_1GpgUID.html#af7b5310b319378c30c488277e95ef601',1,'GpgFrontend::GpgUID::GetSignatures()']]], - ['getsigncount_928',['GetSignCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#a681046a3916d0d0cdcf0852bfa76fdb0',1,'GpgFrontend::GpgTOFUInfo']]], - ['getsigners_929',['GetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#a78f37b8d5afd6c0248665a4415f880cf',1,'GpgFrontend::GpgBasicOperator']]], - ['getsignfirst_930',['GetSignFirst',['../classGpgFrontend_1_1GpgTOFUInfo.html#a788a439b206882c6317162878e2fe0b8',1,'GpgFrontend::GpgTOFUInfo']]], - ['getsignlast_931',['GetSignLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a746cbcf731af6b19ade42debbf1e2c8f',1,'GpgFrontend::GpgTOFUInfo']]], - ['getsingletonstorage_932',['GetSingletonStorage',['../classGpgFrontend_1_1SingletonStorageCollection.html#a6f933390c54b7f55d5ffb4624074725f',1,'GpgFrontend::SingletonStorageCollection']]], - ['getsizechangestep_933',['GetSizeChangeStep',['../classGpgFrontend_1_1GenKeyInfo.html#ac211a7a615805ae97ff284b46abfeab7',1,'GpgFrontend::GenKeyInfo']]], - ['getstandalonedatabasedir_934',['GetStandaloneDatabaseDir',['../classGpgFrontend_1_1GlobalSettingStation.html#af484ca46c5df831a9dd76f3a88d66332',1,'GpgFrontend::GlobalSettingStation']]], - ['getstandalonegpgbindir_935',['GetStandaloneGpgBinDir',['../classGpgFrontend_1_1GlobalSettingStation.html#aa93b21af9ac6649d5749c83c809f5b00',1,'GpgFrontend::GlobalSettingStation']]], - ['getstatus_936',['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_937',['GetSubKeys',['../classGpgFrontend_1_1GpgKey.html#a746699842f6c49687af0487a8b3b163d',1,'GpgFrontend::GpgKey']]], - ['getsuggestmaxkeysize_938',['GetSuggestMaxKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#ae461a553176ad1ab0c1121ea6de6c8c2',1,'GpgFrontend::GenKeyInfo']]], - ['getsuggestminkeysize_939',['GetSuggestMinKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#a0b1612421148b86919b7130ed148ca51',1,'GpgFrontend::GenKeyInfo']]], - ['getsummary_940',['GetSummary',['../classGpgFrontend_1_1GpgSignature.html#a3b143f6e13b71663d81fc0f326aad17f',1,'GpgFrontend::GpgSignature']]], - ['getsupportedkeyalgo_941',['GetSupportedKeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a185c7be801854f81879351a6c4dd9071',1,'GpgFrontend::GenKeyInfo']]], - ['getsupportedkeyalgostandalone_942',['GetSupportedKeyAlgoStandalone',['../classGpgFrontend_1_1GenKeyInfo.html#a8b054a66cb0678af6c42090eea1518e4',1,'GpgFrontend::GenKeyInfo']]], - ['getsupportedsubkeyalgo_943',['GetSupportedSubkeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a7855d9fe9b6872ff08a60fe21640d07f',1,'GpgFrontend::GenKeyInfo']]], - ['getsupportedsubkeyalgostandalone_944',['GetSupportedSubkeyAlgoStandalone',['../classGpgFrontend_1_1GenKeyInfo.html#a310fd0cdac03d0b0a7fde006105866d6',1,'GpgFrontend::GenKeyInfo']]], - ['gettabidstosave_945',['GetTabIdsToSave',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#aec364c38056b6d92c172f8cdfb5f8e82',1,'GpgFrontend::UI::QuitDialog']]], - ['gettextpage_946',['GetTextPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['gettofuinfos_947',['GetTofuInfos',['../classGpgFrontend_1_1GpgUID.html#a2a36376484f7c1a4a19377d24e47a0b2',1,'GpgFrontend::GpgUID']]], - ['getuid_948',['GetUID',['../classGpgFrontend_1_1GpgKeySignature.html#a95254ea2c00829b9dc87adc4a317cde5',1,'GpgFrontend::GpgKeySignature::GetUID()'],['../classGpgFrontend_1_1GpgUID.html#a467897d43a18b0cadd2e2e44384f6cdd',1,'GpgFrontend::GpgUID::GetUID()']]], - ['getuids_949',['GetUIDs',['../classGpgFrontend_1_1GpgKey.html#ac8b13b45e487cdc423b78d3017897f99',1,'GpgFrontend::GpgKey']]], - ['getuisettings_950',['GetUISettings',['../classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b',1,'GpgFrontend::GlobalSettingStation']]], - ['getuserid_951',['GetUserid',['../classGpgFrontend_1_1GenKeyInfo.html#a4ee4a0659e76376d9bfc527c334392e1',1,'GpgFrontend::GenKeyInfo']]], - ['getvalidity_952',['GetValidity',['../classGpgFrontend_1_1GpgSignature.html#a09cb6b465e85dffcf7867e70a276e9ad',1,'GpgFrontend::GpgSignature::GetValidity()'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a8770062c9e0c3875083d2c92ebe8ccb0',1,'GpgFrontend::GpgTOFUInfo::GetValidity()']]], - ['globalsettingstation_953',['GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#abdc6dda369d4214e43ffa2930f7386b0',1,'GpgFrontend::GlobalSettingStation']]], - ['good_954',['good',['../classGpgFrontend_1_1GpgContext.html#a73c505a2f3d39d1638dc4d9a3e13a913',1,'GpgFrontend::GpgContext']]], - ['gpgbasicoperator_955',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html#a139be86330f88e5f833aa24263a3b2ae',1,'GpgFrontend::GpgBasicOperator']]], - ['gpgcommandexecutor_956',['GpgCommandExecutor',['../classGpgFrontend_1_1GpgCommandExecutor.html#a94240f423464600938bfcafa2b186c38',1,'GpgFrontend::GpgCommandExecutor']]], - ['gpgcontext_957',['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_958',['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_959',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a442438ae58cdd7220f0e4b0792e5a372',1,'GpgFrontend::GpgDecryptResultAnalyse']]], - ['gpgencryptresultanalyse_960',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html#a0801e32c8709da373f6715bc994a7747',1,'GpgFrontend::GpgEncryptResultAnalyse']]], - ['gpgfileopera_961',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html#aa81da3d72c4fbc57e7138bfec7731152',1,'GpgFrontend::GpgFileOpera']]], - ['gpgimportinformation_962',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html#ab282d4f701403cd68eb02d1aad30be56',1,'GpgFrontend::GpgImportInformation']]], - ['gpgkey_963',['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_964',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html#a8eeee9f6dd74dc24c24794ce63c62285',1,'GpgFrontend::GpgKeyGetter']]], - ['gpgkeyimportexporter_965',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a0eede7c782d17b32d6c1f30cd8496561',1,'GpgFrontend::GpgKeyImportExporter']]], - ['gpgkeymanager_966',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html#a210b717fd8ee63b064d77f32b0df4c5d',1,'GpgFrontend::GpgKeyManager']]], - ['gpgkeyopera_967',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html#a01d6a920156a38a34c57d9c49c361079',1,'GpgFrontend::GpgKeyOpera']]], - ['gpgkeysignature_968',['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_969',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html#aa3c9bdf1ea4c87476010ef32fd2fb426',1,'GpgFrontend::GpgResultAnalyse']]], - ['gpgsignature_970',['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_971',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html#a3ddd2d52ad91fdf7f4c8740312570c8e',1,'GpgFrontend::GpgSignResultAnalyse']]], - ['gpgsubkey_972',['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_973',['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_974',['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_975',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html#ab74a830c858ab9ff135375743393a7c7',1,'GpgFrontend::GpgUIDOperator']]], - ['gpgverifyresultanalyse_976',['GpgVerifyResultAnalyse',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ab1d67da5dbe5bd2d665f7121e5f5354b',1,'GpgFrontend::GpgVerifyResultAnalyse']]] + ['generaltab_873',['GeneralTab',['../classGpgFrontend_1_1UI_1_1GeneralTab.html#a214079dfbacdc6898146c8468611cf0c',1,'GpgFrontend::UI::GeneralTab']]], + ['generate_874',['Generate',['../classGpgFrontend_1_1PassphraseGenerator.html#a8b4ee1083343fba6d947b85cd66079b8',1,'GpgFrontend::PassphraseGenerator']]], + ['generate_5fkey_5fpackage_5fname_875',['generate_key_package_name',['../classGpgFrontend_1_1KeyPackageOperator.html#a825d987dacd8a99d9d87729e1861a152',1,'GpgFrontend::KeyPackageOperator']]], + ['generatekey_876',['GenerateKey',['../classGpgFrontend_1_1GpgKeyOpera.html#a4cc3ac91613164d7dc61a016a2b4caea',1,'GpgFrontend::GpgKeyOpera']]], + ['generatekeypackage_877',['GenerateKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#ade02f022e405e98377343c4667c206e9',1,'GpgFrontend::KeyPackageOperator']]], + ['generatekeypackagename_878',['GenerateKeyPackageName',['../classGpgFrontend_1_1KeyPackageOperator.html#ae90b362a32b6f6014cda1dc232bd3f0e',1,'GpgFrontend::KeyPackageOperator']]], + ['generatepassphrase_879',['GeneratePassphrase',['../classGpgFrontend_1_1KeyPackageOperator.html#a6d9cf022a1e0cf54c061495f59c1b4b9',1,'GpgFrontend::KeyPackageOperator']]], + ['generaterevokecert_880',['GenerateRevokeCert',['../classGpgFrontend_1_1GpgKeyOpera.html#a91a9a9f24f6b620ea7b906c529e3d9a4',1,'GpgFrontend::GpgKeyOpera']]], + ['generatesubkey_881',['GenerateSubkey',['../classGpgFrontend_1_1GpgKeyOpera.html#a882d99e8407cc22fb8b6e61c531fbe85',1,'GpgFrontend::GpgKeyOpera']]], + ['genkeyinfo_882',['GenKeyInfo',['../classGpgFrontend_1_1GenKeyInfo.html#a34eca1662ba8d4645751f3ee66582b04',1,'GpgFrontend::GenKeyInfo']]], + ['get_5ffile_5fextension_883',['get_file_extension',['../namespaceGpgFrontend.html#acff2cf5dd5b112b324fa6574ee935f79',1,'GpgFrontend']]], + ['get_5fkey_5fin_5fcache_884',['get_key_in_cache',['../classGpgFrontend_1_1GpgKeyGetter.html#ab5196ef4ed5323fc2af70abf801ea260',1,'GpgFrontend::GpgKeyGetter']]], + ['get_5fonly_5ffile_5fname_5fwith_5fpath_885',['get_only_file_name_with_path',['../namespaceGpgFrontend.html#a5a2f5fc1ad3de55e41a1b7a388821328',1,'GpgFrontend']]], + ['get_5frestart_5fneeded_886',['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_887',['get_selected_subkey',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aedc5f77d6bf9b780b96552a43b323feb',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], + ['get_5fsign_5fselected_888',['get_sign_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2d7c328d726436061f19a287e481268d',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['get_5fstatus_5fstring_889',['get_status_string',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#ae682853c7eccfd3a6be43765f162f5a4',1,'GpgFrontend::UI::KeyImportDetailDialog']]], + ['get_5fuid_5fchecked_890',['get_uid_checked',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7898b6fa328bfbc55ee2721bca4b2af1',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['get_5fuid_5fselected_891',['get_uid_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a161bc9787be40a32f487c79faaeb54bf',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['getalgo_892',['GetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a6a65ba347156373b6cf98eb8e851d28d',1,'GpgFrontend::GenKeyInfo']]], + ['getallchannelid_893',['GetAllChannelId',['../classGpgFrontend_1_1SingletonStorage.html#a3f09424ebdc097fbdab77564a7d723ea',1,'GpgFrontend::SingletonStorage::GetAllChannelId()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a5f2f0474871971f86ff91fb6a2408621',1,'GpgFrontend::SingletonFunctionObject::GetAllChannelId()']]], + ['getallprivatekeys_894',['GetAllPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7ead8845ceb7c9310e3f4742251e1d87',1,'GpgFrontend::UI::KeyList']]], + ['getappdir_895',['GetAppDir',['../classGpgFrontend_1_1GlobalSettingStation.html#ae9d1da3d01c4a834120968636596c3c3',1,'GpgFrontend::GlobalSettingStation']]], + ['getbrowser_896',['GetBrowser',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a92c31eea47b42be28c86431384b27846',1,'GpgFrontend::UI::HelpPage']]], + ['getcertsdir_897',['GetCertsDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a385ae4ab6ad5b17742a5405fa693d789',1,'GpgFrontend::GlobalSettingStation']]], + ['getchannel_898',['GetChannel',['../classGpgFrontend_1_1ChannelObject.html#a0e13a4bff1cfb679f68a3a2590a3b1b8',1,'GpgFrontend::ChannelObject::GetChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aa99440b9177f5d0c18840f08a40d64b7',1,'GpgFrontend::SingletonFunctionObject::GetChannel()']]], + ['getchecked_899',['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_900',['GetCheckedSigners',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a2e98dcdf647a2e0e6455998b018aed00',1,'GpgFrontend::UI::SignersPicker']]], + ['getcomment_901',['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_902',['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_903',['GetDefaultChannel',['../classGpgFrontend_1_1ChannelObject.html#aece9c525c49900734bc1bebf85b644ef',1,'GpgFrontend::ChannelObject::GetDefaultChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a50e2b3794d6553f4231eaec72d9d0a50',1,'GpgFrontend::SingletonFunctionObject::GetDefaultChannel()']]], + ['getdescription_904',['GetDescription',['../classGpgFrontend_1_1GpgTOFUInfo.html#a471a08bc906d74699f394e34d2581b78',1,'GpgFrontend::GpgTOFUInfo']]], + ['getemail_905',['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_906',['GetEncrCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#abc53f7ca1b737ed1a913ad2f90a346e4',1,'GpgFrontend::GpgTOFUInfo']]], + ['getencrlast_907',['GetEncrLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a03f286ac6f16ec6d33eb3dcfd4e3f6d5',1,'GpgFrontend::GpgTOFUInfo']]], + ['getexpiretime_908',['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_909',['GetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['getfingerprint_910',['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_911',['GetHashAlgo',['../classGpgFrontend_1_1GpgSignature.html#ace10a3ac7f4dc3888b2ad62157213f1c',1,'GpgFrontend::GpgSignature']]], + ['getid_912',['GetId',['../classGpgFrontend_1_1GpgKey.html#a8930f958f3ca1f5566f63e8c2273837e',1,'GpgFrontend::GpgKey::GetId()'],['../classGpgFrontend_1_1GpgSubKey.html#a48d3dfbd3aae9523ffbdb916aad8ad53',1,'GpgFrontend::GpgSubKey::GetID()']]], + ['getinfo_913',['GetInfo',['../classGpgFrontend_1_1GpgContext.html#ad9af3461de36f74ee85be2523f6038e2',1,'GpgFrontend::GpgContext']]], + ['getinstance_914',['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_1SignalStation.html#abe381ce56a7b157a3760b2fd9c3b7419',1,'GpgFrontend::UI::SignalStation::GetInstance()'],['../classGpgFrontend_1_1UI_1_1CommonUtils.html#aed529969f54e39e3f9da14ae6dd00d49',1,'GpgFrontend::UI::CommonUtils::GetInstance()']]], + ['getinvalid_915',['GetInvalid',['../classGpgFrontend_1_1GpgUID.html#a388ad367d353edd5eeb6e529977c924c',1,'GpgFrontend::GpgUID']]], + ['getkey_916',['GetKey',['../classGpgFrontend_1_1GpgKeyGetter.html#a94243d09c9418c8ebf0c7cdab4a2b7f1',1,'GpgFrontend::GpgKeyGetter']]], + ['getkeyid_917',['GetKeyID',['../classGpgFrontend_1_1GpgKeySignature.html#a4277f6deb7c07aaba62fbe8e7867b1fe',1,'GpgFrontend::GpgKeySignature']]], + ['getkeylength_918',['GetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#a4927a9091fa2b2f68f6b60ce78ab2fe9',1,'GpgFrontend::GenKeyInfo::GetKeyLength()'],['../classGpgFrontend_1_1GpgSubKey.html#a18d7a2f0a3cee32a123b780f2b8b8708',1,'GpgFrontend::GpgSubKey::GetKeyLength()']]], + ['getkeys_919',['GetKeys',['../classGpgFrontend_1_1GpgKeyGetter.html#aa5979c21af58b874b33c203752dcc805',1,'GpgFrontend::GpgKeyGetter']]], + ['getkeyscopy_920',['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_921',['GetKeySizeStr',['../classGpgFrontend_1_1GenKeyInfo.html#a0bda4b4161d805582869ec0e56ade07c',1,'GpgFrontend::GenKeyInfo']]], + ['getlastupdatetime_922',['GetLastUpdateTime',['../classGpgFrontend_1_1GpgKey.html#a3532e20298b642f5d312712fa8a791df',1,'GpgFrontend::GpgKey']]], + ['getlatestversion_923',['getLatestVersion',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a7329657135624fc42ad80d821e11befe',1,'GpgFrontend::UI::UpdateTab']]], + ['getlocaledir_924',['GetLocaleDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a0b3780564305e9b210d66ef377c21565',1,'GpgFrontend::GlobalSettingStation']]], + ['getlogdir_925',['GetLogDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a7da9b08291ef2391892f5c9375b8db23',1,'GpgFrontend::GlobalSettingStation']]], + ['getname_926',['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()']]], + ['getownertrust_927',['GetOwnerTrust',['../classGpgFrontend_1_1GpgKey.html#a3327ad34ff14feb75f3fbfc2bfb7fc44',1,'GpgFrontend::GpgKey']]], + ['getpassphrase_928',['GetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a890ee16ef6088570360a073a6b531c89',1,'GpgFrontend::GenKeyInfo']]], + ['getpolicy_929',['GetPolicy',['../classGpgFrontend_1_1GpgTOFUInfo.html#a34d1073bb25a8958e70016f3cd6b167f',1,'GpgFrontend::GpgTOFUInfo']]], + ['getprimarykeylength_930',['GetPrimaryKeyLength',['../classGpgFrontend_1_1GpgKey.html#a5b276fdeb438fe14ec2850d799401be6',1,'GpgFrontend::GpgKey']]], + ['getprivatechecked_931',['GetPrivateChecked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a81c2e36427371fa6ae6381870b9b5bdd',1,'GpgFrontend::UI::KeyList']]], + ['getprotocol_932',['GetProtocol',['../classGpgFrontend_1_1GpgKey.html#ad2440a2902c81192d5549fe951ddb130',1,'GpgFrontend::GpgKey']]], + ['getpubkey_933',['GetPubkey',['../classGpgFrontend_1_1GpgKeyGetter.html#a7a8bc7c0f12a11e108051e4c824fc430',1,'GpgFrontend::GpgKeyGetter']]], + ['getpubkeyalgo_934',['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_935',['GetPublicKeyAlgo',['../classGpgFrontend_1_1GpgKey.html#a1c21bc3b1788753f56272ad73052fc5f',1,'GpgFrontend::GpgKey']]], + ['getresourcedir_936',['GetResourceDir',['../classGpgFrontend_1_1GlobalSettingStation.html#afc1aa3dec55ae4e741f92fce1140a2d0',1,'GpgFrontend::GlobalSettingStation']]], + ['getresultreport_937',['GetResultReport',['../classGpgFrontend_1_1GpgResultAnalyse.html#aa9e35e573ea4c0ebdbb014d1afbaab9d',1,'GpgFrontend::GpgResultAnalyse']]], + ['getrevoked_938',['GetRevoked',['../classGpgFrontend_1_1GpgUID.html#a32450fbf22c64cf522e9a090423344a2',1,'GpgFrontend::GpgUID']]], + ['getselected_939',['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_940',['GetSelectedKey',['../classGpgFrontend_1_1UI_1_1KeyList.html#ab4368b81402e2468a9e960de8fb7080f',1,'GpgFrontend::UI::KeyList']]], + ['getsignatures_941',['GetSignatures',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a2063acf8262e2c600b14ed1948486ac3',1,'GpgFrontend::GpgVerifyResultAnalyse::GetSignatures()'],['../classGpgFrontend_1_1GpgUID.html#af7b5310b319378c30c488277e95ef601',1,'GpgFrontend::GpgUID::GetSignatures()']]], + ['getsigncount_942',['GetSignCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#a681046a3916d0d0cdcf0852bfa76fdb0',1,'GpgFrontend::GpgTOFUInfo']]], + ['getsigners_943',['GetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#a78f37b8d5afd6c0248665a4415f880cf',1,'GpgFrontend::GpgBasicOperator']]], + ['getsignfirst_944',['GetSignFirst',['../classGpgFrontend_1_1GpgTOFUInfo.html#a788a439b206882c6317162878e2fe0b8',1,'GpgFrontend::GpgTOFUInfo']]], + ['getsignlast_945',['GetSignLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a746cbcf731af6b19ade42debbf1e2c8f',1,'GpgFrontend::GpgTOFUInfo']]], + ['getsingletonstorage_946',['GetSingletonStorage',['../classGpgFrontend_1_1SingletonStorageCollection.html#a6f933390c54b7f55d5ffb4624074725f',1,'GpgFrontend::SingletonStorageCollection']]], + ['getsizechangestep_947',['GetSizeChangeStep',['../classGpgFrontend_1_1GenKeyInfo.html#ac211a7a615805ae97ff284b46abfeab7',1,'GpgFrontend::GenKeyInfo']]], + ['getstandalonedatabasedir_948',['GetStandaloneDatabaseDir',['../classGpgFrontend_1_1GlobalSettingStation.html#af484ca46c5df831a9dd76f3a88d66332',1,'GpgFrontend::GlobalSettingStation']]], + ['getstandalonegpgbindir_949',['GetStandaloneGpgBinDir',['../classGpgFrontend_1_1GlobalSettingStation.html#aa93b21af9ac6649d5749c83c809f5b00',1,'GpgFrontend::GlobalSettingStation']]], + ['getstatus_950',['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_951',['GetSubKeys',['../classGpgFrontend_1_1GpgKey.html#a746699842f6c49687af0487a8b3b163d',1,'GpgFrontend::GpgKey']]], + ['getsuggestmaxkeysize_952',['GetSuggestMaxKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#ae461a553176ad1ab0c1121ea6de6c8c2',1,'GpgFrontend::GenKeyInfo']]], + ['getsuggestminkeysize_953',['GetSuggestMinKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#a0b1612421148b86919b7130ed148ca51',1,'GpgFrontend::GenKeyInfo']]], + ['getsummary_954',['GetSummary',['../classGpgFrontend_1_1GpgSignature.html#a3b143f6e13b71663d81fc0f326aad17f',1,'GpgFrontend::GpgSignature']]], + ['getsupportedkeyalgo_955',['GetSupportedKeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a185c7be801854f81879351a6c4dd9071',1,'GpgFrontend::GenKeyInfo']]], + ['getsupportedkeyalgostandalone_956',['GetSupportedKeyAlgoStandalone',['../classGpgFrontend_1_1GenKeyInfo.html#a8b054a66cb0678af6c42090eea1518e4',1,'GpgFrontend::GenKeyInfo']]], + ['getsupportedsubkeyalgo_957',['GetSupportedSubkeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a7855d9fe9b6872ff08a60fe21640d07f',1,'GpgFrontend::GenKeyInfo']]], + ['getsupportedsubkeyalgostandalone_958',['GetSupportedSubkeyAlgoStandalone',['../classGpgFrontend_1_1GenKeyInfo.html#a310fd0cdac03d0b0a7fde006105866d6',1,'GpgFrontend::GenKeyInfo']]], + ['gettabidstosave_959',['GetTabIdsToSave',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#aec364c38056b6d92c172f8cdfb5f8e82',1,'GpgFrontend::UI::QuitDialog']]], + ['gettextpage_960',['GetTextPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['gettofuinfos_961',['GetTofuInfos',['../classGpgFrontend_1_1GpgUID.html#a2a36376484f7c1a4a19377d24e47a0b2',1,'GpgFrontend::GpgUID']]], + ['getuid_962',['GetUID',['../classGpgFrontend_1_1GpgKeySignature.html#a95254ea2c00829b9dc87adc4a317cde5',1,'GpgFrontend::GpgKeySignature::GetUID()'],['../classGpgFrontend_1_1GpgUID.html#a467897d43a18b0cadd2e2e44384f6cdd',1,'GpgFrontend::GpgUID::GetUID()']]], + ['getuids_963',['GetUIDs',['../classGpgFrontend_1_1GpgKey.html#ac8b13b45e487cdc423b78d3017897f99',1,'GpgFrontend::GpgKey']]], + ['getuisettings_964',['GetUISettings',['../classGpgFrontend_1_1GlobalSettingStation.html#a14433405831283cd95091d741614d03b',1,'GpgFrontend::GlobalSettingStation']]], + ['getuserid_965',['GetUserid',['../classGpgFrontend_1_1GenKeyInfo.html#a4ee4a0659e76376d9bfc527c334392e1',1,'GpgFrontend::GenKeyInfo']]], + ['getvalidity_966',['GetValidity',['../classGpgFrontend_1_1GpgSignature.html#a09cb6b465e85dffcf7867e70a276e9ad',1,'GpgFrontend::GpgSignature::GetValidity()'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a8770062c9e0c3875083d2c92ebe8ccb0',1,'GpgFrontend::GpgTOFUInfo::GetValidity()']]], + ['globalsettingstation_967',['GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#abdc6dda369d4214e43ffa2930f7386b0',1,'GpgFrontend::GlobalSettingStation']]], + ['good_968',['good',['../classGpgFrontend_1_1GpgContext.html#a73c505a2f3d39d1638dc4d9a3e13a913',1,'GpgFrontend::GpgContext']]], + ['gpgbasicoperator_969',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html#a139be86330f88e5f833aa24263a3b2ae',1,'GpgFrontend::GpgBasicOperator']]], + ['gpgcommandexecutor_970',['GpgCommandExecutor',['../classGpgFrontend_1_1GpgCommandExecutor.html#a94240f423464600938bfcafa2b186c38',1,'GpgFrontend::GpgCommandExecutor']]], + ['gpgcontext_971',['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_972',['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_973',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a442438ae58cdd7220f0e4b0792e5a372',1,'GpgFrontend::GpgDecryptResultAnalyse']]], + ['gpgencryptresultanalyse_974',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html#a0801e32c8709da373f6715bc994a7747',1,'GpgFrontend::GpgEncryptResultAnalyse']]], + ['gpgfileopera_975',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html#aa81da3d72c4fbc57e7138bfec7731152',1,'GpgFrontend::GpgFileOpera']]], + ['gpgimportinformation_976',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html#ab282d4f701403cd68eb02d1aad30be56',1,'GpgFrontend::GpgImportInformation']]], + ['gpgkey_977',['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_978',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html#a8eeee9f6dd74dc24c24794ce63c62285',1,'GpgFrontend::GpgKeyGetter']]], + ['gpgkeyimportexporter_979',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a0eede7c782d17b32d6c1f30cd8496561',1,'GpgFrontend::GpgKeyImportExporter']]], + ['gpgkeymanager_980',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html#a210b717fd8ee63b064d77f32b0df4c5d',1,'GpgFrontend::GpgKeyManager']]], + ['gpgkeyopera_981',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html#a01d6a920156a38a34c57d9c49c361079',1,'GpgFrontend::GpgKeyOpera']]], + ['gpgkeysignature_982',['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_983',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html#aa3c9bdf1ea4c87476010ef32fd2fb426',1,'GpgFrontend::GpgResultAnalyse']]], + ['gpgsignature_984',['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_985',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html#a3ddd2d52ad91fdf7f4c8740312570c8e',1,'GpgFrontend::GpgSignResultAnalyse']]], + ['gpgsubkey_986',['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_987',['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_988',['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_989',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html#ab74a830c858ab9ff135375743393a7c7',1,'GpgFrontend::GpgUIDOperator']]], + ['gpgverifyresultanalyse_990',['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 0e0c8f75..33c6d60e 100644 --- a/docs/html/search/functions_8.js +++ b/docs/html/search/functions_8.js @@ -1,4 +1,4 @@ var searchData= [ - ['helppage_977',['HelpPage',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a1be8f5b79fef3d1d62ff4620b8535006',1,'GpgFrontend::UI::HelpPage']]] + ['helppage_991',['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 20caa58e..cf81b612 100644 --- a/docs/html/search/functions_9.js +++ b/docs/html/search/functions_9.js @@ -1,48 +1,48 @@ var searchData= [ - ['import_5fkeys_978',['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_979',['import_unknown_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925',1,'GpgFrontend::UI']]], - ['importkey_980',['ImportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#ab7a9be5283047695cd47562775adf79d',1,'GpgFrontend::GpgKeyImportExporter']]], - ['importkeypackage_981',['ImportKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#a89538b180a42eb7d6ae53583fe10ee07',1,'GpgFrontend::KeyPackageOperator']]], - ['infoboardwidget_982',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['infotab_983',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc',1,'GpgFrontend::UI::InfoTab']]], - ['init_984',['Init',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759',1,'GpgFrontend::UI::MainWindow']]], - ['init_5fapp_5fsecure_5fkey_985',['init_app_secure_key',['../classGpgFrontend_1_1DataObjectOperator.html#a6b357780482f0e0c021ad55a81eb37cf',1,'GpgFrontend::DataObjectOperator']]], - ['init_5fctx_986',['init_ctx',['../classGpgFrontend_1_1GpgContext.html#a3377fd6a325aafc18c119431f602db9b',1,'GpgFrontend::GpgContext']]], - ['init_5flocale_987',['init_locale',['../namespaceGpgFrontend_1_1UI.html#a157c74e50283da9ed554cf7bf90afbee',1,'GpgFrontend::UI']]], - ['init_5flogging_988',['init_logging',['../namespaceGpgFrontend.html#affb72eb1b5f3ac8fe48cc1f37dd557ee',1,'GpgFrontend']]], - ['initgpgfrontendui_989',['InitGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#a6d0382875d4f5c0b4dc98866d140d0a2',1,'GpgFrontend::UI']]], - ['intropage_990',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d',1,'GpgFrontend::UI::IntroPage']]], - ['isallowauthentication_991',['IsAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aabdf981c65a0efde1e8905441b9b9c87',1,'GpgFrontend::GenKeyInfo']]], - ['isallowcertification_992',['IsAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ad47ceeb1ccfa8862843034e51b4d8be7',1,'GpgFrontend::GenKeyInfo']]], - ['isallowchangeauthentication_993',['IsAllowChangeAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aaf8ab7c6564a2836837a537111d6f5b4',1,'GpgFrontend::GenKeyInfo']]], - ['isallowchangecertification_994',['IsAllowChangeCertification',['../classGpgFrontend_1_1GenKeyInfo.html#adbcddd0fa0a273f9b77fe1297633dabc',1,'GpgFrontend::GenKeyInfo']]], - ['isallowchangeencryption_995',['IsAllowChangeEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#ad04a906300bea028c6fb6b1b2da1d149',1,'GpgFrontend::GenKeyInfo']]], - ['isallowchangesigning_996',['IsAllowChangeSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a06f95a8d26da79bcbe7d51e266879a94',1,'GpgFrontend::GenKeyInfo']]], - ['isallowencryption_997',['IsAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a28ed8a65243e5bc69403305752c2cdc9',1,'GpgFrontend::GenKeyInfo']]], - ['isallownopassphrase_998',['IsAllowNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#af6a79124a4571ff7f37c1c5e6c1a9415',1,'GpgFrontend::GenKeyInfo']]], - ['isallowsigning_999',['IsAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#ad972292c408cb83c08e739327795a5f0',1,'GpgFrontend::GenKeyInfo']]], - ['iscardkey_1000',['IsCardKey',['../classGpgFrontend_1_1GpgSubKey.html#ad818aa66e47d6686eb8ff253b3c21814',1,'GpgFrontend::GpgSubKey']]], - ['isdisabled_1001',['IsDisabled',['../classGpgFrontend_1_1GpgKey.html#a7eaf1e722d8a59f6a86d8e732217d89c',1,'GpgFrontend::GpgKey::IsDisabled()'],['../classGpgFrontend_1_1GpgSubKey.html#a75abb60a2130efc7fad8ab8fb3157042',1,'GpgFrontend::GpgSubKey::IsDisabled()']]], - ['isdiscarded_1002',['IsDiscarded',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a4c4bc06d1d168f01569ed83dcfd50d55',1,'GpgFrontend::UI::QuitDialog']]], - ['isexpired_1003',['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_1004',['IsExportable',['../classGpgFrontend_1_1GpgKeySignature.html#a19fc1ca3733b576e12628e333e2c449e',1,'GpgFrontend::GpgKeySignature']]], - ['isgood_1005',['IsGood',['../classGpgFrontend_1_1GpgKey.html#a59e76d40f01e765f0544e5c6a2851be6',1,'GpgFrontend::GpgKey']]], - ['ishasactualauthenticationcapability_1006',['IsHasActualAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#a371a24c4e9d3b99a36f76ff8c7f2d0e6',1,'GpgFrontend::GpgKey']]], - ['ishasactualcertificationcapability_1007',['IsHasActualCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#ae370e41a7ea7307fbf4d28e0f2a67e0c',1,'GpgFrontend::GpgKey']]], - ['ishasactualencryptioncapability_1008',['IsHasActualEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#aaa66d803456152fed9ba4cf5bce7b99d',1,'GpgFrontend::GpgKey']]], - ['ishasactualsigningcapability_1009',['IsHasActualSigningCapability',['../classGpgFrontend_1_1GpgKey.html#aefa0a44adb1b7c49553a85b545fdffe1',1,'GpgFrontend::GpgKey']]], - ['ishasauthenticationcapability_1010',['IsHasAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#afdffba6dfb6009a0b320623df7a26be0',1,'GpgFrontend::GpgKey::IsHasAuthenticationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a04d9df643cd08200cd742dc243be6cd6',1,'GpgFrontend::GpgSubKey::IsHasAuthenticationCapability()']]], - ['ishascardkey_1011',['IsHasCardKey',['../classGpgFrontend_1_1GpgKey.html#afedc843415bd4b59687e975006e470ed',1,'GpgFrontend::GpgKey']]], - ['ishascertificationcapability_1012',['IsHasCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#a2d28e72cfb741deeadfe02ff456fb490',1,'GpgFrontend::GpgKey::IsHasCertificationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a56938360f873949aa9ba3dbdaab519d1',1,'GpgFrontend::GpgSubKey::IsHasCertificationCapability()']]], - ['ishasencryptioncapability_1013',['IsHasEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#a60b342ca6e1062d4489d8ba8f7a5a605',1,'GpgFrontend::GpgKey::IsHasEncryptionCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#ab67395a986184cb9b20f3dc178fc52be',1,'GpgFrontend::GpgSubKey::IsHasEncryptionCapability()']]], - ['ishasmasterkey_1014',['IsHasMasterKey',['../classGpgFrontend_1_1GpgKey.html#aadac1b776764ee9d0ca4f8bb9f9e0741',1,'GpgFrontend::GpgKey']]], - ['ishassigningcapability_1015',['IsHasSigningCapability',['../classGpgFrontend_1_1GpgKey.html#a635bbf8f08268cfdac1bc120981df877',1,'GpgFrontend::GpgKey::IsHasSigningCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#ab9208165c74b93fa8c5b7a06cd808f56',1,'GpgFrontend::GpgSubKey::IsHasSigningCapability()']]], - ['isinvalid_1016',['IsInvalid',['../classGpgFrontend_1_1GpgKeySignature.html#a1725474a1c61c0a3d724dc2f999cb24a',1,'GpgFrontend::GpgKeySignature']]], - ['isnonexpired_1017',['IsNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aeef7697c91b5b5998088979e09332380',1,'GpgFrontend::GenKeyInfo']]], - ['isnopassphrase_1018',['IsNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a848181796a99bec8d32dc5eac240ee01',1,'GpgFrontend::GenKeyInfo']]], - ['isprivatekey_1019',['IsPrivateKey',['../classGpgFrontend_1_1GpgKey.html#a888c0263f04bdd52967e092b9c73eb6d',1,'GpgFrontend::GpgKey::IsPrivateKey()'],['../classGpgFrontend_1_1GpgSubKey.html#accb86b50755698b3e1e7fdfe06f44e84',1,'GpgFrontend::GpgSubKey::IsPrivateKey()']]], - ['isrevoked_1020',['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_1021',['IsSecretKey',['../classGpgFrontend_1_1GpgSubKey.html#a8fcbeae2ef3ad73a5aedee19f6de3e60',1,'GpgFrontend::GpgSubKey']]], - ['issubkey_1022',['IsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#a40a42ad975499566de124296c19e6c55',1,'GpgFrontend::GenKeyInfo']]] + ['import_5fkeys_992',['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_993',['import_unknown_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925',1,'GpgFrontend::UI']]], + ['importkey_994',['ImportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#ab7a9be5283047695cd47562775adf79d',1,'GpgFrontend::GpgKeyImportExporter']]], + ['importkeypackage_995',['ImportKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#a89538b180a42eb7d6ae53583fe10ee07',1,'GpgFrontend::KeyPackageOperator']]], + ['infoboardwidget_996',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['infotab_997',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc',1,'GpgFrontend::UI::InfoTab']]], + ['init_998',['Init',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759',1,'GpgFrontend::UI::MainWindow']]], + ['init_5fapp_5fsecure_5fkey_999',['init_app_secure_key',['../classGpgFrontend_1_1DataObjectOperator.html#a6b357780482f0e0c021ad55a81eb37cf',1,'GpgFrontend::DataObjectOperator']]], + ['init_5fctx_1000',['init_ctx',['../classGpgFrontend_1_1GpgContext.html#a3377fd6a325aafc18c119431f602db9b',1,'GpgFrontend::GpgContext']]], + ['init_5flocale_1001',['init_locale',['../namespaceGpgFrontend_1_1UI.html#a157c74e50283da9ed554cf7bf90afbee',1,'GpgFrontend::UI']]], + ['init_5flogging_1002',['init_logging',['../namespaceGpgFrontend.html#affb72eb1b5f3ac8fe48cc1f37dd557ee',1,'GpgFrontend']]], + ['initgpgfrontendui_1003',['InitGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#a6d0382875d4f5c0b4dc98866d140d0a2',1,'GpgFrontend::UI']]], + ['intropage_1004',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d',1,'GpgFrontend::UI::IntroPage']]], + ['isallowauthentication_1005',['IsAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aabdf981c65a0efde1e8905441b9b9c87',1,'GpgFrontend::GenKeyInfo']]], + ['isallowcertification_1006',['IsAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ad47ceeb1ccfa8862843034e51b4d8be7',1,'GpgFrontend::GenKeyInfo']]], + ['isallowchangeauthentication_1007',['IsAllowChangeAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aaf8ab7c6564a2836837a537111d6f5b4',1,'GpgFrontend::GenKeyInfo']]], + ['isallowchangecertification_1008',['IsAllowChangeCertification',['../classGpgFrontend_1_1GenKeyInfo.html#adbcddd0fa0a273f9b77fe1297633dabc',1,'GpgFrontend::GenKeyInfo']]], + ['isallowchangeencryption_1009',['IsAllowChangeEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#ad04a906300bea028c6fb6b1b2da1d149',1,'GpgFrontend::GenKeyInfo']]], + ['isallowchangesigning_1010',['IsAllowChangeSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a06f95a8d26da79bcbe7d51e266879a94',1,'GpgFrontend::GenKeyInfo']]], + ['isallowencryption_1011',['IsAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a28ed8a65243e5bc69403305752c2cdc9',1,'GpgFrontend::GenKeyInfo']]], + ['isallownopassphrase_1012',['IsAllowNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#af6a79124a4571ff7f37c1c5e6c1a9415',1,'GpgFrontend::GenKeyInfo']]], + ['isallowsigning_1013',['IsAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#ad972292c408cb83c08e739327795a5f0',1,'GpgFrontend::GenKeyInfo']]], + ['iscardkey_1014',['IsCardKey',['../classGpgFrontend_1_1GpgSubKey.html#ad818aa66e47d6686eb8ff253b3c21814',1,'GpgFrontend::GpgSubKey']]], + ['isdisabled_1015',['IsDisabled',['../classGpgFrontend_1_1GpgKey.html#a7eaf1e722d8a59f6a86d8e732217d89c',1,'GpgFrontend::GpgKey::IsDisabled()'],['../classGpgFrontend_1_1GpgSubKey.html#a75abb60a2130efc7fad8ab8fb3157042',1,'GpgFrontend::GpgSubKey::IsDisabled()']]], + ['isdiscarded_1016',['IsDiscarded',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a4c4bc06d1d168f01569ed83dcfd50d55',1,'GpgFrontend::UI::QuitDialog']]], + ['isexpired_1017',['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_1018',['IsExportable',['../classGpgFrontend_1_1GpgKeySignature.html#a19fc1ca3733b576e12628e333e2c449e',1,'GpgFrontend::GpgKeySignature']]], + ['isgood_1019',['IsGood',['../classGpgFrontend_1_1GpgKey.html#a59e76d40f01e765f0544e5c6a2851be6',1,'GpgFrontend::GpgKey']]], + ['ishasactualauthenticationcapability_1020',['IsHasActualAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#a371a24c4e9d3b99a36f76ff8c7f2d0e6',1,'GpgFrontend::GpgKey']]], + ['ishasactualcertificationcapability_1021',['IsHasActualCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#ae370e41a7ea7307fbf4d28e0f2a67e0c',1,'GpgFrontend::GpgKey']]], + ['ishasactualencryptioncapability_1022',['IsHasActualEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#aaa66d803456152fed9ba4cf5bce7b99d',1,'GpgFrontend::GpgKey']]], + ['ishasactualsigningcapability_1023',['IsHasActualSigningCapability',['../classGpgFrontend_1_1GpgKey.html#aefa0a44adb1b7c49553a85b545fdffe1',1,'GpgFrontend::GpgKey']]], + ['ishasauthenticationcapability_1024',['IsHasAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#afdffba6dfb6009a0b320623df7a26be0',1,'GpgFrontend::GpgKey::IsHasAuthenticationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a04d9df643cd08200cd742dc243be6cd6',1,'GpgFrontend::GpgSubKey::IsHasAuthenticationCapability()']]], + ['ishascardkey_1025',['IsHasCardKey',['../classGpgFrontend_1_1GpgKey.html#afedc843415bd4b59687e975006e470ed',1,'GpgFrontend::GpgKey']]], + ['ishascertificationcapability_1026',['IsHasCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#a2d28e72cfb741deeadfe02ff456fb490',1,'GpgFrontend::GpgKey::IsHasCertificationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a56938360f873949aa9ba3dbdaab519d1',1,'GpgFrontend::GpgSubKey::IsHasCertificationCapability()']]], + ['ishasencryptioncapability_1027',['IsHasEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#a60b342ca6e1062d4489d8ba8f7a5a605',1,'GpgFrontend::GpgKey::IsHasEncryptionCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#ab67395a986184cb9b20f3dc178fc52be',1,'GpgFrontend::GpgSubKey::IsHasEncryptionCapability()']]], + ['ishasmasterkey_1028',['IsHasMasterKey',['../classGpgFrontend_1_1GpgKey.html#aadac1b776764ee9d0ca4f8bb9f9e0741',1,'GpgFrontend::GpgKey']]], + ['ishassigningcapability_1029',['IsHasSigningCapability',['../classGpgFrontend_1_1GpgKey.html#a635bbf8f08268cfdac1bc120981df877',1,'GpgFrontend::GpgKey::IsHasSigningCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#ab9208165c74b93fa8c5b7a06cd808f56',1,'GpgFrontend::GpgSubKey::IsHasSigningCapability()']]], + ['isinvalid_1030',['IsInvalid',['../classGpgFrontend_1_1GpgKeySignature.html#a1725474a1c61c0a3d724dc2f999cb24a',1,'GpgFrontend::GpgKeySignature']]], + ['isnonexpired_1031',['IsNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aeef7697c91b5b5998088979e09332380',1,'GpgFrontend::GenKeyInfo']]], + ['isnopassphrase_1032',['IsNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a848181796a99bec8d32dc5eac240ee01',1,'GpgFrontend::GenKeyInfo']]], + ['isprivatekey_1033',['IsPrivateKey',['../classGpgFrontend_1_1GpgKey.html#a888c0263f04bdd52967e092b9c73eb6d',1,'GpgFrontend::GpgKey::IsPrivateKey()'],['../classGpgFrontend_1_1GpgSubKey.html#accb86b50755698b3e1e7fdfe06f44e84',1,'GpgFrontend::GpgSubKey::IsPrivateKey()']]], + ['isrevoked_1034',['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_1035',['IsSecretKey',['../classGpgFrontend_1_1GpgSubKey.html#a8fcbeae2ef3ad73a5aedee19f6de3e60',1,'GpgFrontend::GpgSubKey']]], + ['issubkey_1036',['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 1efc4e3c..807cf1bb 100644 --- a/docs/html/search/functions_a.js +++ b/docs/html/search/functions_a.js @@ -1,20 +1,20 @@ var searchData= [ - ['keygendialog_1023',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9',1,'GpgFrontend::UI::KeyGenDialog']]], - ['keygenpage_1024',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70',1,'GpgFrontend::UI::KeyGenPage']]], - ['keyimportdetaildialog_1025',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a0177cdaa19d1f83c9e519039aa7a8ce1',1,'GpgFrontend::UI::KeyImportDetailDialog']]], - ['keylist_1026',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418',1,'GpgFrontend::UI::KeyList']]], - ['keymgmt_1027',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64',1,'GpgFrontend::UI::KeyMgmt']]], - ['keynewuiddialog_1028',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a7226b139dc7a491e8ba780135654be27',1,'GpgFrontend::UI::KeyNewUIDDialog']]], - ['keypairdetailtab_1029',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a76efd8f8d623813be1a329ad01972444',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['keypairoperatab_1030',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aad4e209d7b4eb0ac6623b2f12ce5ecc5',1,'GpgFrontend::UI::KeyPairOperaTab']]], - ['keypairsubkeytab_1031',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a93abe5c0467c7c4a29e0c45437a10732',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], - ['keypairuidtab_1032',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#af18c4f08a127d919a316c7e27ba338d3',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['keypressevent_1033',['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_1034',['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_1035',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#aa3d3561d3bdf95de6486b2caa752616c',1,'GpgFrontend::UI::KeyserverTab']]], - ['keysetexpiredatedialog_1036',['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_1037',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html#a88606ba6954d60244faf38de419bfc47',1,'GpgFrontend::UI::KeyTable']]], - ['keyuidsigndialog_1038',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55',1,'GpgFrontend::UI::KeyUIDSignDialog']]], - ['keyuploaddialog_1039',['KeyUploadDialog',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a51f63e30f26f7923def91519d347c0cf',1,'GpgFrontend::UI::KeyUploadDialog']]] + ['keygendialog_1037',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9',1,'GpgFrontend::UI::KeyGenDialog']]], + ['keygenpage_1038',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70',1,'GpgFrontend::UI::KeyGenPage']]], + ['keyimportdetaildialog_1039',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a0177cdaa19d1f83c9e519039aa7a8ce1',1,'GpgFrontend::UI::KeyImportDetailDialog']]], + ['keylist_1040',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418',1,'GpgFrontend::UI::KeyList']]], + ['keymgmt_1041',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64',1,'GpgFrontend::UI::KeyMgmt']]], + ['keynewuiddialog_1042',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a7226b139dc7a491e8ba780135654be27',1,'GpgFrontend::UI::KeyNewUIDDialog']]], + ['keypairdetailtab_1043',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a76efd8f8d623813be1a329ad01972444',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['keypairoperatab_1044',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#aad4e209d7b4eb0ac6623b2f12ce5ecc5',1,'GpgFrontend::UI::KeyPairOperaTab']]], + ['keypairsubkeytab_1045',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a93abe5c0467c7c4a29e0c45437a10732',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], + ['keypairuidtab_1046',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#af18c4f08a127d919a316c7e27ba338d3',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['keypressevent_1047',['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_1048',['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_1049',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#aa3d3561d3bdf95de6486b2caa752616c',1,'GpgFrontend::UI::KeyserverTab']]], + ['keysetexpiredatedialog_1050',['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_1051',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html#a88606ba6954d60244faf38de419bfc47',1,'GpgFrontend::UI::KeyTable']]], + ['keyuidsigndialog_1052',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55',1,'GpgFrontend::UI::KeyUIDSignDialog']]], + ['keyuploaddialog_1053',['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 55f72405..2ce5a2ad 100644 --- a/docs/html/search/functions_b.js +++ b/docs/html/search/functions_b.js @@ -1,6 +1,6 @@ var searchData= [ - ['listlanguages_1040',['ListLanguages',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#acd22ac2fd91704551e5317e2c549ae26',1,'GpgFrontend::UI::SettingsDialog']]], - ['loadfile_1041',['LoadFile',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18',1,'GpgFrontend::UI::TextEdit']]], - ['localized_5fhelp_1042',['localized_help',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a49fbde87f2ef385b44225acd6ffbc84f',1,'GpgFrontend::UI::HelpPage']]] + ['listlanguages_1054',['ListLanguages',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#acd22ac2fd91704551e5317e2c549ae26',1,'GpgFrontend::UI::SettingsDialog']]], + ['loadfile_1055',['LoadFile',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18',1,'GpgFrontend::UI::TextEdit']]], + ['localized_5fhelp_1056',['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 dce3c758..8ef6e51d 100644 --- a/docs/html/search/functions_c.js +++ b/docs/html/search/functions_c.js @@ -1,8 +1,8 @@ var searchData= [ - ['markkeys_1043',['MarkKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a31a4c067eed90830203862cb4adf951e',1,'GpgFrontend::UI::KeyList']]], - ['maybe_5fsave_5fcurrent_5ftab_1044',['maybe_save_current_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c',1,'GpgFrontend::UI::TextEdit']]], - ['maybesaveanytab_1045',['MaybeSaveAnyTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457',1,'GpgFrontend::UI::TextEdit']]], - ['modifypassword_1046',['ModifyPassword',['../classGpgFrontend_1_1GpgKeyOpera.html#ab7e16d1f4cba23ea5b5b9f6009ce5ee2',1,'GpgFrontend::GpgKeyOpera']]], - ['modifytofupolicy_1047',['ModifyTOFUPolicy',['../classGpgFrontend_1_1GpgKeyOpera.html#a76a7f59701add8a59d8835919dad2000',1,'GpgFrontend::GpgKeyOpera']]] + ['markkeys_1057',['MarkKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#a31a4c067eed90830203862cb4adf951e',1,'GpgFrontend::UI::KeyList']]], + ['maybe_5fsave_5fcurrent_5ftab_1058',['maybe_save_current_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c',1,'GpgFrontend::UI::TextEdit']]], + ['maybesaveanytab_1059',['MaybeSaveAnyTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c976a5494d06c2186d94e7cc8ebe457',1,'GpgFrontend::UI::TextEdit']]], + ['modifypassword_1060',['ModifyPassword',['../classGpgFrontend_1_1GpgKeyOpera.html#ab7e16d1f4cba23ea5b5b9f6009ce5ee2',1,'GpgFrontend::GpgKeyOpera']]], + ['modifytofupolicy_1061',['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 911679d4..441dc835 100644 --- a/docs/html/search/functions_d.js +++ b/docs/html/search/functions_d.js @@ -1,8 +1,8 @@ var searchData= [ - ['needupgrade_1048',['NeedUpgrade',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#abc311fd0e15da1a04b995587ca74e1a6',1,'GpgFrontend::UI::SoftwareVersion']]], - ['networktab_1049',['NetworkTab',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a444d3630919c1f9c4db495a58acbb9a8',1,'GpgFrontend::UI::NetworkTab']]], - ['new_5fdefault_5fsettings_5fchannel_1050',['new_default_settings_channel',['../namespaceGpgFrontend.html#aafb9aa0ba1d03afa09085b1b8136c55f',1,'GpgFrontend']]], - ['nextid_1051',['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()']]], - ['notifyfilesaved_1052',['NotifyFileSaved',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5',1,'GpgFrontend::UI::PlainTextEditorPage']]] + ['needupgrade_1062',['NeedUpgrade',['../structGpgFrontend_1_1UI_1_1SoftwareVersion.html#abc311fd0e15da1a04b995587ca74e1a6',1,'GpgFrontend::UI::SoftwareVersion']]], + ['networktab_1063',['NetworkTab',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a444d3630919c1f9c4db495a58acbb9a8',1,'GpgFrontend::UI::NetworkTab']]], + ['new_5fdefault_5fsettings_5fchannel_1064',['new_default_settings_channel',['../namespaceGpgFrontend.html#aafb9aa0ba1d03afa09085b1b8136c55f',1,'GpgFrontend']]], + ['nextid_1065',['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()']]], + ['notifyfilesaved_1066',['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 a6ea0ad8..df7e7354 100644 --- a/docs/html/search/functions_e.js +++ b/docs/html/search/functions_e.js @@ -1,10 +1,10 @@ var searchData= [ - ['oncustomcontextmenu_1053',['onCustomContextMenu',['../classGpgFrontend_1_1UI_1_1FilePage.html#aa80dc1b74a0ec65d06e5dffaa21cc785',1,'GpgFrontend::UI::FilePage']]], - ['operator_20gpgme_5fctx_5ft_1054',['operator gpgme_ctx_t',['../classGpgFrontend_1_1GpgContext.html#a5b419175bd9927f3d449637db8ba6524',1,'GpgFrontend::GpgContext']]], - ['operator_20gpgme_5fdata_5ft_1055',['operator gpgme_data_t',['../classGpgFrontend_1_1GpgData.html#afca7a03bd71436c8b3c4f6e8c2acd700',1,'GpgFrontend::GpgData']]], - ['operator_20gpgme_5fkey_5ft_1056',['operator gpgme_key_t',['../classGpgFrontend_1_1GpgKey.html#a827962251cf47c41dbea56665ae4207b',1,'GpgFrontend::GpgKey']]], - ['operator_3c_3d_1057',['operator<=',['../classGpgFrontend_1_1GpgKey.html#adc22a349796af0ff5dd4499624b6d03d',1,'GpgFrontend::GpgKey']]], - ['operator_3d_1058',['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_1059',['operator==',['../classGpgFrontend_1_1GpgKey.html#a4f50b2f13b3a5dc7298ee9665e7a5367',1,'GpgFrontend::GpgKey::operator==()'],['../classGpgFrontend_1_1GpgSubKey.html#a1c88420ec4756f2e5bda1b76ff2f7c2d',1,'GpgFrontend::GpgSubKey::operator==()']]] + ['oncustomcontextmenu_1067',['onCustomContextMenu',['../classGpgFrontend_1_1UI_1_1FilePage.html#aa80dc1b74a0ec65d06e5dffaa21cc785',1,'GpgFrontend::UI::FilePage']]], + ['operator_20gpgme_5fctx_5ft_1068',['operator gpgme_ctx_t',['../classGpgFrontend_1_1GpgContext.html#a5b419175bd9927f3d449637db8ba6524',1,'GpgFrontend::GpgContext']]], + ['operator_20gpgme_5fdata_5ft_1069',['operator gpgme_data_t',['../classGpgFrontend_1_1GpgData.html#afca7a03bd71436c8b3c4f6e8c2acd700',1,'GpgFrontend::GpgData']]], + ['operator_20gpgme_5fkey_5ft_1070',['operator gpgme_key_t',['../classGpgFrontend_1_1GpgKey.html#a827962251cf47c41dbea56665ae4207b',1,'GpgFrontend::GpgKey']]], + ['operator_3c_3d_1071',['operator<=',['../classGpgFrontend_1_1GpgKey.html#adc22a349796af0ff5dd4499624b6d03d',1,'GpgFrontend::GpgKey']]], + ['operator_3d_1072',['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_1073',['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 1e81bd60..b6db18f4 100644 --- a/docs/html/search/functions_f.js +++ b/docs/html/search/functions_f.js @@ -1,12 +1,13 @@ var searchData= [ - ['passphrasegenerator_1060',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html#ac82ef545a54468ad02253a61cc62e3cf',1,'GpgFrontend::PassphraseGenerator']]], - ['plaintexteditorpage_1061',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['print_5frecipient_1062',['print_recipient',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a1aac1c1f77a12069479a47f54a934c44',1,'GpgFrontend::GpgDecryptResultAnalyse']]], - ['print_5fsigner_1063',['print_signer',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a57bf4a26466e07f7f0ecc19de3782104',1,'GpgFrontend::GpgVerifyResultAnalyse']]], - ['process_5fdirectory_5finto_5ftarball_1064',['process_directory_into_tarball',['../namespaceGpgFrontend_1_1UI.html#a5470872566b41ce628f64039f34b964a',1,'GpgFrontend::UI']]], - ['process_5foperation_1065',['process_operation',['../namespaceGpgFrontend_1_1UI.html#a915af1392056ddeb14099632d9679fc4',1,'GpgFrontend::UI']]], - ['process_5fresult_5fanalyse_1066',['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_1067',['process_tarball_into_directory',['../namespaceGpgFrontend_1_1UI.html#a57d0a4dba23cd3d9b42222d40c710dc1',1,'GpgFrontend::UI']]], - ['proxyconnectiontestthread_1068',['ProxyConnectionTestThread',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a538a78e0149906bf19e850ba71c00ada',1,'GpgFrontend::UI::ProxyConnectionTestThread']]] + ['passphrasegenerator_1074',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html#ac82ef545a54468ad02253a61cc62e3cf',1,'GpgFrontend::PassphraseGenerator']]], + ['plaintexteditorpage_1075',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['posttask_1076',['PostTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a4fae01eb0a5b296b8c4c6bf8408f1c6b',1,'GpgFrontend::Thread::TaskRunner']]], + ['print_5frecipient_1077',['print_recipient',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a1aac1c1f77a12069479a47f54a934c44',1,'GpgFrontend::GpgDecryptResultAnalyse']]], + ['print_5fsigner_1078',['print_signer',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a57bf4a26466e07f7f0ecc19de3782104',1,'GpgFrontend::GpgVerifyResultAnalyse']]], + ['process_5fdirectory_5finto_5ftarball_1079',['process_directory_into_tarball',['../namespaceGpgFrontend_1_1UI.html#a5470872566b41ce628f64039f34b964a',1,'GpgFrontend::UI']]], + ['process_5foperation_1080',['process_operation',['../namespaceGpgFrontend_1_1UI.html#a915af1392056ddeb14099632d9679fc4',1,'GpgFrontend::UI']]], + ['process_5fresult_5fanalyse_1081',['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_1082',['process_tarball_into_directory',['../namespaceGpgFrontend_1_1UI.html#a57d0a4dba23cd3d9b42222d40c710dc1',1,'GpgFrontend::UI']]], + ['proxyconnectiontestthread_1083',['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 588f452c..0fdc9e79 100644 --- a/docs/html/search/namespaces_0.js +++ b/docs/html/search/namespaces_0.js @@ -1,6 +1,7 @@ var searchData= [ - ['gpgfrontend_767',['GpgFrontend',['../namespaceGpgFrontend.html',1,'']]], - ['rawapi_768',['RawAPI',['../namespaceGpgFrontend_1_1RawAPI.html',1,'GpgFrontend']]], - ['ui_769',['UI',['../namespaceGpgFrontend_1_1UI.html',1,'GpgFrontend']]] + ['gpgfrontend_781',['GpgFrontend',['../namespaceGpgFrontend.html',1,'']]], + ['rawapi_782',['RawAPI',['../namespaceGpgFrontend_1_1RawAPI.html',1,'GpgFrontend']]], + ['thread_783',['Thread',['../namespaceGpgFrontend_1_1Thread.html',1,'GpgFrontend']]], + ['ui_784',['UI',['../namespaceGpgFrontend_1_1UI.html',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/pages_0.js b/docs/html/search/pages_0.js index 63bbb43d..72cf7ed2 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_1374',['GpgFrontend Develop Document Main Page',['../index.html',1,'']]] + ['gpgfrontend_20develop_20document_20main_20page_1396',['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 839bcff7..d38ea227 100644 --- a/docs/html/search/variables_0.js +++ b/docs/html/search/variables_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['_5fdefault_5fchannel_1258',['_default_channel',['../classGpgFrontend_1_1ChannelObject.html#a66295bb572e98fc2fad3afce763ac311',1,'GpgFrontend::ChannelObject']]] + ['_5fdefault_5fchannel_1278',['_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 65386211..8f38a6cd 100644 --- a/docs/html/search/variables_1.js +++ b/docs/html/search/variables_1.js @@ -1,19 +1,19 @@ var searchData= [ - ['about_5fact_5f_1259',['about_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9dd292f55fba1fe62c83508fef7e43a1',1,'GpgFrontend::UI::MainWindow']]], - ['add_5fpgp_5fheader_5fact_5f_1260',['add_pgp_header_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a95b2c86afbefe47e79af87e56032e306',1,'GpgFrontend::UI::MainWindow']]], - ['additional_5fuid_5fbox_5f_1261',['additional_uid_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a265ef140feec330e7341c1369c0aefab',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['algorithm_5fvar_5flabel_5f_1262',['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_1263',['app_configure_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a4d04bb665571921421b853f18b8b300a',1,'GpgFrontend::GlobalSettingStation']]], - ['app_5fdata_5fobjs_5fpath_5f_1264',['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_1265',['app_data_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a58fff8a42f98ad7989bffb8322344cd6',1,'GpgFrontend::GlobalSettingStation']]], - ['app_5flocale_5fpath_5f_1266',['app_locale_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a25c1b45a2ccdc21dd2dcba58866169fb',1,'GpgFrontend::GlobalSettingStation']]], - ['app_5flog_5fpath_5f_1267',['app_log_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a6459653a71cc8285fa554943c7fb3ca7',1,'GpgFrontend::GlobalSettingStation']]], - ['app_5fpath_5f_1268',['app_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a678f8ba120f9ad050d0adfec4476d7ac',1,'GpgFrontend::GlobalSettingStation']]], - ['app_5fresource_5fpath_5f_1269',['app_resource_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a1d94a126c78ac01ec01f10d2ce575388',1,'GpgFrontend::GlobalSettingStation']]], - ['app_5fsecure_5fkey_5fpath_5f_1270',['app_secure_key_path_',['../classGpgFrontend_1_1DataObjectOperator.html#a56c0c031cd327207260c73d1885dbdca',1,'GpgFrontend::DataObjectOperator']]], - ['app_5fsecure_5fpath_5f_1271',['app_secure_path_',['../classGpgFrontend_1_1DataObjectOperator.html#a6d38d25c91c33c48d083ec4de051108a',1,'GpgFrontend::DataObjectOperator']]], - ['append_5fselected_5fkeys_5fact_5f_1272',['append_selected_keys_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab67486a71126073e7c39ca12603198f4',1,'GpgFrontend::UI::MainWindow']]], - ['apppath_1273',['AppPath',['../classGpgFrontend_1_1GpgInfo.html#a2416ae0ab9bedc61782d16075750a9c0',1,'GpgFrontend::GpgInfo']]], - ['attachment_5fdock_5f_1274',['attachment_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afd243a5f00f86d65431081ead2cae153',1,'GpgFrontend::UI::MainWindow']]] + ['about_5fact_5f_1279',['about_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9dd292f55fba1fe62c83508fef7e43a1',1,'GpgFrontend::UI::MainWindow']]], + ['add_5fpgp_5fheader_5fact_5f_1280',['add_pgp_header_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a95b2c86afbefe47e79af87e56032e306',1,'GpgFrontend::UI::MainWindow']]], + ['additional_5fuid_5fbox_5f_1281',['additional_uid_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a265ef140feec330e7341c1369c0aefab',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['algorithm_5fvar_5flabel_5f_1282',['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_1283',['app_configure_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a4d04bb665571921421b853f18b8b300a',1,'GpgFrontend::GlobalSettingStation']]], + ['app_5fdata_5fobjs_5fpath_5f_1284',['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_1285',['app_data_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a58fff8a42f98ad7989bffb8322344cd6',1,'GpgFrontend::GlobalSettingStation']]], + ['app_5flocale_5fpath_5f_1286',['app_locale_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a25c1b45a2ccdc21dd2dcba58866169fb',1,'GpgFrontend::GlobalSettingStation']]], + ['app_5flog_5fpath_5f_1287',['app_log_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a6459653a71cc8285fa554943c7fb3ca7',1,'GpgFrontend::GlobalSettingStation']]], + ['app_5fpath_5f_1288',['app_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a678f8ba120f9ad050d0adfec4476d7ac',1,'GpgFrontend::GlobalSettingStation']]], + ['app_5fresource_5fpath_5f_1289',['app_resource_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#a1d94a126c78ac01ec01f10d2ce575388',1,'GpgFrontend::GlobalSettingStation']]], + ['app_5fsecure_5fkey_5fpath_5f_1290',['app_secure_key_path_',['../classGpgFrontend_1_1DataObjectOperator.html#a56c0c031cd327207260c73d1885dbdca',1,'GpgFrontend::DataObjectOperator']]], + ['app_5fsecure_5fpath_5f_1291',['app_secure_path_',['../classGpgFrontend_1_1DataObjectOperator.html#a6d38d25c91c33c48d083ec4de051108a',1,'GpgFrontend::DataObjectOperator']]], + ['append_5fselected_5fkeys_5fact_5f_1292',['append_selected_keys_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab67486a71126073e7c39ca12603198f4',1,'GpgFrontend::UI::MainWindow']]], + ['apppath_1293',['AppPath',['../classGpgFrontend_1_1GpgInfo.html#a2416ae0ab9bedc61782d16075750a9c0',1,'GpgFrontend::GpgInfo']]], + ['attachment_5fdock_5f_1294',['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 3a86742c..5df064f2 100644 --- a/docs/html/search/variables_10.js +++ b/docs/html/search/variables_10.js @@ -1,5 +1,5 @@ var searchData= [ - ['rd_5f_1350',['rd_',['../classGpgFrontend_1_1DataObjectOperator.html#a24c9cdbe9256e332ac93d6dc28c76b90',1,'GpgFrontend::DataObjectOperator::rd_()'],['../classGpgFrontend_1_1PassphraseGenerator.html#a12ee6f9b7fff4883074321c7e0de3dfa',1,'GpgFrontend::PassphraseGenerator::rd_()']]], - ['redo_5fact_5f_1351',['redo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e',1,'GpgFrontend::UI::MainWindow']]] + ['rd_5f_1370',['rd_',['../classGpgFrontend_1_1DataObjectOperator.html#a24c9cdbe9256e332ac93d6dc28c76b90',1,'GpgFrontend::DataObjectOperator::rd_()'],['../classGpgFrontend_1_1PassphraseGenerator.html#a12ee6f9b7fff4883074321c7e0de3dfa',1,'GpgFrontend::PassphraseGenerator::rd_()']]], + ['redo_5fact_5f_1371',['redo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_11.js b/docs/html/search/variables_11.js index fb53e2ab..2eb15925 100644 --- a/docs/html/search/variables_11.js +++ b/docs/html/search/variables_11.js @@ -1,15 +1,15 @@ var searchData= [ - ['save_5fact_5f_1352',['save_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc',1,'GpgFrontend::UI::MainWindow']]], - ['save_5fas_5fact_5f_1353',['save_as_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112',1,'GpgFrontend::UI::MainWindow']]], - ['select_5fall_5fact_5f_1354',['select_all_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc',1,'GpgFrontend::UI::MainWindow']]], - ['show_5fkey_5fdetails_5fact_5f_1355',['show_key_details_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b',1,'GpgFrontend::UI::MainWindow']]], - ['sign_5fact_5f_1356',['sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839',1,'GpgFrontend::UI::MainWindow']]], - ['sign_5fmarked_5f_1357',['sign_marked_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['special_5fedit_5ftool_5fbar_5f_1358',['special_edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0',1,'GpgFrontend::UI::MainWindow']]], - ['start_5fwizard_5fact_5f_1359',['start_wizard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6',1,'GpgFrontend::UI::MainWindow']]], - ['steganography_5fmenu_5f_1360',['steganography_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853',1,'GpgFrontend::UI::MainWindow']]], - ['storages_5fmutex_5f_1361',['storages_mutex_',['../classGpgFrontend_1_1SingletonStorageCollection.html#ab648cb257beb2475eb5fca6453c331f9',1,'GpgFrontend::SingletonStorageCollection']]], - ['switch_5ftab_5fdown_5fact_5f_1362',['switch_tab_down_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41',1,'GpgFrontend::UI::MainWindow']]], - ['switch_5ftab_5fup_5fact_5f_1363',['switch_tab_up_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701',1,'GpgFrontend::UI::MainWindow']]] + ['save_5fact_5f_1372',['save_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc',1,'GpgFrontend::UI::MainWindow']]], + ['save_5fas_5fact_5f_1373',['save_as_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112',1,'GpgFrontend::UI::MainWindow']]], + ['select_5fall_5fact_5f_1374',['select_all_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc',1,'GpgFrontend::UI::MainWindow']]], + ['show_5fkey_5fdetails_5fact_5f_1375',['show_key_details_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b',1,'GpgFrontend::UI::MainWindow']]], + ['sign_5fact_5f_1376',['sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839',1,'GpgFrontend::UI::MainWindow']]], + ['sign_5fmarked_5f_1377',['sign_marked_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['special_5fedit_5ftool_5fbar_5f_1378',['special_edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0',1,'GpgFrontend::UI::MainWindow']]], + ['start_5fwizard_5fact_5f_1379',['start_wizard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6',1,'GpgFrontend::UI::MainWindow']]], + ['steganography_5fmenu_5f_1380',['steganography_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853',1,'GpgFrontend::UI::MainWindow']]], + ['storages_5fmutex_5f_1381',['storages_mutex_',['../classGpgFrontend_1_1SingletonStorageCollection.html#ab648cb257beb2475eb5fca6453c331f9',1,'GpgFrontend::SingletonStorageCollection']]], + ['switch_5ftab_5fdown_5fact_5f_1382',['switch_tab_down_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41',1,'GpgFrontend::UI::MainWindow']]], + ['switch_5ftab_5fup_5fact_5f_1383',['switch_tab_up_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_12.js b/docs/html/search/variables_12.js index db429da4..f7cee537 100644 --- a/docs/html/search/variables_12.js +++ b/docs/html/search/variables_12.js @@ -1,4 +1,6 @@ var searchData= [ - ['translate_5fact_5f_1364',['translate_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e',1,'GpgFrontend::UI::MainWindow']]] + ['tasks_1384',['tasks',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a774775e9a91d33072b27dcf78cead6e2',1,'GpgFrontend::Thread::TaskRunner']]], + ['tasks_5fmutex_5f_1385',['tasks_mutex_',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a5e72f1ce00d41c225a4304f1ed20b3f1',1,'GpgFrontend::Thread::TaskRunner']]], + ['translate_5fact_5f_1386',['translate_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_13.js b/docs/html/search/variables_13.js index 94b87cbe..34528942 100644 --- a/docs/html/search/variables_13.js +++ b/docs/html/search/variables_13.js @@ -1,7 +1,7 @@ var searchData= [ - ['ui_5fcfg_5f_1365',['ui_cfg_',['../classGpgFrontend_1_1GlobalSettingStation.html#a1818e08063d6a886975f77354fc5d85c',1,'GpgFrontend::GlobalSettingStation']]], - ['ui_5fconfig_5fdir_5fpath_5f_1366',['ui_config_dir_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#ab618fef68cfd4ff6e42d4a4aa8ea94bb',1,'GpgFrontend::GlobalSettingStation']]], - ['ui_5fconfig_5fpath_5f_1367',['ui_config_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#afa99ddc25c0d5fd59a4c5f0e61d13830',1,'GpgFrontend::GlobalSettingStation']]], - ['undo_5fact_5f_1368',['undo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c',1,'GpgFrontend::UI::MainWindow']]] + ['ui_5fcfg_5f_1387',['ui_cfg_',['../classGpgFrontend_1_1GlobalSettingStation.html#a1818e08063d6a886975f77354fc5d85c',1,'GpgFrontend::GlobalSettingStation']]], + ['ui_5fconfig_5fdir_5fpath_5f_1388',['ui_config_dir_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#ab618fef68cfd4ff6e42d4a4aa8ea94bb',1,'GpgFrontend::GlobalSettingStation']]], + ['ui_5fconfig_5fpath_5f_1389',['ui_config_path_',['../classGpgFrontend_1_1GlobalSettingStation.html#afa99ddc25c0d5fd59a4c5f0e61d13830',1,'GpgFrontend::GlobalSettingStation']]], + ['undo_5fact_5f_1390',['undo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_14.js b/docs/html/search/variables_14.js index 5ca1e092..e61f7609 100644 --- a/docs/html/search/variables_14.js +++ b/docs/html/search/variables_14.js @@ -1,5 +1,5 @@ var searchData= [ - ['verify_5fact_5f_1369',['verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081',1,'GpgFrontend::UI::MainWindow']]], - ['view_5fmenu_5f_1370',['view_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2',1,'GpgFrontend::UI::MainWindow']]] + ['verify_5fact_5f_1391',['verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081',1,'GpgFrontend::UI::MainWindow']]], + ['view_5fmenu_5f_1392',['view_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_15.js b/docs/html/search/variables_15.js index baece123..73309710 100644 --- a/docs/html/search/variables_15.js +++ b/docs/html/search/variables_15.js @@ -1,5 +1,5 @@ var searchData= [ - ['zoom_5fin_5fact_5f_1371',['zoom_in_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689',1,'GpgFrontend::UI::MainWindow']]], - ['zoom_5fout_5fact_5f_1372',['zoom_out_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979',1,'GpgFrontend::UI::MainWindow']]] + ['zoom_5fin_5fact_5f_1393',['zoom_in_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689',1,'GpgFrontend::UI::MainWindow']]], + ['zoom_5fout_5fact_5f_1394',['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 e4e067d7..b0b3be1d 100644 --- a/docs/html/search/variables_2.js +++ b/docs/html/search/variables_2.js @@ -1,6 +1,6 @@ var searchData= [ - ['browser_5f_1275',['browser_',['../classGpgFrontend_1_1UI_1_1HelpPage.html#af4f61342fae06a49c95d8d20ca51ca2c',1,'GpgFrontend::UI::HelpPage']]], - ['browser_5fact_5f_1276',['browser_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3c0a5305cf55fe5bee2f18298f983cad',1,'GpgFrontend::UI::MainWindow']]], - ['button_5fbox_5f_1277',['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_1295',['browser_',['../classGpgFrontend_1_1UI_1_1HelpPage.html#af4f61342fae06a49c95d8d20ca51ca2c',1,'GpgFrontend::UI::HelpPage']]], + ['browser_5fact_5f_1296',['browser_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3c0a5305cf55fe5bee2f18298f983cad',1,'GpgFrontend::UI::MainWindow']]], + ['button_5fbox_5f_1297',['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 557acb8a..ca5c06ba 100644 --- a/docs/html/search/variables_3.js +++ b/docs/html/search/variables_3.js @@ -1,19 +1,19 @@ var searchData= [ - ['channel_5f_1278',['channel_',['../classGpgFrontend_1_1ChannelObject.html#aee5f8a5575adbdf522da4dd195c091ee',1,'GpgFrontend::ChannelObject']]], - ['check_5fupdate_5fact_5f_1279',['check_update_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a672f4ef07be6ad645613ecd49399700d',1,'GpgFrontend::UI::MainWindow']]], - ['clean_5fdouble_5fline_5fbreaks_5fact_5f_1280',['clean_double_line_breaks_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e',1,'GpgFrontend::UI::MainWindow']]], - ['close_5ftab_5fact_5f_1281',['close_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715',1,'GpgFrontend::UI::MainWindow']]], - ['comment_5fedit_5f_1282',['comment_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3008e2a9879a8e122e422f67cf0018f8',1,'GpgFrontend::UI::KeyGenDialog']]], - ['comment_5fvar_5flabel_5f_1283',['comment_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a83b1290251a204def52677ae000a17ec',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['copy_5fact_5f_1284',['copy_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a71402943f4ed19e3aba0556b23eaa8f8',1,'GpgFrontend::UI::MainWindow']]], - ['copy_5fmail_5faddress_5fto_5fclipboard_5fact_5f_1285',['copy_mail_address_to_clipboard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af77f66b6b869f6ddb3d2caa3bc40bb09',1,'GpgFrontend::UI::MainWindow']]], - ['count_5fpage_5f_1286',['count_page_',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a747d3740a88295e6c9565788d4cf56ec',1,'GpgFrontend::UI::TextEdit']]], - ['created_5fvar_5flabel_5f_1287',['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_1288',['crypt_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1ef17c566a764f707f43593a1f6b3c60',1,'GpgFrontend::UI::MainWindow']]], - ['crypt_5ftool_5fbar_5f_1289',['crypt_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aac320aef3b49cd068544aac54b927f7a',1,'GpgFrontend::UI::MainWindow']]], - ['ctx_5f_1290',['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_1291',['ctx_mutex_',['../classGpgFrontend_1_1GpgKeyGetter.html#a81941e1f562dc22977a71d00dd10956a',1,'GpgFrontend::GpgKeyGetter']]], - ['cut_5fact_5f_1292',['cut_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2c2f6c021219564846f1624f6bb5b9a2',1,'GpgFrontend::UI::MainWindow']]], - ['cut_5fpgp_5fheader_5fact_5f_1293',['cut_pgp_header_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a313a5d7d0847114a6f11e4d7870edd86',1,'GpgFrontend::UI::MainWindow']]] + ['channel_5f_1298',['channel_',['../classGpgFrontend_1_1ChannelObject.html#aee5f8a5575adbdf522da4dd195c091ee',1,'GpgFrontend::ChannelObject']]], + ['check_5fupdate_5fact_5f_1299',['check_update_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a672f4ef07be6ad645613ecd49399700d',1,'GpgFrontend::UI::MainWindow']]], + ['clean_5fdouble_5fline_5fbreaks_5fact_5f_1300',['clean_double_line_breaks_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e',1,'GpgFrontend::UI::MainWindow']]], + ['close_5ftab_5fact_5f_1301',['close_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715',1,'GpgFrontend::UI::MainWindow']]], + ['comment_5fedit_5f_1302',['comment_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3008e2a9879a8e122e422f67cf0018f8',1,'GpgFrontend::UI::KeyGenDialog']]], + ['comment_5fvar_5flabel_5f_1303',['comment_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a83b1290251a204def52677ae000a17ec',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['copy_5fact_5f_1304',['copy_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a71402943f4ed19e3aba0556b23eaa8f8',1,'GpgFrontend::UI::MainWindow']]], + ['copy_5fmail_5faddress_5fto_5fclipboard_5fact_5f_1305',['copy_mail_address_to_clipboard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af77f66b6b869f6ddb3d2caa3bc40bb09',1,'GpgFrontend::UI::MainWindow']]], + ['count_5fpage_5f_1306',['count_page_',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a747d3740a88295e6c9565788d4cf56ec',1,'GpgFrontend::UI::TextEdit']]], + ['created_5fvar_5flabel_5f_1307',['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_1308',['crypt_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1ef17c566a764f707f43593a1f6b3c60',1,'GpgFrontend::UI::MainWindow']]], + ['crypt_5ftool_5fbar_5f_1309',['crypt_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aac320aef3b49cd068544aac54b927f7a',1,'GpgFrontend::UI::MainWindow']]], + ['ctx_5f_1310',['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_1311',['ctx_mutex_',['../classGpgFrontend_1_1GpgKeyGetter.html#a81941e1f562dc22977a71d00dd10956a',1,'GpgFrontend::GpgKeyGetter']]], + ['cut_5fact_5f_1312',['cut_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2c2f6c021219564846f1624f6bb5b9a2',1,'GpgFrontend::UI::MainWindow']]], + ['cut_5fpgp_5fheader_5fact_5f_1313',['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 cd7cb4e2..da06a811 100644 --- a/docs/html/search/variables_4.js +++ b/docs/html/search/variables_4.js @@ -1,6 +1,6 @@ var searchData= [ - ['date_5fedit_5f_1294',['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_1295',['decrypt_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa92246123272e3e1085f22612aedf48f',1,'GpgFrontend::UI::MainWindow']]], - ['decrypt_5fverify_5fact_5f_1296',['decrypt_verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a70d2b2311708ab023466d343f2e914b1',1,'GpgFrontend::UI::MainWindow']]] + ['date_5fedit_5f_1314',['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_1315',['decrypt_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa92246123272e3e1085f22612aedf48f',1,'GpgFrontend::UI::MainWindow']]], + ['decrypt_5fverify_5fact_5f_1316',['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 da4be0d2..a1bee0f3 100644 --- a/docs/html/search/variables_5.js +++ b/docs/html/search/variables_5.js @@ -1,14 +1,14 @@ var searchData= [ - ['edit_5f_1297',['edit_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7aa41c90105fd4c2931895d8dfb5ec45',1,'GpgFrontend::UI::MainWindow']]], - ['edit_5fmenu_5f_1298',['edit_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a6d681a306c137dc107088d60b09a925f',1,'GpgFrontend::UI::MainWindow']]], - ['edit_5ftool_5fbar_5f_1299',['edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab531823acdbfb117c82a9906ce2107b9',1,'GpgFrontend::UI::MainWindow']]], - ['email_5fedit_5f_1300',['email_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3453d1a8a4c0411472b2779d018abdc3',1,'GpgFrontend::UI::KeyGenDialog']]], - ['email_5fvar_5flabel_5f_1301',['email_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a8c71b37aa040da50cb0105489a42e60d',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['encrypt_5fact_5f_1302',['encrypt_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad6a2cecb2846b324604c4abd1fb7d11a',1,'GpgFrontend::UI::MainWindow']]], - ['encrypt_5fsign_5fact_5f_1303',['encrypt_sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b',1,'GpgFrontend::UI::MainWindow']]], - ['error_5flabel_5f_1304',['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_1305',['error_messages_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03a8e1c8f2c1887732d36a346185bb40',1,'GpgFrontend::UI::KeyGenDialog']]], - ['expire_5fcheck_5fbox_5f_1306',['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_1307',['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_1317',['edit_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7aa41c90105fd4c2931895d8dfb5ec45',1,'GpgFrontend::UI::MainWindow']]], + ['edit_5fmenu_5f_1318',['edit_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a6d681a306c137dc107088d60b09a925f',1,'GpgFrontend::UI::MainWindow']]], + ['edit_5ftool_5fbar_5f_1319',['edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab531823acdbfb117c82a9906ce2107b9',1,'GpgFrontend::UI::MainWindow']]], + ['email_5fedit_5f_1320',['email_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3453d1a8a4c0411472b2779d018abdc3',1,'GpgFrontend::UI::KeyGenDialog']]], + ['email_5fvar_5flabel_5f_1321',['email_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a8c71b37aa040da50cb0105489a42e60d',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['encrypt_5fact_5f_1322',['encrypt_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad6a2cecb2846b324604c4abd1fb7d11a',1,'GpgFrontend::UI::MainWindow']]], + ['encrypt_5fsign_5fact_5f_1323',['encrypt_sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b',1,'GpgFrontend::UI::MainWindow']]], + ['error_5flabel_5f_1324',['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_1325',['error_messages_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03a8e1c8f2c1887732d36a346185bb40',1,'GpgFrontend::UI::KeyGenDialog']]], + ['expire_5fcheck_5fbox_5f_1326',['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_1327',['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 23545239..5faf67df 100644 --- a/docs/html/search/variables_6.js +++ b/docs/html/search/variables_6.js @@ -1,10 +1,10 @@ var searchData= [ - ['file_5fmenu_5f_1308',['file_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f',1,'GpgFrontend::UI::MainWindow']]], - ['file_5ftool_5fbar_5f_1309',['file_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64',1,'GpgFrontend::UI::MainWindow']]], - ['find_5fact_5f_1310',['find_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a6154f5dbdc9cebc0644e5d1e25895df8',1,'GpgFrontend::UI::MainWindow']]], - ['find_5fedit_5f_1311',['find_edit_',['../classGpgFrontend_1_1UI_1_1FindWidget.html#af420832720942dd1e7cb3f3841c7cbfe',1,'GpgFrontend::UI::FindWidget']]], - ['fingerprint_5fbox_5f_1312',['fingerprint_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ada1c21cf59f1f19dfd4ffe0391bc1594',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['fingerprint_5fvar_5flabel_5f_1313',['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_()']]], - ['full_5ffile_5fpath_5f_1314',['full_file_path_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae867b6329fcb1978479a9d70f7b017db',1,'GpgFrontend::UI::PlainTextEditorPage']]] + ['file_5fmenu_5f_1328',['file_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f',1,'GpgFrontend::UI::MainWindow']]], + ['file_5ftool_5fbar_5f_1329',['file_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64',1,'GpgFrontend::UI::MainWindow']]], + ['find_5fact_5f_1330',['find_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a6154f5dbdc9cebc0644e5d1e25895df8',1,'GpgFrontend::UI::MainWindow']]], + ['find_5fedit_5f_1331',['find_edit_',['../classGpgFrontend_1_1UI_1_1FindWidget.html#af420832720942dd1e7cb3f3841c7cbfe',1,'GpgFrontend::UI::FindWidget']]], + ['fingerprint_5fbox_5f_1332',['fingerprint_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ada1c21cf59f1f19dfd4ffe0391bc1594',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['fingerprint_5fvar_5flabel_5f_1333',['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_()']]], + ['full_5ffile_5fpath_5f_1334',['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 1e29fb3d..10ffd415 100644 --- a/docs/html/search/variables_7.js +++ b/docs/html/search/variables_7.js @@ -1,4 +1,4 @@ var searchData= [ - ['global_5fsetting_5fstation_5f_1315',['global_setting_station_',['../classGpgFrontend_1_1DataObjectOperator.html#a3c195f8e4c30d95be14a6d43e9282601',1,'GpgFrontend::DataObjectOperator']]] + ['global_5fsetting_5fstation_5f_1335',['global_setting_station_',['../classGpgFrontend_1_1DataObjectOperator.html#a3c195f8e4c30d95be14a6d43e9282601',1,'GpgFrontend::DataObjectOperator']]] ]; diff --git a/docs/html/search/variables_8.js b/docs/html/search/variables_8.js index a7d9fe39..31648c40 100644 --- a/docs/html/search/variables_8.js +++ b/docs/html/search/variables_8.js @@ -1,5 +1,5 @@ var searchData= [ - ['hash_5fkey_5f_1316',['hash_key_',['../classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b',1,'GpgFrontend::DataObjectOperator']]], - ['help_5fmenu_5f_1317',['help_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63',1,'GpgFrontend::UI::MainWindow']]] + ['hash_5fkey_5f_1336',['hash_key_',['../classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b',1,'GpgFrontend::DataObjectOperator']]], + ['help_5fmenu_5f_1337',['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 408d73fa..9cfa55ec 100644 --- a/docs/html/search/variables_9.js +++ b/docs/html/search/variables_9.js @@ -1,8 +1,8 @@ var searchData= [ - ['import_5fbutton_5f_1318',['import_button_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be',1,'GpgFrontend::UI::MainWindow']]], - ['import_5fkey_5ffrom_5fedit_5fact_5f_1319',['import_key_from_edit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e',1,'GpgFrontend::UI::MainWindow']]], - ['import_5fkey_5fmenu_5f_1320',['import_key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745',1,'GpgFrontend::UI::MainWindow']]], - ['instances_5fmap_5f_1321',['instances_map_',['../classGpgFrontend_1_1SingletonStorage.html#a6181f2b5af39c6b86de89e1ba9eeff1c',1,'GpgFrontend::SingletonStorage']]], - ['instances_5fmutex_5f_1322',['instances_mutex_',['../classGpgFrontend_1_1SingletonStorage.html#a15161d0afafec602018a89266dab5641',1,'GpgFrontend::SingletonStorage']]] + ['import_5fbutton_5f_1338',['import_button_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be',1,'GpgFrontend::UI::MainWindow']]], + ['import_5fkey_5ffrom_5fedit_5fact_5f_1339',['import_key_from_edit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e',1,'GpgFrontend::UI::MainWindow']]], + ['import_5fkey_5fmenu_5f_1340',['import_key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745',1,'GpgFrontend::UI::MainWindow']]], + ['instances_5fmap_5f_1341',['instances_map_',['../classGpgFrontend_1_1SingletonStorage.html#a6181f2b5af39c6b86de89e1ba9eeff1c',1,'GpgFrontend::SingletonStorage']]], + ['instances_5fmutex_5f_1342',['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 31600bac..22dd24fa 100644 --- a/docs/html/search/variables_a.js +++ b/docs/html/search/variables_a.js @@ -1,16 +1,16 @@ var searchData= [ - ['key_5fbox_5f_1323',['key_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aae9905764b5551208574a932fdfba29c',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['key_5fid_5fvar_5flabel_1324',['key_id_var_label',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a65176245d280ae0734ef7b5b3f1c4cc4',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['key_5fid_5fvar_5flabel_5f_1325',['key_id_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2f634f4c83ab5dd2d088eb07e0d3b862',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], - ['key_5flist_5fdock_5f_1326',['key_list_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c',1,'GpgFrontend::UI::MainWindow']]], - ['key_5fmenu_5f_1327',['key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57',1,'GpgFrontend::UI::MainWindow']]], - ['key_5fsize_5fspin_5fbox_5f_1328',['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_1329',['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_1330',['key_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7',1,'GpgFrontend::UI::MainWindow']]], - ['key_5ftype_5fcombo_5fbox_5f_1331',['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_1332',['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_1333',['key_usage_group_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1',1,'GpgFrontend::UI::KeyGenDialog']]], - ['keys_5fcache_5f_1334',['keys_cache_',['../classGpgFrontend_1_1GpgKeyGetter.html#a9567d5e08ae73c5bafcd1dc378fed066',1,'GpgFrontend::GpgKeyGetter']]], - ['keys_5fcache_5fmutex_5f_1335',['keys_cache_mutex_',['../classGpgFrontend_1_1GpgKeyGetter.html#ae1d7846ad2fa17ab90c72b3186ba5335',1,'GpgFrontend::GpgKeyGetter']]] + ['key_5fbox_5f_1343',['key_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aae9905764b5551208574a932fdfba29c',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['key_5fid_5fvar_5flabel_1344',['key_id_var_label',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a65176245d280ae0734ef7b5b3f1c4cc4',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['key_5fid_5fvar_5flabel_5f_1345',['key_id_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2f634f4c83ab5dd2d088eb07e0d3b862',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], + ['key_5flist_5fdock_5f_1346',['key_list_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c',1,'GpgFrontend::UI::MainWindow']]], + ['key_5fmenu_5f_1347',['key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57',1,'GpgFrontend::UI::MainWindow']]], + ['key_5fsize_5fspin_5fbox_5f_1348',['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_1349',['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_1350',['key_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7',1,'GpgFrontend::UI::MainWindow']]], + ['key_5ftype_5fcombo_5fbox_5f_1351',['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_1352',['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_1353',['key_usage_group_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1',1,'GpgFrontend::UI::KeyGenDialog']]], + ['keys_5fcache_5f_1354',['keys_cache_',['../classGpgFrontend_1_1GpgKeyGetter.html#a9567d5e08ae73c5bafcd1dc378fed066',1,'GpgFrontend::GpgKeyGetter']]], + ['keys_5fcache_5fmutex_5f_1355',['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 58cfaf1d..eb48cb6f 100644 --- a/docs/html/search/variables_b.js +++ b/docs/html/search/variables_b.js @@ -1,5 +1,5 @@ var searchData= [ - ['m_5ftext_5fpage_5f_1336',['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_1337',['mt_',['../classGpgFrontend_1_1DataObjectOperator.html#a9fc92c7d497f2a2057776adfca40e8ca',1,'GpgFrontend::DataObjectOperator::mt_()'],['../classGpgFrontend_1_1PassphraseGenerator.html#a19ac4999bbd5fb7e6c42a4aef9606892',1,'GpgFrontend::PassphraseGenerator::mt_()']]] + ['m_5ftext_5fpage_5f_1356',['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_1357',['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_c.js b/docs/html/search/variables_c.js index bbf353f3..1c6c637a 100644 --- a/docs/html/search/variables_c.js +++ b/docs/html/search/variables_c.js @@ -1,6 +1,6 @@ var searchData= [ - ['name_5fedit_5f_1338',['name_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0',1,'GpgFrontend::UI::KeyGenDialog']]], - ['name_5fvar_5flabel_5f_1339',['name_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a9d57be18c2091827c04ec8809f4154be',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['new_5ftab_5fact_5f_1340',['new_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73',1,'GpgFrontend::UI::MainWindow']]] + ['name_5fedit_5f_1358',['name_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0',1,'GpgFrontend::UI::KeyGenDialog']]], + ['name_5fvar_5flabel_5f_1359',['name_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a9d57be18c2091827c04ec8809f4154be',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['new_5ftab_5fact_5f_1360',['new_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_d.js b/docs/html/search/variables_d.js index eabcd6c3..beb02e3c 100644 --- a/docs/html/search/variables_d.js +++ b/docs/html/search/variables_d.js @@ -1,7 +1,7 @@ var searchData= [ - ['open_5fact_5f_1341',['open_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d',1,'GpgFrontend::UI::MainWindow']]], - ['open_5fkey_5fmanagement_5fact_5f_1342',['open_key_management_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83',1,'GpgFrontend::UI::MainWindow']]], - ['open_5fsettings_5fact_5f_1343',['open_settings_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62',1,'GpgFrontend::UI::MainWindow']]], - ['owner_5fbox_5f_1344',['owner_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ad8c25061351d8e739b70d5466b87410e',1,'GpgFrontend::UI::KeyPairDetailTab']]] + ['open_5fact_5f_1361',['open_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d',1,'GpgFrontend::UI::MainWindow']]], + ['open_5fkey_5fmanagement_5fact_5f_1362',['open_key_management_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83',1,'GpgFrontend::UI::MainWindow']]], + ['open_5fsettings_5fact_5f_1363',['open_settings_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62',1,'GpgFrontend::UI::MainWindow']]], + ['owner_5fbox_5f_1364',['owner_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ad8c25061351d8e739b70d5466b87410e',1,'GpgFrontend::UI::KeyPairDetailTab']]] ]; diff --git a/docs/html/search/variables_e.js b/docs/html/search/variables_e.js index 31c89b51..d1e5e4f0 100644 --- a/docs/html/search/variables_e.js +++ b/docs/html/search/variables_e.js @@ -1,6 +1,6 @@ var searchData= [ - ['paste_5fact_5f_1345',['paste_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b',1,'GpgFrontend::UI::MainWindow']]], - ['pgp_5fcrypt_5fbegin_1346',['PGP_CRYPT_BEGIN',['../classGpgFrontend_1_1GpgConstants.html#a237006d6db30c7e3f8de171210eb35f2',1,'GpgFrontend::GpgConstants']]], - ['print_5fact_5f_1347',['print_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc',1,'GpgFrontend::UI::MainWindow']]] + ['paste_5fact_5f_1365',['paste_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b',1,'GpgFrontend::UI::MainWindow']]], + ['pgp_5fcrypt_5fbegin_1366',['PGP_CRYPT_BEGIN',['../classGpgFrontend_1_1GpgConstants.html#a237006d6db30c7e3f8de171210eb35f2',1,'GpgFrontend::GpgConstants']]], + ['print_5fact_5f_1367',['print_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_f.js b/docs/html/search/variables_f.js index 6a7aa284..6f2b0b2c 100644 --- a/docs/html/search/variables_f.js +++ b/docs/html/search/variables_f.js @@ -1,5 +1,5 @@ var searchData= [ - ['quit_5fact_5f_1348',['quit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9',1,'GpgFrontend::UI::MainWindow']]], - ['quote_5fact_5f_1349',['quote_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac',1,'GpgFrontend::UI::MainWindow']]] + ['quit_5fact_5f_1368',['quit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9',1,'GpgFrontend::UI::MainWindow']]], + ['quote_5fact_5f_1369',['quote_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/latex/annotated.tex b/docs/latex/annotated.tex index 8e7e040e..cbc0e2a5 100644 --- a/docs/latex/annotated.tex +++ b/docs/latex/annotated.tex @@ -17,12 +17,12 @@ Here are the classes, structs, unions and interfaces with brief descriptions\+:\ \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1ConclusionPage}{Gpg\+Frontend\+::\+U\+I\+::\+Conclusion\+Page}} }{\pageref{classGpgFrontend_1_1UI_1_1ConclusionPage}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1CoreCommonUtil}{Gpg\+Frontend\+::\+Core\+Common\+Util}} }{\pageref{classGpgFrontend_1_1CoreCommonUtil}}{} \item\contentsline{section}{\mbox{\hyperlink{structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu}{Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::\+Crypto\+Menu}} }{\pageref{structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu}}{} -\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1CtxCheckThread}{Gpg\+Frontend\+::\+Ctx\+Check\+Thread}} }{\pageref{classGpgFrontend_1_1CtxCheckThread}}{} +\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1CtxCheckTask}{Gpg\+Frontend\+::\+Thread\+::\+Ctx\+Check\+Task}} }{\pageref{classGpgFrontend_1_1Thread_1_1CtxCheckTask}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1DataObjectOperator}{Gpg\+Frontend\+::\+Data\+Object\+Operator}} }{\pageref{classGpgFrontend_1_1DataObjectOperator}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog}{Gpg\+Frontend\+::\+U\+I\+::\+Export\+Key\+Package\+Dialog}} }{\pageref{classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1FileOperator}{Gpg\+Frontend\+::\+File\+Operator}} \\*File operations }{\pageref{classGpgFrontend_1_1FileOperator}}{} \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_1FileReadThread}{Gpg\+Frontend\+::\+U\+I\+::\+File\+Read\+Thread}} }{\pageref{classGpgFrontend_1_1UI_1_1FileReadThread}}{} +\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_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}}{} @@ -96,6 +96,9 @@ Here are the classes, structs, unions and interfaces with brief descriptions\+:\ \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1SingletonStorageCollection}{Gpg\+Frontend\+::\+Singleton\+Storage\+Collection}} }{\pageref{classGpgFrontend_1_1SingletonStorageCollection}}{} \item\contentsline{section}{\mbox{\hyperlink{structGpgFrontend_1_1UI_1_1SoftwareVersion}{Gpg\+Frontend\+::\+U\+I\+::\+Software\+Version}} }{\pageref{structGpgFrontend_1_1UI_1_1SoftwareVersion}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog}{Gpg\+Frontend\+::\+U\+I\+::\+Subkey\+Generate\+Dialog}} }{\pageref{classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog}}{} +\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1Task}{Gpg\+Frontend\+::\+Thread\+::\+Task}} }{\pageref{classGpgFrontend_1_1Thread_1_1Task}}{} +\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1TaskRunner}{Gpg\+Frontend\+::\+Thread\+::\+Task\+Runner}} }{\pageref{classGpgFrontend_1_1Thread_1_1TaskRunner}}{} +\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1TaskRunnerGetter}{Gpg\+Frontend\+::\+Thread\+::\+Task\+Runner\+Getter}} }{\pageref{classGpgFrontend_1_1Thread_1_1TaskRunnerGetter}}{} \item\contentsline{section}{\mbox{\hyperlink{classTestListedKeyServerThread}{Test\+Listed\+Key\+Server\+Thread}} }{\pageref{classTestListedKeyServerThread}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1TextEdit}{Gpg\+Frontend\+::\+U\+I\+::\+Text\+Edit}} \\*\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1TextEdit}{Text\+Edit}} class }{\pageref{classGpgFrontend_1_1UI_1_1TextEdit}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1TOFUInfoPage}{Gpg\+Frontend\+::\+U\+I\+::\+T\+O\+F\+U\+Info\+Page}} }{\pageref{classGpgFrontend_1_1UI_1_1TOFUInfoPage}}{} diff --git a/docs/latex/classGpgFrontend_1_1ArchiveFileOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1ArchiveFileOperator__coll__graph.pdf index 40a0b025..0013028f 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 1f75fe41..3719f936 100644 Binary files a/docs/latex/classGpgFrontend_1_1ChannelObject__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1ChannelObject__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1ChannelObject__inherit__graph.md5 b/docs/latex/classGpgFrontend_1_1ChannelObject__inherit__graph.md5 index 6b762082..64e08132 100644 --- a/docs/latex/classGpgFrontend_1_1ChannelObject__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1ChannelObject__inherit__graph.md5 @@ -1 +1 @@ -a3b4e0916658091d315c677d5b8eeac6 \ No newline at end of file +971eb24e324a31e62802a93a7c0c8ed1 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1ChannelObject__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1ChannelObject__inherit__graph.pdf index 813e8283..3564b669 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 8ffa9fe2..29517e8b 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.tex b/docs/latex/classGpgFrontend_1_1CoreCommonUtil.tex index 368b92f0..c4bdeb1a 100644 --- a/docs/latex/classGpgFrontend_1_1CoreCommonUtil.tex +++ b/docs/latex/classGpgFrontend_1_1CoreCommonUtil.tex @@ -52,7 +52,7 @@ Construct a new Core Common Util object. -Referenced by Gpg\+Frontend\+::\+U\+I\+::\+Common\+Utils\+::\+Common\+Utils(), and Gpg\+Frontend\+::\+Ctx\+Check\+Thread\+::\+Ctx\+Check\+Thread(). +Referenced by Gpg\+Frontend\+::\+U\+I\+::\+Common\+Utils\+::\+Common\+Utils(), and Gpg\+Frontend\+::\+Thread\+::\+Ctx\+Check\+Task\+::\+Ctx\+Check\+Task(). diff --git a/docs/latex/classGpgFrontend_1_1CoreCommonUtil__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1CoreCommonUtil__coll__graph.pdf index 00374bbb..c7dd07de 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 70b94e25..a20e1eac 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_1CtxCheckThread.tex b/docs/latex/classGpgFrontend_1_1CtxCheckThread.tex deleted file mode 100644 index f4a86176..00000000 --- a/docs/latex/classGpgFrontend_1_1CtxCheckThread.tex +++ /dev/null @@ -1,74 +0,0 @@ -\hypertarget{classGpgFrontend_1_1CtxCheckThread}{}\doxysection{Gpg\+Frontend\+::Ctx\+Check\+Thread Class Reference} -\label{classGpgFrontend_1_1CtxCheckThread}\index{GpgFrontend::CtxCheckThread@{GpgFrontend::CtxCheckThread}} - - -Inheritance diagram for Gpg\+Frontend\+::Ctx\+Check\+Thread\+: -\nopagebreak -\begin{figure}[H] -\begin{center} -\leavevmode -\includegraphics[width=245pt]{classGpgFrontend_1_1CtxCheckThread__inherit__graph} -\end{center} -\end{figure} - - -Collaboration diagram for Gpg\+Frontend\+::Ctx\+Check\+Thread\+: -\nopagebreak -\begin{figure}[H] -\begin{center} -\leavevmode -\includegraphics[width=245pt]{classGpgFrontend_1_1CtxCheckThread__coll__graph} -\end{center} -\end{figure} -\doxysubsection*{Signals} -\begin{DoxyCompactItemize} -\item -\mbox{\Hypertarget{classGpgFrontend_1_1CtxCheckThread_a4b0b22c5d85fa9226c18d51b9217e998}\label{classGpgFrontend_1_1CtxCheckThread_a4b0b22c5d85fa9226c18d51b9217e998}} -void {\bfseries Signal\+Gnupg\+Not\+Install} () -\end{DoxyCompactItemize} -\doxysubsection*{Public Member Functions} -\begin{DoxyCompactItemize} -\item -\mbox{\hyperlink{classGpgFrontend_1_1CtxCheckThread_a48cefc5f06e87df15c8336017d2b322f}{Ctx\+Check\+Thread}} () -\begin{DoxyCompactList}\small\item\em Construct a new Ctx Check Thread object. \end{DoxyCompactList}\end{DoxyCompactItemize} -\doxysubsection*{Protected Member Functions} -\begin{DoxyCompactItemize} -\item -\mbox{\Hypertarget{classGpgFrontend_1_1CtxCheckThread_aac143090d3e4377494fda36cdb12a357}\label{classGpgFrontend_1_1CtxCheckThread_aac143090d3e4377494fda36cdb12a357}} -void {\bfseries run} () override -\end{DoxyCompactItemize} - - -\doxysubsection{Constructor \& Destructor Documentation} -\mbox{\Hypertarget{classGpgFrontend_1_1CtxCheckThread_a48cefc5f06e87df15c8336017d2b322f}\label{classGpgFrontend_1_1CtxCheckThread_a48cefc5f06e87df15c8336017d2b322f}} -\index{GpgFrontend::CtxCheckThread@{GpgFrontend::CtxCheckThread}!CtxCheckThread@{CtxCheckThread}} -\index{CtxCheckThread@{CtxCheckThread}!GpgFrontend::CtxCheckThread@{GpgFrontend::CtxCheckThread}} -\doxysubsubsection{\texorpdfstring{CtxCheckThread()}{CtxCheckThread()}} -{\footnotesize\ttfamily Gpg\+Frontend\+::\+Ctx\+Check\+Thread\+::\+Ctx\+Check\+Thread (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})} - - - -Construct a new Ctx Check Thread object. - -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 Gpg\+Frontend\+::\+Core\+Common\+Util\+::\+Get\+Instance(). - - - -The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} -\item -src/core/thread/Ctx\+Check\+Thread.\+h\item -src/core/thread/Ctx\+Check\+Thread.\+cpp\end{DoxyCompactItemize} diff --git a/docs/latex/classGpgFrontend_1_1CtxCheckThread__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1CtxCheckThread__coll__graph.md5 deleted file mode 100644 index c47da57e..00000000 --- a/docs/latex/classGpgFrontend_1_1CtxCheckThread__coll__graph.md5 +++ /dev/null @@ -1 +0,0 @@ -fe1d99be788f2dda077aab4869083364 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1CtxCheckThread__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1CtxCheckThread__coll__graph.pdf deleted file mode 100644 index 31315d3a..00000000 Binary files a/docs/latex/classGpgFrontend_1_1CtxCheckThread__coll__graph.pdf and /dev/null differ diff --git a/docs/latex/classGpgFrontend_1_1CtxCheckThread__inherit__graph.md5 b/docs/latex/classGpgFrontend_1_1CtxCheckThread__inherit__graph.md5 deleted file mode 100644 index c47da57e..00000000 --- a/docs/latex/classGpgFrontend_1_1CtxCheckThread__inherit__graph.md5 +++ /dev/null @@ -1 +0,0 @@ -fe1d99be788f2dda077aab4869083364 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1CtxCheckThread__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1CtxCheckThread__inherit__graph.pdf deleted file mode 100644 index 16d6227d..00000000 Binary files a/docs/latex/classGpgFrontend_1_1CtxCheckThread__inherit__graph.pdf and /dev/null differ diff --git a/docs/latex/classGpgFrontend_1_1DataObjectOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1DataObjectOperator__coll__graph.pdf index aea3f34a..a36be467 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 fc5dd106..9e6995e2 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 04d3993f..9ca4a52e 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 fc38aab3..f4e87877 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__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GlobalSettingStation__coll__graph.pdf index 77b8c74d..ff5df506 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 bfb3f921..213274f9 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.pdf b/docs/latex/classGpgFrontend_1_1GpgBasicOperator__coll__graph.pdf index bcb9fcb8..54bfed34 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 3af43d95..3c58eef7 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgBasicOperator__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgBasicOperator__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.pdf index e10c2642..bc5f841a 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 480bc664..b104b8e2 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 13000eae..03c41f9b 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__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgContext__coll__graph.pdf index 83bada9d..d7aece41 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 16ee12bf..f9a2a3bb 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 f6b550ee..93b893dc 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 4ce103b9..498cf41d 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 f87659ed..22e7b774 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 73f33b57..6f16b88a 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 9270ef6b..d60d9ef0 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 c50efefe..45e5c42c 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 deafb5e6..e3e99070 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 eaeac9f6..8e12add2 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 5e736e76..ed143513 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__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgInfo__coll__graph.pdf index 52fa91d1..de43250c 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.tex b/docs/latex/classGpgFrontend_1_1GpgKeyGetter.tex index 2ded4425..b2f2ab8c 100644 --- a/docs/latex/classGpgFrontend_1_1GpgKeyGetter.tex +++ b/docs/latex/classGpgFrontend_1_1GpgKeyGetter.tex @@ -122,7 +122,7 @@ References Gpg\+Frontend\+::check\+\_\+gpg\+\_\+error\+\_\+2\+\_\+err\+\_\+code( -Referenced by Gpg\+Frontend\+::\+U\+I\+::\+Common\+Utils\+::slot\+\_\+update\+\_\+key\+\_\+status(). +Referenced by Gpg\+Frontend\+::\+Thread\+::\+Ctx\+Check\+Task\+::\+Run(), and Gpg\+Frontend\+::\+U\+I\+::\+Common\+Utils\+::slot\+\_\+update\+\_\+key\+\_\+status(). \mbox{\Hypertarget{classGpgFrontend_1_1GpgKeyGetter_ab5196ef4ed5323fc2af70abf801ea260}\label{classGpgFrontend_1_1GpgKeyGetter_ab5196ef4ed5323fc2af70abf801ea260}} \index{GpgFrontend::GpgKeyGetter@{GpgFrontend::GpgKeyGetter}!get\_key\_in\_cache@{get\_key\_in\_cache}} diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyGetter__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyGetter__coll__graph.pdf index 7497f0bd..5d779bf2 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 a0376814..47379f92 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyGetter__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyGetter__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.pdf index cf5f7d01..a3efe508 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 64f8898f..c4971564 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyManager__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyManager__coll__graph.pdf index 6d0e384c..9bb8e61e 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 811732b8..8b130089 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyManager__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyManager__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyOpera__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyOpera__coll__graph.pdf index afa02592..cb57bc23 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 fbbe539a..5cf6b9e7 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 a51c7c4c..09aa34b7 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 4a77fadd..aee81cb1 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 1770cf82..c75b26ce 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 b8cba665..c10e946b 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 533c82f5..160a23f9 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 c9e2d020..ce21ccb5 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 0a8b5dc0..a4d14637 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 94031f60..c020dcbe 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 cf377a18..1f0102d8 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgTOFUInfo__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgTOFUInfo__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgUIDOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgUIDOperator__coll__graph.pdf index b8c1bcd9..78556311 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 57d7f34b..f7815d84 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 f6e8cf54..9208d62e 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 df59fdaa..0692979c 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 20b9528d..f6809688 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 da7951dc..fc3e57be 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 638028b0..1b202fe8 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 574aa6fa..85df21f9 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 d9f24ccf..abd044fe 100644 Binary files a/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.md5 b/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.md5 index ebbdfbc7..b943f627 100644 --- a/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.md5 @@ -1 +1 @@ -97bd014428144409aedd24d9286ba431 \ No newline at end of file +368442c99e8104a8032151841cacaf1e \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.pdf index 39e996e2..9ed79452 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 80090492..2281567b 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 9caab7a5..119463af 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.tex b/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask.tex new file mode 100644 index 00000000..dd445cc2 --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask.tex @@ -0,0 +1,95 @@ +\hypertarget{classGpgFrontend_1_1Thread_1_1CtxCheckTask}{}\doxysection{Gpg\+Frontend\+::Thread\+::Ctx\+Check\+Task Class Reference} +\label{classGpgFrontend_1_1Thread_1_1CtxCheckTask}\index{GpgFrontend::Thread::CtxCheckTask@{GpgFrontend::Thread::CtxCheckTask}} + + +Inheritance diagram for Gpg\+Frontend\+::Thread\+::Ctx\+Check\+Task\+: +\nopagebreak +\begin{figure}[H] +\begin{center} +\leavevmode +\includegraphics[width=224pt]{classGpgFrontend_1_1Thread_1_1CtxCheckTask__inherit__graph} +\end{center} +\end{figure} + + +Collaboration diagram for Gpg\+Frontend\+::Thread\+::Ctx\+Check\+Task\+: +\nopagebreak +\begin{figure}[H] +\begin{center} +\leavevmode +\includegraphics[width=224pt]{classGpgFrontend_1_1Thread_1_1CtxCheckTask__coll__graph} +\end{center} +\end{figure} +\doxysubsection*{Signals} +\begin{DoxyCompactItemize} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1Thread_1_1CtxCheckTask_a7eb264d11146110a8783a8a209ef9c2a}\label{classGpgFrontend_1_1Thread_1_1CtxCheckTask_a7eb264d11146110a8783a8a209ef9c2a}} +void {\bfseries Signal\+Gnupg\+Not\+Install} () +\end{DoxyCompactItemize} +\doxysubsection*{Public Member Functions} +\begin{DoxyCompactItemize} +\item +\mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1CtxCheckTask_a9d5f0969bcedc5687e0a50ed3b36a869}{Ctx\+Check\+Task}} () +\begin{DoxyCompactList}\small\item\em Construct a new Ctx Check \mbox{\hyperlink{namespaceGpgFrontend_1_1Thread}{Thread}} object. \end{DoxyCompactList}\end{DoxyCompactItemize} +\doxysubsection*{Protected Member Functions} +\begin{DoxyCompactItemize} +\item +void \mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1CtxCheckTask_a1c94cb1290df40a9043fe2d1a9a231f2}{Run}} () override +\begin{DoxyCompactList}\small\item\em Run -\/ run the task. \end{DoxyCompactList}\end{DoxyCompactItemize} +\doxysubsection*{Additional Inherited Members} + + +\doxysubsection{Constructor \& Destructor Documentation} +\mbox{\Hypertarget{classGpgFrontend_1_1Thread_1_1CtxCheckTask_a9d5f0969bcedc5687e0a50ed3b36a869}\label{classGpgFrontend_1_1Thread_1_1CtxCheckTask_a9d5f0969bcedc5687e0a50ed3b36a869}} +\index{GpgFrontend::Thread::CtxCheckTask@{GpgFrontend::Thread::CtxCheckTask}!CtxCheckTask@{CtxCheckTask}} +\index{CtxCheckTask@{CtxCheckTask}!GpgFrontend::Thread::CtxCheckTask@{GpgFrontend::Thread::CtxCheckTask}} +\doxysubsubsection{\texorpdfstring{CtxCheckTask()}{CtxCheckTask()}} +{\footnotesize\ttfamily Gpg\+Frontend\+::\+Thread\+::\+Ctx\+Check\+Task\+::\+Ctx\+Check\+Task (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})} + + + +Construct a new Ctx Check \mbox{\hyperlink{namespaceGpgFrontend_1_1Thread}{Thread}} object. + +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 Gpg\+Frontend\+::\+Core\+Common\+Util\+::\+Get\+Instance(). + + + +\doxysubsection{Member Function Documentation} +\mbox{\Hypertarget{classGpgFrontend_1_1Thread_1_1CtxCheckTask_a1c94cb1290df40a9043fe2d1a9a231f2}\label{classGpgFrontend_1_1Thread_1_1CtxCheckTask_a1c94cb1290df40a9043fe2d1a9a231f2}} +\index{GpgFrontend::Thread::CtxCheckTask@{GpgFrontend::Thread::CtxCheckTask}!Run@{Run}} +\index{Run@{Run}!GpgFrontend::Thread::CtxCheckTask@{GpgFrontend::Thread::CtxCheckTask}} +\doxysubsubsection{\texorpdfstring{Run()}{Run()}} +{\footnotesize\ttfamily void Gpg\+Frontend\+::\+Thread\+::\+Ctx\+Check\+Task\+::\+Run (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [override]}, {\ttfamily [protected]}, {\ttfamily [virtual]}} + + + +Run -\/ run the task. + + + +Reimplemented from \mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1Task_ac60aa71a24f452fd8031597ff4cbbd00}{Gpg\+Frontend\+::\+Thread\+::\+Task}}. + + + +References Gpg\+Frontend\+::\+Gpg\+Key\+Getter\+::\+Flush\+Key\+Cache(), Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Gpg\+Context $>$\+::\+Get\+Instance(), Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Gpg\+Key\+Getter $>$\+::\+Get\+Instance(), and Gpg\+Frontend\+::init\+\_\+logging(). + + + +The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} +\item +src/core/thread/Ctx\+Check\+Task.\+h\item +src/core/thread/Ctx\+Check\+Task.\+cpp\end{DoxyCompactItemize} diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__coll__graph.md5 new file mode 100644 index 00000000..e04be2c3 --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__coll__graph.md5 @@ -0,0 +1 @@ +fd3682a2c77d41c9f8e1cfa276b2aced \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__coll__graph.pdf new file mode 100644 index 00000000..521d71ef Binary files /dev/null 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.md5 b/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__inherit__graph.md5 new file mode 100644 index 00000000..e04be2c3 --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__inherit__graph.md5 @@ -0,0 +1 @@ +fd3682a2c77d41c9f8e1cfa276b2aced \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__inherit__graph.pdf new file mode 100644 index 00000000..ab81cea5 Binary files /dev/null and b/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1Task.tex b/docs/latex/classGpgFrontend_1_1Thread_1_1Task.tex new file mode 100644 index 00000000..7d19ff51 --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1Thread_1_1Task.tex @@ -0,0 +1,180 @@ +\hypertarget{classGpgFrontend_1_1Thread_1_1Task}{}\doxysection{Gpg\+Frontend\+::Thread\+::Task Class Reference} +\label{classGpgFrontend_1_1Thread_1_1Task}\index{GpgFrontend::Thread::Task@{GpgFrontend::Thread::Task}} + + +Inheritance diagram for Gpg\+Frontend\+::Thread\+::Task\+: +\nopagebreak +\begin{figure}[H] +\begin{center} +\leavevmode +\includegraphics[width=350pt]{classGpgFrontend_1_1Thread_1_1Task__inherit__graph} +\end{center} +\end{figure} + + +Collaboration diagram for Gpg\+Frontend\+::Thread\+::Task\+: +\nopagebreak +\begin{figure}[H] +\begin{center} +\leavevmode +\includegraphics[width=224pt]{classGpgFrontend_1_1Thread_1_1Task__coll__graph} +\end{center} +\end{figure} +\doxysubsection*{Public Types} +\begin{DoxyCompactItemize} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1Thread_1_1Task_a6aa871035cc05445c831cb682c5ff8eb}\label{classGpgFrontend_1_1Thread_1_1Task_a6aa871035cc05445c831cb682c5ff8eb}} +using {\bfseries Task\+Runnable} = std\+::function$<$ int()$>$ +\item +\mbox{\Hypertarget{classGpgFrontend_1_1Thread_1_1Task_a2fd7b685209eec91ef5115f98cad91d4}\label{classGpgFrontend_1_1Thread_1_1Task_a2fd7b685209eec91ef5115f98cad91d4}} +using {\bfseries Task\+Callback} = std\+::function$<$ void(int)$>$ +\end{DoxyCompactItemize} +\doxysubsection*{Signals} +\begin{DoxyCompactItemize} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1Thread_1_1Task_af50c7642efe45554c61943fb3d8825b3}\label{classGpgFrontend_1_1Thread_1_1Task_af50c7642efe45554c61943fb3d8825b3}} +void {\bfseries Signal\+Task\+Finished} () +\end{DoxyCompactItemize} +\doxysubsection*{Public Member Functions} +\begin{DoxyCompactItemize} +\item +\mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1Task_a1ec53d301fc83e0da39e43055ded5d14}{Task}} () +\begin{DoxyCompactList}\small\item\em Construct a new \mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1Task}{Task}} object. \end{DoxyCompactList}\item +\mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1Task_a57754a42ad43000a1c1d3c98a29edbb2}{Task}} (Task\+Callback callback) +\begin{DoxyCompactList}\small\item\em Construct a new \mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1Task}{Task}} object. \end{DoxyCompactList}\item +\mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1Task_a91e831792863218c044fc3b0b0d17808}{Task}} (Task\+Runnable runnable, Task\+Callback callback=\mbox{[}$\,$\mbox{]}(int) \{\}) +\begin{DoxyCompactList}\small\item\em Construct a new \mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1Task}{Task}} object. \end{DoxyCompactList}\item +virtual \mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1Task_a37766a505662b33ad14672c29e209ea8}{$\sim$\+Task}} () override +\begin{DoxyCompactList}\small\item\em Destroy the \mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1Task}{Task}} object. \end{DoxyCompactList}\item +virtual void \mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1Task_ac60aa71a24f452fd8031597ff4cbbd00}{Run}} () +\begin{DoxyCompactList}\small\item\em Run -\/ run the task. \end{DoxyCompactList}\end{DoxyCompactItemize} +\doxysubsection*{Protected Member Functions} +\begin{DoxyCompactItemize} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1Thread_1_1Task_a689969e7d88ba7ad73a693a1b38aedd7}\label{classGpgFrontend_1_1Thread_1_1Task_a689969e7d88ba7ad73a693a1b38aedd7}} +void {\bfseries Set\+Finish\+After\+Run} (bool finish\+\_\+after\+\_\+run) +\item +\mbox{\Hypertarget{classGpgFrontend_1_1Thread_1_1Task_aa6d702417bdd6a88c447ed6a457fa098}\label{classGpgFrontend_1_1Thread_1_1Task_aa6d702417bdd6a88c447ed6a457fa098}} +void {\bfseries Set\+R\+TN} (int rtn) +\end{DoxyCompactItemize} +\doxysubsection*{Private Member Functions} +\begin{DoxyCompactItemize} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1Thread_1_1Task_a98486634324dc28d05fb0b812ed807e3}\label{classGpgFrontend_1_1Thread_1_1Task_a98486634324dc28d05fb0b812ed807e3}} +void {\bfseries before\+\_\+finish\+\_\+task} () +\item +\mbox{\Hypertarget{classGpgFrontend_1_1Thread_1_1Task_a5ee1ea118ac5d91f005faecef54742b8}\label{classGpgFrontend_1_1Thread_1_1Task_a5ee1ea118ac5d91f005faecef54742b8}} +void {\bfseries init} () +\item +\mbox{\Hypertarget{classGpgFrontend_1_1Thread_1_1Task_a024a05bb89556c5b93336cb35d4bd10c}\label{classGpgFrontend_1_1Thread_1_1Task_a024a05bb89556c5b93336cb35d4bd10c}} +virtual void {\bfseries run} () override +\end{DoxyCompactItemize} +\doxysubsection*{Private Attributes} +\begin{DoxyCompactItemize} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1Thread_1_1Task_a5b47295d027309aee116d219b50de4f8}\label{classGpgFrontend_1_1Thread_1_1Task_a5b47295d027309aee116d219b50de4f8}} +Task\+Callback {\bfseries callback\+\_\+} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1Thread_1_1Task_a0cb0482d29d502870dc8d38b8aaedf68}\label{classGpgFrontend_1_1Thread_1_1Task_a0cb0482d29d502870dc8d38b8aaedf68}} +Task\+Runnable {\bfseries runnable\+\_\+} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1Thread_1_1Task_a4f29cfb3a72d718da6d835f3a049f7cc}\label{classGpgFrontend_1_1Thread_1_1Task_a4f29cfb3a72d718da6d835f3a049f7cc}} +bool {\bfseries finish\+\_\+after\+\_\+run\+\_\+} = true +\item +\mbox{\Hypertarget{classGpgFrontend_1_1Thread_1_1Task_ad6388db7b0e4960db5bf8296481481dd}\label{classGpgFrontend_1_1Thread_1_1Task_ad6388db7b0e4960db5bf8296481481dd}} +int {\bfseries rtn\+\_\+} = 0 +\end{DoxyCompactItemize} +\doxysubsection*{Friends} +\begin{DoxyCompactItemize} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1Thread_1_1Task_a1956d94b45592a4096a335641aab65f8}\label{classGpgFrontend_1_1Thread_1_1Task_a1956d94b45592a4096a335641aab65f8}} +\mbox{\hyperlink{classclass}{class}} {\bfseries Task\+Runner} +\end{DoxyCompactItemize} + + +\doxysubsection{Constructor \& Destructor Documentation} +\mbox{\Hypertarget{classGpgFrontend_1_1Thread_1_1Task_a1ec53d301fc83e0da39e43055ded5d14}\label{classGpgFrontend_1_1Thread_1_1Task_a1ec53d301fc83e0da39e43055ded5d14}} +\index{GpgFrontend::Thread::Task@{GpgFrontend::Thread::Task}!Task@{Task}} +\index{Task@{Task}!GpgFrontend::Thread::Task@{GpgFrontend::Thread::Task}} +\doxysubsubsection{\texorpdfstring{Task()}{Task()}\hspace{0.1cm}{\footnotesize\ttfamily [1/3]}} +{\footnotesize\ttfamily Gpg\+Frontend\+::\+Thread\+::\+Task\+::\+Task (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})} + + + +Construct a new \mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1Task}{Task}} object. + +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. \mbox{\Hypertarget{classGpgFrontend_1_1Thread_1_1Task_a57754a42ad43000a1c1d3c98a29edbb2}\label{classGpgFrontend_1_1Thread_1_1Task_a57754a42ad43000a1c1d3c98a29edbb2}} +\index{GpgFrontend::Thread::Task@{GpgFrontend::Thread::Task}!Task@{Task}} +\index{Task@{Task}!GpgFrontend::Thread::Task@{GpgFrontend::Thread::Task}} +\doxysubsubsection{\texorpdfstring{Task()}{Task()}\hspace{0.1cm}{\footnotesize\ttfamily [2/3]}} +{\footnotesize\ttfamily Gpg\+Frontend\+::\+Thread\+::\+Task\+::\+Task (\begin{DoxyParamCaption}\item[{Task\+Callback}]{callback }\end{DoxyParamCaption})} + + + +Construct a new \mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1Task}{Task}} object. + + +\begin{DoxyParams}{Parameters} +{\em callback} & The callback function to be executed. callback must not be nullptr, and not tp opreate \mbox{\hyperlink{namespaceGpgFrontend_1_1UI}{UI}} object. \\ +\hline +\end{DoxyParams} +\mbox{\Hypertarget{classGpgFrontend_1_1Thread_1_1Task_a91e831792863218c044fc3b0b0d17808}\label{classGpgFrontend_1_1Thread_1_1Task_a91e831792863218c044fc3b0b0d17808}} +\index{GpgFrontend::Thread::Task@{GpgFrontend::Thread::Task}!Task@{Task}} +\index{Task@{Task}!GpgFrontend::Thread::Task@{GpgFrontend::Thread::Task}} +\doxysubsubsection{\texorpdfstring{Task()}{Task()}\hspace{0.1cm}{\footnotesize\ttfamily [3/3]}} +{\footnotesize\ttfamily Gpg\+Frontend\+::\+Thread\+::\+Task\+::\+Task (\begin{DoxyParamCaption}\item[{Task\+Runnable}]{runnable, }\item[{Task\+Callback}]{callback = {\ttfamily \mbox{[}\mbox{]}(int)~\{\}} }\end{DoxyParamCaption})} + + + +Construct a new \mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1Task}{Task}} object. + + +\begin{DoxyParams}{Parameters} +{\em runnable} & \\ +\hline +\end{DoxyParams} +\mbox{\Hypertarget{classGpgFrontend_1_1Thread_1_1Task_a37766a505662b33ad14672c29e209ea8}\label{classGpgFrontend_1_1Thread_1_1Task_a37766a505662b33ad14672c29e209ea8}} +\index{GpgFrontend::Thread::Task@{GpgFrontend::Thread::Task}!````~Task@{$\sim$Task}} +\index{````~Task@{$\sim$Task}!GpgFrontend::Thread::Task@{GpgFrontend::Thread::Task}} +\doxysubsubsection{\texorpdfstring{$\sim$Task()}{~Task()}} +{\footnotesize\ttfamily Gpg\+Frontend\+::\+Thread\+::\+Task\+::$\sim$\+Task (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [override]}, {\ttfamily [virtual]}, {\ttfamily [default]}} + + + +Destroy the \mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1Task}{Task}} object. + + + +\doxysubsection{Member Function Documentation} +\mbox{\Hypertarget{classGpgFrontend_1_1Thread_1_1Task_ac60aa71a24f452fd8031597ff4cbbd00}\label{classGpgFrontend_1_1Thread_1_1Task_ac60aa71a24f452fd8031597ff4cbbd00}} +\index{GpgFrontend::Thread::Task@{GpgFrontend::Thread::Task}!Run@{Run}} +\index{Run@{Run}!GpgFrontend::Thread::Task@{GpgFrontend::Thread::Task}} +\doxysubsubsection{\texorpdfstring{Run()}{Run()}} +{\footnotesize\ttfamily void Gpg\+Frontend\+::\+Thread\+::\+Task\+::\+Run (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [virtual]}} + + + +Run -\/ run the task. + + + +Reimplemented in \mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1CtxCheckTask_a1c94cb1290df40a9043fe2d1a9a231f2}{Gpg\+Frontend\+::\+Thread\+::\+Ctx\+Check\+Task}}, and \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1FileReadTask_a0f8bc1c253380b68c0e65cabc011ac09}{Gpg\+Frontend\+::\+U\+I\+::\+File\+Read\+Task}}. + + + +The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} +\item +src/core/thread/Task.\+h\item +src/core/thread/Task.\+cpp\end{DoxyCompactItemize} diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner.tex b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner.tex new file mode 100644 index 00000000..e2238024 --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner.tex @@ -0,0 +1,105 @@ +\hypertarget{classGpgFrontend_1_1Thread_1_1TaskRunner}{}\doxysection{Gpg\+Frontend\+::Thread\+::Task\+Runner Class Reference} +\label{classGpgFrontend_1_1Thread_1_1TaskRunner}\index{GpgFrontend::Thread::TaskRunner@{GpgFrontend::Thread::TaskRunner}} + + +Inheritance diagram for Gpg\+Frontend\+::Thread\+::Task\+Runner\+: +\nopagebreak +\begin{figure}[H] +\begin{center} +\leavevmode +\includegraphics[width=199pt]{classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph} +\end{center} +\end{figure} + + +Collaboration diagram for Gpg\+Frontend\+::Thread\+::Task\+Runner\+: +\nopagebreak +\begin{figure}[H] +\begin{center} +\leavevmode +\includegraphics[width=350pt]{classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph} +\end{center} +\end{figure} +\doxysubsection*{Public Slots} +\begin{DoxyCompactItemize} +\item +void \mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1TaskRunner_a4fae01eb0a5b296b8c4c6bf8408f1c6b}{Post\+Task}} (\mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1Task}{Task}} $\ast$task) +\end{DoxyCompactItemize} +\doxysubsection*{Public Member Functions} +\begin{DoxyCompactItemize} +\item +\mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1TaskRunner_ad3c8612cbe60112f9b14e616fb0a4acf}{Task\+Runner}} () +\begin{DoxyCompactList}\small\item\em Construct a new \mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1Task}{Task}} Runner object. \end{DoxyCompactList}\item +virtual \mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1TaskRunner_ac3e57b59d537e2a75e741d4a5418ae6d}{$\sim$\+Task\+Runner}} () override +\begin{DoxyCompactList}\small\item\em Destroy the \mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1Task}{Task}} Runner object. \end{DoxyCompactList}\item +\mbox{\Hypertarget{classGpgFrontend_1_1Thread_1_1TaskRunner_a66d2cce41130ada199636815c52332a6}\label{classGpgFrontend_1_1Thread_1_1TaskRunner_a66d2cce41130ada199636815c52332a6}} +void {\bfseries run} () override +\end{DoxyCompactItemize} +\doxysubsection*{Private Attributes} +\begin{DoxyCompactItemize} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1Thread_1_1TaskRunner_a774775e9a91d33072b27dcf78cead6e2}\label{classGpgFrontend_1_1Thread_1_1TaskRunner_a774775e9a91d33072b27dcf78cead6e2}} +std\+::queue$<$ \mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1Task}{Task}} $\ast$ $>$ \mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1TaskRunner_a774775e9a91d33072b27dcf78cead6e2}{tasks}} +\begin{DoxyCompactList}\small\item\em The task queue. \end{DoxyCompactList}\item +\mbox{\Hypertarget{classGpgFrontend_1_1Thread_1_1TaskRunner_a5e72f1ce00d41c225a4304f1ed20b3f1}\label{classGpgFrontend_1_1Thread_1_1TaskRunner_a5e72f1ce00d41c225a4304f1ed20b3f1}} +std\+::mutex \mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1TaskRunner_a5e72f1ce00d41c225a4304f1ed20b3f1}{tasks\+\_\+mutex\+\_\+}} +\begin{DoxyCompactList}\small\item\em The task queue mutex. \end{DoxyCompactList}\end{DoxyCompactItemize} + + +\doxysubsection{Constructor \& Destructor Documentation} +\mbox{\Hypertarget{classGpgFrontend_1_1Thread_1_1TaskRunner_ad3c8612cbe60112f9b14e616fb0a4acf}\label{classGpgFrontend_1_1Thread_1_1TaskRunner_ad3c8612cbe60112f9b14e616fb0a4acf}} +\index{GpgFrontend::Thread::TaskRunner@{GpgFrontend::Thread::TaskRunner}!TaskRunner@{TaskRunner}} +\index{TaskRunner@{TaskRunner}!GpgFrontend::Thread::TaskRunner@{GpgFrontend::Thread::TaskRunner}} +\doxysubsubsection{\texorpdfstring{TaskRunner()}{TaskRunner()}} +{\footnotesize\ttfamily Gpg\+Frontend\+::\+Thread\+::\+Task\+Runner\+::\+Task\+Runner (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [default]}} + + + +Construct a new \mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1Task}{Task}} Runner object. + +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. \mbox{\Hypertarget{classGpgFrontend_1_1Thread_1_1TaskRunner_ac3e57b59d537e2a75e741d4a5418ae6d}\label{classGpgFrontend_1_1Thread_1_1TaskRunner_ac3e57b59d537e2a75e741d4a5418ae6d}} +\index{GpgFrontend::Thread::TaskRunner@{GpgFrontend::Thread::TaskRunner}!````~TaskRunner@{$\sim$TaskRunner}} +\index{````~TaskRunner@{$\sim$TaskRunner}!GpgFrontend::Thread::TaskRunner@{GpgFrontend::Thread::TaskRunner}} +\doxysubsubsection{\texorpdfstring{$\sim$TaskRunner()}{~TaskRunner()}} +{\footnotesize\ttfamily Gpg\+Frontend\+::\+Thread\+::\+Task\+Runner\+::$\sim$\+Task\+Runner (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [override]}, {\ttfamily [virtual]}, {\ttfamily [default]}} + + + +Destroy the \mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1Task}{Task}} Runner object. + + + +\doxysubsection{Member Function Documentation} +\mbox{\Hypertarget{classGpgFrontend_1_1Thread_1_1TaskRunner_a4fae01eb0a5b296b8c4c6bf8408f1c6b}\label{classGpgFrontend_1_1Thread_1_1TaskRunner_a4fae01eb0a5b296b8c4c6bf8408f1c6b}} +\index{GpgFrontend::Thread::TaskRunner@{GpgFrontend::Thread::TaskRunner}!PostTask@{PostTask}} +\index{PostTask@{PostTask}!GpgFrontend::Thread::TaskRunner@{GpgFrontend::Thread::TaskRunner}} +\doxysubsubsection{\texorpdfstring{PostTask}{PostTask}} +{\footnotesize\ttfamily void Gpg\+Frontend\+::\+Thread\+::\+Task\+Runner\+::\+Post\+Task (\begin{DoxyParamCaption}\item[{\mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1Task}{Task}} $\ast$}]{task }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [slot]}} + + +\begin{DoxyParams}{Parameters} +{\em task} & \\ +\hline +\end{DoxyParams} + + +References tasks, and tasks\+\_\+mutex\+\_\+. + + + +The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} +\item +src/core/thread/Task\+Runner.\+h\item +src/core/thread/Task\+Runner.\+cpp\end{DoxyCompactItemize} diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.tex b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.tex new file mode 100644 index 00000000..a4dafeff --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.tex @@ -0,0 +1,73 @@ +\hypertarget{classGpgFrontend_1_1Thread_1_1TaskRunnerGetter}{}\doxysection{Gpg\+Frontend\+::Thread\+::Task\+Runner\+Getter Class Reference} +\label{classGpgFrontend_1_1Thread_1_1TaskRunnerGetter}\index{GpgFrontend::Thread::TaskRunnerGetter@{GpgFrontend::Thread::TaskRunnerGetter}} + + +Inheritance diagram for Gpg\+Frontend\+::Thread\+::Task\+Runner\+Getter\+: +\nopagebreak +\begin{figure}[H] +\begin{center} +\leavevmode +\includegraphics[height=550pt]{classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph} +\end{center} +\end{figure} + + +Collaboration diagram for Gpg\+Frontend\+::Thread\+::Task\+Runner\+Getter\+: +\nopagebreak +\begin{figure}[H] +\begin{center} +\leavevmode +\includegraphics[height=550pt]{classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph} +\end{center} +\end{figure} +\doxysubsection*{Public Types} +\begin{DoxyCompactItemize} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1Thread_1_1TaskRunnerGetter_aa2f427dd9cb0d68187504a7363e2d746}\label{classGpgFrontend_1_1Thread_1_1TaskRunnerGetter_aa2f427dd9cb0d68187504a7363e2d746}} +enum {\bfseries Task\+Runner\+Type} \{ {\bfseries k\+Task\+Runner\+Type\+\_\+\+Default}, +{\bfseries k\+Task\+Runner\+Type\+\_\+\+G\+PG}, +{\bfseries k\+Task\+Runner\+Type\+\_\+\+IO} + \} +\end{DoxyCompactItemize} +\doxysubsection*{Public Member Functions} +\begin{DoxyCompactItemize} +\item +\mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1TaskRunnerGetter_a80794d81179f66f4b4ed3122a64f27cf}{Task\+Runner\+Getter}} (int channel=\mbox{\hyperlink{classGpgFrontend_1_1SingletonFunctionObject_a50e2b3794d6553f4231eaec72d9d0a50}{Singleton\+Function\+Object\+::\+Get\+Default\+Channel}}()) +\item +\mbox{\Hypertarget{classGpgFrontend_1_1Thread_1_1TaskRunnerGetter_a99e5ce5e8dd25c49755356f4ff8f6d30}\label{classGpgFrontend_1_1Thread_1_1TaskRunnerGetter_a99e5ce5e8dd25c49755356f4ff8f6d30}} +\mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1TaskRunner}{Task\+Runner}} $\ast$ {\bfseries Get\+Task\+Runner} (Task\+Runner\+Type runner\+\_\+type=k\+Task\+Runner\+Type\+\_\+\+Default) +\end{DoxyCompactItemize} +\doxysubsection*{Private Attributes} +\begin{DoxyCompactItemize} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1Thread_1_1TaskRunnerGetter_a802df7f9d3ddd1424f0c386388eae128}\label{classGpgFrontend_1_1Thread_1_1TaskRunnerGetter_a802df7f9d3ddd1424f0c386388eae128}} +std\+::map$<$ Task\+Runner\+Type, \mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1TaskRunner}{Task\+Runner}} $\ast$ $>$ {\bfseries task\+\_\+runners\+\_\+} +\end{DoxyCompactItemize} +\doxysubsection*{Additional Inherited Members} + + +\doxysubsection{Constructor \& Destructor Documentation} +\mbox{\Hypertarget{classGpgFrontend_1_1Thread_1_1TaskRunnerGetter_a80794d81179f66f4b4ed3122a64f27cf}\label{classGpgFrontend_1_1Thread_1_1TaskRunnerGetter_a80794d81179f66f4b4ed3122a64f27cf}} +\index{GpgFrontend::Thread::TaskRunnerGetter@{GpgFrontend::Thread::TaskRunnerGetter}!TaskRunnerGetter@{TaskRunnerGetter}} +\index{TaskRunnerGetter@{TaskRunnerGetter}!GpgFrontend::Thread::TaskRunnerGetter@{GpgFrontend::Thread::TaskRunnerGetter}} +\doxysubsubsection{\texorpdfstring{TaskRunnerGetter()}{TaskRunnerGetter()}} +{\footnotesize\ttfamily Gpg\+Frontend\+::\+Thread\+::\+Task\+Runner\+Getter\+::\+Task\+Runner\+Getter (\begin{DoxyParamCaption}\item[{int}]{channel = {\ttfamily \mbox{\hyperlink{classGpgFrontend_1_1SingletonFunctionObject_a50e2b3794d6553f4231eaec72d9d0a50}{Singleton\+Function\+Object\+::\+Get\+Default\+Channel}}()} }\end{DoxyParamCaption})} + +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. + +The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} +\item +src/core/thread/Task\+Runner\+Getter.\+h\item +src/core/thread/Task\+Runner\+Getter.\+cpp\end{DoxyCompactItemize} diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.md5 new file mode 100644 index 00000000..41357115 --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.md5 @@ -0,0 +1 @@ +64ad0178abae3e50639d51e933863ff8 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.pdf new file mode 100644 index 00000000..46b6d09a Binary files /dev/null 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.md5 b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph.md5 new file mode 100644 index 00000000..465d8fdb --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph.md5 @@ -0,0 +1 @@ +eb945b0bfb60bb64eb36b2e2416e7f08 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph.pdf new file mode 100644 index 00000000..20358df2 Binary files /dev/null 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.md5 b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.md5 new file mode 100644 index 00000000..ddd8c867 --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.md5 @@ -0,0 +1 @@ +9c9762287e20c2096ef8d6add05fbcc2 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.pdf new file mode 100644 index 00000000..76544a1f Binary files /dev/null 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.md5 b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.md5 new file mode 100644 index 00000000..d6fe4a76 --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.md5 @@ -0,0 +1 @@ +a530b4d08828f56c08efb33baee18cac \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.pdf new file mode 100644 index 00000000..033f736c Binary files /dev/null and b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1Task__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1Thread_1_1Task__coll__graph.md5 new file mode 100644 index 00000000..3eed70d0 --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1Thread_1_1Task__coll__graph.md5 @@ -0,0 +1 @@ +2ac86a14d8124440c63c5d09010867c3 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1Task__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1Task__coll__graph.pdf new file mode 100644 index 00000000..3b99225c Binary files /dev/null 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 new file mode 100644 index 00000000..dc99c42c --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.md5 @@ -0,0 +1 @@ +94a03d36de9e229aec622b3da1a7679d \ 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 new file mode 100644 index 00000000..7dd6950c Binary files /dev/null and b/docs/latex/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.pdf index 8a05df42..287f90c3 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.pdf index 4b85ac9f..ef6dc5d6 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__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1AdvancedTab__coll__graph.pdf index 4e912d1f..ca7dc002 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 1f9d56df..4ada98cb 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__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph.pdf index b0b3eb74..31faab34 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 543448d7..292bea6c 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 cf52b710..f8f87a13 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 8a7b3d99..fbe2c746 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils.tex index b1d51a3a..61f174d3 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils.tex @@ -136,7 +136,7 @@ update the key status when signal is emitted -References Gpg\+Frontend\+::\+Gpg\+Key\+Getter\+::\+Flush\+Key\+Cache(), Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Gpg\+Key\+Getter $>$\+::\+Get\+All\+Channel\+Id(), Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Gpg\+Key\+Getter $>$\+::\+Get\+Instance(), and Signal\+Key\+Database\+Refresh\+Done(). +References Gpg\+Frontend\+::\+Gpg\+Key\+Getter\+::\+Flush\+Key\+Cache(), Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Gpg\+Key\+Getter $>$\+::\+Get\+All\+Channel\+Id(), Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Gpg\+Key\+Getter $>$\+::\+Get\+Instance(), Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Task\+Runner\+Getter $>$\+::\+Get\+Instance(), and Signal\+Key\+Database\+Refresh\+Done(). @@ -214,7 +214,7 @@ Referenced by Gpg\+Frontend\+::\+U\+I\+::\+Key\+Mgmt\+::create\+\_\+actions(), a \end{DoxyParams} -References Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Global\+Setting\+Station $>$\+::\+Get\+Instance(), Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Gpg\+Key\+Import\+Exporter $>$\+::\+Get\+Instance(), Gpg\+Frontend\+::\+Global\+Setting\+Station\+::\+Get\+U\+I\+Settings(), and Gpg\+Frontend\+::\+Gpg\+Key\+Import\+Exporter\+::\+Import\+Key(). +References Gpg\+Frontend\+::\+U\+I\+::\+Settings\+Object\+::\+Check(), Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Gpg\+Key\+Import\+Exporter $>$\+::\+Get\+Instance(), Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Global\+Setting\+Station $>$\+::\+Get\+Instance(), Gpg\+Frontend\+::\+Global\+Setting\+Station\+::\+Get\+U\+I\+Settings(), and Gpg\+Frontend\+::\+Gpg\+Key\+Import\+Exporter\+::\+Import\+Key(). \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1CommonUtils_af1b3538d3119c8564e83c7661f73f6ea}\label{classGpgFrontend_1_1UI_1_1CommonUtils_af1b3538d3119c8564e83c7661f73f6ea}} \index{GpgFrontend::UI::CommonUtils@{GpgFrontend::UI::CommonUtils}!SlotImportKeyFromKeyServer@{SlotImportKeyFromKeyServer}} 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 f024d1ee..fd267a8b 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 a8e3639a..937e83d4 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 3cba40b1..b1650484 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 468feb1d..5150175d 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ConclusionPage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ConclusionPage__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.pdf index b0ec231c..5d86544f 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.pdf index bb2799ca..72d545aa 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 e75263cf..90d56df7 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 d0308a19..67ce8153 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask.tex new file mode 100644 index 00000000..8b050e96 --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask.tex @@ -0,0 +1,87 @@ +\hypertarget{classGpgFrontend_1_1UI_1_1FileReadTask}{}\doxysection{Gpg\+Frontend\+::UI\+::File\+Read\+Task Class Reference} +\label{classGpgFrontend_1_1UI_1_1FileReadTask}\index{GpgFrontend::UI::FileReadTask@{GpgFrontend::UI::FileReadTask}} + + +Inheritance diagram for Gpg\+Frontend\+::UI\+::File\+Read\+Task\+: +\nopagebreak +\begin{figure}[H] +\begin{center} +\leavevmode +\includegraphics[width=245pt]{classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph} +\end{center} +\end{figure} + + +Collaboration diagram for Gpg\+Frontend\+::UI\+::File\+Read\+Task\+: +\nopagebreak +\begin{figure}[H] +\begin{center} +\leavevmode +\includegraphics[width=245pt]{classGpgFrontend_1_1UI_1_1FileReadTask__coll__graph} +\end{center} +\end{figure} +\doxysubsection*{Signals} +\begin{DoxyCompactItemize} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1FileReadTask_a4e3c97cfac764af80919ed838bc00561}\label{classGpgFrontend_1_1UI_1_1FileReadTask_a4e3c97cfac764af80919ed838bc00561}} +void {\bfseries Signal\+File\+Bytes\+Read} (Q\+Byte\+Array bytes) +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1FileReadTask_ae5787665efd04214a14111787deee57c}\label{classGpgFrontend_1_1UI_1_1FileReadTask_ae5787665efd04214a14111787deee57c}} +void {\bfseries Signal\+File\+Bytes\+Read\+End} () +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1FileReadTask_a964920606f5873fd6a9407b9865e8fba}\label{classGpgFrontend_1_1UI_1_1FileReadTask_a964920606f5873fd6a9407b9865e8fba}} +void {\bfseries Signal\+File\+Bytes\+Read\+Next} () +\end{DoxyCompactItemize} +\doxysubsection*{Public Member Functions} +\begin{DoxyCompactItemize} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1FileReadTask_abf21650d2597034d3307f530ebfb7f18}\label{classGpgFrontend_1_1UI_1_1FileReadTask_abf21650d2597034d3307f530ebfb7f18}} +{\bfseries File\+Read\+Task} (std\+::string path) +\item +void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1FileReadTask_a0f8bc1c253380b68c0e65cabc011ac09}{Run}} () override +\begin{DoxyCompactList}\small\item\em Run -\/ run the task. \end{DoxyCompactList}\end{DoxyCompactItemize} +\doxysubsection*{Private Slots} +\begin{DoxyCompactItemize} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1FileReadTask_afe44eab4abfe0b3b950f332d54662159}\label{classGpgFrontend_1_1UI_1_1FileReadTask_afe44eab4abfe0b3b950f332d54662159}} +void {\bfseries read\+\_\+bytes} () +\end{DoxyCompactItemize} +\doxysubsection*{Private Attributes} +\begin{DoxyCompactItemize} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1FileReadTask_ac00874dbef395dda534e32c6502c7913}\label{classGpgFrontend_1_1UI_1_1FileReadTask_ac00874dbef395dda534e32c6502c7913}} +std\+::filesystem\+::path {\bfseries read\+\_\+file\+\_\+path\+\_\+} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1FileReadTask_af3896c6ef4dc49bd371746aa9fea1120}\label{classGpgFrontend_1_1UI_1_1FileReadTask_af3896c6ef4dc49bd371746aa9fea1120}} +Q\+File {\bfseries target\+\_\+file\+\_\+} +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1FileReadTask_a2bc7e5bb1c67490ba12c82200634bd97}\label{classGpgFrontend_1_1UI_1_1FileReadTask_a2bc7e5bb1c67490ba12c82200634bd97}} +const size\+\_\+t {\bfseries buffer\+\_\+size\+\_\+} = 4096 +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1FileReadTask_afb248c339ac074f0a7602711ed2f5e39}\label{classGpgFrontend_1_1UI_1_1FileReadTask_afb248c339ac074f0a7602711ed2f5e39}} +Q\+Event\+Loop {\bfseries looper} +\end{DoxyCompactItemize} +\doxysubsection*{Additional Inherited Members} + + +\doxysubsection{Member Function Documentation} +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1FileReadTask_a0f8bc1c253380b68c0e65cabc011ac09}\label{classGpgFrontend_1_1UI_1_1FileReadTask_a0f8bc1c253380b68c0e65cabc011ac09}} +\index{GpgFrontend::UI::FileReadTask@{GpgFrontend::UI::FileReadTask}!Run@{Run}} +\index{Run@{Run}!GpgFrontend::UI::FileReadTask@{GpgFrontend::UI::FileReadTask}} +\doxysubsubsection{\texorpdfstring{Run()}{Run()}} +{\footnotesize\ttfamily void Gpg\+Frontend\+::\+U\+I\+::\+File\+Read\+Task\+::\+Run (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [override]}, {\ttfamily [virtual]}} + + + +Run -\/ run the task. + + + +Reimplemented from \mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1Task_ac60aa71a24f452fd8031597ff4cbbd00}{Gpg\+Frontend\+::\+Thread\+::\+Task}}. + + + +The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} +\item +src/core/thread/File\+Read\+Task.\+h\item +src/core/thread/File\+Read\+Task.\+cpp\end{DoxyCompactItemize} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__coll__graph.md5 new file mode 100644 index 00000000..77579f46 --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__coll__graph.md5 @@ -0,0 +1 @@ +3051b6b4911ccb3ae4582841cb0fb67f \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__coll__graph.pdf new file mode 100644 index 00000000..dc6ecb69 Binary files /dev/null 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.md5 new file mode 100644 index 00000000..77579f46 --- /dev/null +++ b/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.md5 @@ -0,0 +1 @@ +3051b6b4911ccb3ae4582841cb0fb67f \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.pdf new file mode 100644 index 00000000..e8b2b2bb Binary files /dev/null and b/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FileReadThread.tex b/docs/latex/classGpgFrontend_1_1UI_1_1FileReadThread.tex deleted file mode 100644 index 43b01368..00000000 --- a/docs/latex/classGpgFrontend_1_1UI_1_1FileReadThread.tex +++ /dev/null @@ -1,85 +0,0 @@ -\hypertarget{classGpgFrontend_1_1UI_1_1FileReadThread}{}\doxysection{Gpg\+Frontend\+::UI\+::File\+Read\+Thread Class Reference} -\label{classGpgFrontend_1_1UI_1_1FileReadThread}\index{GpgFrontend::UI::FileReadThread@{GpgFrontend::UI::FileReadThread}} - - -Inheritance diagram for Gpg\+Frontend\+::UI\+::File\+Read\+Thread\+: -\nopagebreak -\begin{figure}[H] -\begin{center} -\leavevmode -\includegraphics[width=223pt]{classGpgFrontend_1_1UI_1_1FileReadThread__inherit__graph} -\end{center} -\end{figure} - - -Collaboration diagram for Gpg\+Frontend\+::UI\+::File\+Read\+Thread\+: -\nopagebreak -\begin{figure}[H] -\begin{center} -\leavevmode -\includegraphics[width=268pt]{classGpgFrontend_1_1UI_1_1FileReadThread__coll__graph} -\end{center} -\end{figure} -\doxysubsection*{Signals} -\begin{DoxyCompactItemize} -\item -void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1FileReadThread_a152a32021b66ea7de5aaf8cf6376c9ab}{Signal\+Send\+Read\+Block}} (const std\+::string \&block) -\item -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1FileReadThread_ade3bb7844d1430bc9831a9a13e3b66bb}\label{classGpgFrontend_1_1UI_1_1FileReadThread_ade3bb7844d1430bc9831a9a13e3b66bb}} -void {\bfseries Signal\+Read\+Done} () -\end{DoxyCompactItemize} -\doxysubsection*{Public Member Functions} -\begin{DoxyCompactItemize} -\item -\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1FileReadThread_abceee444fe8212efd638c8d5b98b24c5}{File\+Read\+Thread}} (std\+::string path) -\begin{DoxyCompactList}\small\item\em Construct a new File Read Thread object. \end{DoxyCompactList}\end{DoxyCompactItemize} -\doxysubsection*{Protected Member Functions} -\begin{DoxyCompactItemize} -\item -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1FileReadThread_adadf23a38fccec07692a13c4b23b2601}\label{classGpgFrontend_1_1UI_1_1FileReadThread_adadf23a38fccec07692a13c4b23b2601}} -void {\bfseries run} () override -\end{DoxyCompactItemize} -\doxysubsection*{Private Attributes} -\begin{DoxyCompactItemize} -\item -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1FileReadThread_abec15f169720245a01a818e7cb74278a}\label{classGpgFrontend_1_1UI_1_1FileReadThread_abec15f169720245a01a818e7cb74278a}} -std\+::string {\bfseries path\+\_\+} -\end{DoxyCompactItemize} - - -\doxysubsection{Constructor \& Destructor Documentation} -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1FileReadThread_abceee444fe8212efd638c8d5b98b24c5}\label{classGpgFrontend_1_1UI_1_1FileReadThread_abceee444fe8212efd638c8d5b98b24c5}} -\index{GpgFrontend::UI::FileReadThread@{GpgFrontend::UI::FileReadThread}!FileReadThread@{FileReadThread}} -\index{FileReadThread@{FileReadThread}!GpgFrontend::UI::FileReadThread@{GpgFrontend::UI::FileReadThread}} -\doxysubsubsection{\texorpdfstring{FileReadThread()}{FileReadThread()}} -{\footnotesize\ttfamily Gpg\+Frontend\+::\+U\+I\+::\+File\+Read\+Thread\+::\+File\+Read\+Thread (\begin{DoxyParamCaption}\item[{std\+::string}]{path }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [explicit]}} - - - -Construct a new File Read Thread object. - - -\begin{DoxyParams}{Parameters} -{\em path} & \\ -\hline -\end{DoxyParams} - - -\doxysubsection{Member Function Documentation} -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1FileReadThread_a152a32021b66ea7de5aaf8cf6376c9ab}\label{classGpgFrontend_1_1UI_1_1FileReadThread_a152a32021b66ea7de5aaf8cf6376c9ab}} -\index{GpgFrontend::UI::FileReadThread@{GpgFrontend::UI::FileReadThread}!SignalSendReadBlock@{SignalSendReadBlock}} -\index{SignalSendReadBlock@{SignalSendReadBlock}!GpgFrontend::UI::FileReadThread@{GpgFrontend::UI::FileReadThread}} -\doxysubsubsection{\texorpdfstring{SignalSendReadBlock}{SignalSendReadBlock}} -{\footnotesize\ttfamily void Gpg\+Frontend\+::\+U\+I\+::\+File\+Read\+Thread\+::\+Signal\+Send\+Read\+Block (\begin{DoxyParamCaption}\item[{const std\+::string \&}]{block }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [signal]}} - - -\begin{DoxyParams}{Parameters} -{\em block} & \\ -\hline -\end{DoxyParams} - - -The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} -\item -src/ui/thread/File\+Read\+Thread.\+h\item -src/ui/thread/File\+Read\+Thread.\+cpp\end{DoxyCompactItemize} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FileReadThread__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1FileReadThread__coll__graph.md5 deleted file mode 100644 index 4c452ba0..00000000 --- a/docs/latex/classGpgFrontend_1_1UI_1_1FileReadThread__coll__graph.md5 +++ /dev/null @@ -1 +0,0 @@ -05352622c27bfd04532bad18ec693a06 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FileReadThread__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FileReadThread__coll__graph.pdf deleted file mode 100644 index 22e997ad..00000000 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FileReadThread__coll__graph.pdf and /dev/null differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FileReadThread__inherit__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1FileReadThread__inherit__graph.md5 deleted file mode 100644 index 44f87667..00000000 --- a/docs/latex/classGpgFrontend_1_1UI_1_1FileReadThread__inherit__graph.md5 +++ /dev/null @@ -1 +0,0 @@ -2ae947e6d48ef0e3942383c88a9af933 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FileReadThread__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FileReadThread__inherit__graph.pdf deleted file mode 100644 index 9b80887f..00000000 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FileReadThread__inherit__graph.pdf and /dev/null differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.md5 index a54aec9f..d0d79dae 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.md5 @@ -1 +1 @@ -d4bfd34769c0750c98210a681878d28e \ No newline at end of file +c89294d2f02cd93ad429013c864bfc7a \ No newline at end of file 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 0e3795f1..bf916eb8 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 9c9e3435..8836c4cd 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_1GeneralTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.pdf index f2e2a964..28d38651 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 3619075b..8a4ccf0a 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_1HelpPage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1HelpPage__coll__graph.pdf index 2f4cb827..6d6495b6 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 a4e64b06..a72eecac 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 eaf4ce17..d7ffeaf7 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 c818767d..4d1e7d29 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1InfoBoardWidget__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1InfoBoardWidget__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab__coll__graph.pdf index cf6ff23b..5b4c3c0e 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 b57d5b82..43815292 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 f41e7e8d..16b5a4bb 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 8a61b8d8..0d2b5bef 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1IntroPage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1IntroPage__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.pdf index aaacea05..0210aed1 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.pdf index 6e560d60..871d5c46 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.pdf index 0ae6e52a..264872b1 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.pdf index 7ee63282..afb04745 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 b8efc2df..17d78157 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 0f2dfc31..22dce1d5 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenPage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenPage__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.pdf index d4e50cbb..93ab4c56 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.pdf index 086984a7..6e3508be 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 b3dbe7bd..78118633 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 4c363102..c8f1fd3c 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyList__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyList__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.pdf index 5cc64515..49d3e356 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.pdf index ffe6af3f..f3ebb860 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.pdf index 57dd4ecc..d1d03e70 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.pdf index 7d533e31..885a8ee5 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab__coll__graph.pdf index ca70a023..83997026 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 9f357f1a..7accad56 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab__coll__graph.pdf index e522fe65..a8983bc4 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 613c927d..60e114e7 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab__coll__graph.pdf index 15783741..5e29b0d5 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 b989ef6e..39861d9b 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab__coll__graph.pdf index 16d65ded..20505ccb 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 7bb2e385..c4a5e3ea 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.pdf index afe30241..a800a411 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.pdf index 11d69910..d8fdf16b 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_1KeySetExpireDateDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.pdf index 407aa36f..28515f3c 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.pdf index afc691cb..e0749a5b 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.pdf index d17cdb53..fc7d62ba 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.pdf index d0a6683a..6d637809 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.pdf index 44ad073c..9db6afea 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.pdf index 564898be..b6ecc991 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab__coll__graph.pdf index a65b2426..3ef2fa2c 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 3b9c32bb..fe1f5b3f 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_1ListedKeyServerTestThread__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__coll__graph.pdf index 3b1d2e1f..608269b5 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__inherit__graph.pdf index 4629f358..50c96619 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestThread__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.pdf index 2db73554..073710c1 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.pdf index 20f40f51..2780777d 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__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__coll__graph.pdf index 9e531515..16e1b37a 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 59f1bba9..ca89514d 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage.tex index 7a043569..7d6d6c9d 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage.tex @@ -29,6 +29,11 @@ Collaboration diagram for Gpg\+Frontend\+::UI\+::Plain\+Text\+Editor\+Page\+: \includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph} \end{center} \end{figure} +\doxysubsection*{Signals} +\begin{DoxyCompactItemize} +\item +void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1PlainTextEditorPage_afd3749488fdd3d1c53446fb8c833f3f4}{Signal\+U\+I\+Bytes\+Displayed}} () +\begin{DoxyCompactList}\small\item\em this signal is emitted when the bytes has been append in texteditor. \end{DoxyCompactList}\end{DoxyCompactItemize} \doxysubsection*{Public Member Functions} \begin{DoxyCompactItemize} \item @@ -49,9 +54,6 @@ void {\bfseries Read\+File} () \item bool \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1PlainTextEditorPage_ac1902b063decfeebe7f0908cbfe618ce}{Read\+Done}} () const \item -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1PlainTextEditorPage_a36781cbecac79299404bd5e1f7e608ea}\label{classGpgFrontend_1_1UI_1_1PlainTextEditorPage_a36781cbecac79299404bd5e1f7e608ea}} -void {\bfseries Prepare\+To\+Destroy} () -\item bool \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1PlainTextEditorPage_a1c1c0174ed1ed9c5a90739eafc5c3267}{Will\+Charset\+Change}} () const \begin{DoxyCompactList}\small\item\em detect if the charset of the file will change \end{DoxyCompactList}\item void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1PlainTextEditorPage_a29b3d63ba9590e775f42c779c76102e5}{Notify\+File\+Saved}} () @@ -61,7 +63,7 @@ void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1PlainTextEditorPage_a29b3d63ba95 \item void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1PlainTextEditorPage_a45267bcfc8fc83851894061c0fe2a9c2}{slot\+\_\+format\+\_\+gpg\+\_\+header}} () \item -void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1PlainTextEditorPage_a8ba8f52aa2d1102d3513fdf0f4760b28}{slot\+\_\+insert\+\_\+text}} (const std\+::string \&data) +void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1PlainTextEditorPage_a184985104f23da8fdf2b9aaf7b27405b}{slot\+\_\+insert\+\_\+text}} (Q\+Byte\+Array bytes\+\_\+data) \end{DoxyCompactItemize} \doxysubsection*{Private Member Functions} \begin{DoxyCompactItemize} @@ -85,9 +87,6 @@ bool \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1PlainTextEditorPage_a4f94e9ef788 \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1PlainTextEditorPage_a5b8ce290e1b949b56734227e8d42adba}\label{classGpgFrontend_1_1UI_1_1PlainTextEditorPage_a5b8ce290e1b949b56734227e8d42adba}} bool {\bfseries read\+\_\+done\+\_\+} = false \item -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1PlainTextEditorPage_a46cf39e2449ed63abad59e0a177635fd}\label{classGpgFrontend_1_1UI_1_1PlainTextEditorPage_a46cf39e2449ed63abad59e0a177635fd}} -Q\+Thread $\ast$ {\bfseries read\+\_\+thread\+\_\+} = nullptr -\item \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1PlainTextEditorPage_a43d23c1bcac73b772aa0154151538bbf}\label{classGpgFrontend_1_1UI_1_1PlainTextEditorPage_a43d23c1bcac73b772aa0154151538bbf}} bool {\bfseries binary\+\_\+mode\+\_\+} = false \item @@ -280,6 +279,20 @@ Show additional widget at buttom of currently active tab Referenced by Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::slot\+\_\+find(). +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1PlainTextEditorPage_afd3749488fdd3d1c53446fb8c833f3f4}\label{classGpgFrontend_1_1UI_1_1PlainTextEditorPage_afd3749488fdd3d1c53446fb8c833f3f4}} +\index{GpgFrontend::UI::PlainTextEditorPage@{GpgFrontend::UI::PlainTextEditorPage}!SignalUIBytesDisplayed@{SignalUIBytesDisplayed}} +\index{SignalUIBytesDisplayed@{SignalUIBytesDisplayed}!GpgFrontend::UI::PlainTextEditorPage@{GpgFrontend::UI::PlainTextEditorPage}} +\doxysubsubsection{\texorpdfstring{SignalUIBytesDisplayed}{SignalUIBytesDisplayed}} +{\footnotesize\ttfamily void Gpg\+Frontend\+::\+U\+I\+::\+Plain\+Text\+Editor\+Page\+::\+Signal\+U\+I\+Bytes\+Displayed (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [signal]}} + + + +this signal is emitted when the bytes has been append in texteditor. + + + +Referenced by slot\+\_\+insert\+\_\+text(). + \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1PlainTextEditorPage_a45267bcfc8fc83851894061c0fe2a9c2}\label{classGpgFrontend_1_1UI_1_1PlainTextEditorPage_a45267bcfc8fc83851894061c0fe2a9c2}} \index{GpgFrontend::UI::PlainTextEditorPage@{GpgFrontend::UI::PlainTextEditorPage}!slot\_format\_gpg\_header@{slot\_format\_gpg\_header}} \index{slot\_format\_gpg\_header@{slot\_format\_gpg\_header}!GpgFrontend::UI::PlainTextEditorPage@{GpgFrontend::UI::PlainTextEditorPage}} @@ -290,11 +303,11 @@ Format the gpg header in another font-\/style References sign\+\_\+marked\+\_\+. -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1PlainTextEditorPage_a8ba8f52aa2d1102d3513fdf0f4760b28}\label{classGpgFrontend_1_1UI_1_1PlainTextEditorPage_a8ba8f52aa2d1102d3513fdf0f4760b28}} +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1PlainTextEditorPage_a184985104f23da8fdf2b9aaf7b27405b}\label{classGpgFrontend_1_1UI_1_1PlainTextEditorPage_a184985104f23da8fdf2b9aaf7b27405b}} \index{GpgFrontend::UI::PlainTextEditorPage@{GpgFrontend::UI::PlainTextEditorPage}!slot\_insert\_text@{slot\_insert\_text}} \index{slot\_insert\_text@{slot\_insert\_text}!GpgFrontend::UI::PlainTextEditorPage@{GpgFrontend::UI::PlainTextEditorPage}} \doxysubsubsection{\texorpdfstring{slot\_insert\_text}{slot\_insert\_text}} -{\footnotesize\ttfamily void Gpg\+Frontend\+::\+U\+I\+::\+Plain\+Text\+Editor\+Page\+::slot\+\_\+insert\+\_\+text (\begin{DoxyParamCaption}\item[{const std\+::string \&}]{data }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [private]}, {\ttfamily [slot]}} +{\footnotesize\ttfamily void Gpg\+Frontend\+::\+U\+I\+::\+Plain\+Text\+Editor\+Page\+::slot\+\_\+insert\+\_\+text (\begin{DoxyParamCaption}\item[{Q\+Byte\+Array}]{bytes\+\_\+data }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [private]}, {\ttfamily [slot]}} \begin{DoxyParams}{Parameters} @@ -303,7 +316,7 @@ References sign\+\_\+marked\+\_\+. \end{DoxyParams} -References detect\+\_\+cr\+\_\+lf(), detect\+\_\+encoding(), and Get\+Text\+Page(). +References detect\+\_\+cr\+\_\+lf(), detect\+\_\+encoding(), Get\+Text\+Page(), and Signal\+U\+I\+Bytes\+Displayed(). \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1PlainTextEditorPage_a1c1c0174ed1ed9c5a90739eafc5c3267}\label{classGpgFrontend_1_1UI_1_1PlainTextEditorPage_a1c1c0174ed1ed9c5a90739eafc5c3267}} \index{GpgFrontend::UI::PlainTextEditorPage@{GpgFrontend::UI::PlainTextEditorPage}!WillCharsetChange@{WillCharsetChange}} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.md5 index 88308626..677f70de 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.md5 @@ -1 +1 @@ -b7257b9194585fdd1443e3855750c2d3 \ No newline at end of file +1790fc78a3a151712bd7d36288650259 \ No newline at end of file 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 4e0f8fc2..df06ee92 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.md5 index 8f4608a0..79de3bb4 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.md5 @@ -1 +1 @@ -c040ff64b31ca7915266b848b52ffe75 \ No newline at end of file +445e0214f2b124b2777252ec0c063c23 \ No newline at end of file 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 8719f182..87daf560 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.tex index b430f531..4c1f74b3 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.tex @@ -29,7 +29,7 @@ void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread_aedafa \begin{DoxyCompactItemize} \item \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread_a538a78e0149906bf19e850ba71c00ada}{Proxy\+Connection\+Test\+Thread}} (Q\+String url, int timeout, Q\+Widget $\ast$parent=nullptr) -\begin{DoxyCompactList}\small\item\em Construct a new Proxy Connection Test Thread object. \end{DoxyCompactList}\end{DoxyCompactItemize} +\begin{DoxyCompactList}\small\item\em Construct a new Proxy Connection Test \mbox{\hyperlink{namespaceGpgFrontend_1_1Thread}{Thread}} object. \end{DoxyCompactList}\end{DoxyCompactItemize} \doxysubsection*{Protected Member Functions} \begin{DoxyCompactItemize} \item @@ -58,7 +58,7 @@ int {\bfseries timeout\+\_\+} = 500 -Construct a new Proxy Connection Test Thread object. +Construct a new Proxy Connection Test \mbox{\hyperlink{namespaceGpgFrontend_1_1Thread}{Thread}} object. \begin{DoxyParams}{Parameters} 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 57242107..d6e1041d 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 08b9db86..2d1200b4 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__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.pdf index 0ff6416d..37a7e867 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.pdf index bf3576e8..1feb7463 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__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.pdf index 624307a5..c186d656 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.pdf index 1ea552e8..756c3942 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 b1190479..5f53db82 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\+::\+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(), and Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::slot\+\_\+open\+\_\+settings\+\_\+dialog(). +Referenced by 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(). 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 4c818aaa..92ebed3d 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 03682bb5..da0f9754 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 9641c907..9747630b 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 e347c413..467b01df 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__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.pdf index 71fdaecd..111fd606 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.pdf index 81e1b355..e62a69f3 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.pdf index c7b60220..7b5e31a2 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.pdf index 1ece3f4b..f6175693 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 24d745e0..c3173da7 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 79d532f0..63592b34 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 cd7456c2..ec50a33a 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 b1e9f001..a755ffd5 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1TextEdit__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1TextEdit__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab__coll__graph.pdf index e60680e2..17a1486b 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 4cb14be6..7b18ab7b 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__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab__coll__graph.pdf index 4278e7e1..acf45aed 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 a92497d3..20924de3 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog__coll__graph.pdf index a408f753..0502187a 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 b043b2c0..ee99e45a 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 8b301193..3e9e4bf3 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 6cb99733..57a14e5d 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_1VersionCheckThread.tex b/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckThread.tex index 659798ae..6e793c26 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckThread.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckThread.tex @@ -29,7 +29,7 @@ void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1VersionCheckThread_a61ba582623b5 \begin{DoxyCompactItemize} \item \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1VersionCheckThread_a75ad15966d6a8e24ca65b7d7ea608c25}{Version\+Check\+Thread}} () -\begin{DoxyCompactList}\small\item\em Construct a new Version Check Thread object. \end{DoxyCompactList}\end{DoxyCompactItemize} +\begin{DoxyCompactList}\small\item\em Construct a new Version Check \mbox{\hyperlink{namespaceGpgFrontend_1_1Thread}{Thread}} object. \end{DoxyCompactList}\end{DoxyCompactItemize} \doxysubsection*{Protected Member Functions} \begin{DoxyCompactItemize} \item @@ -56,7 +56,7 @@ Q\+Byte\+Array {\bfseries current\+\_\+reply\+\_\+bytes\+\_\+} -Construct a new Version Check Thread object. +Construct a new Version Check \mbox{\hyperlink{namespaceGpgFrontend_1_1Thread}{Thread}} object. diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckThread__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckThread__coll__graph.pdf index 89754ea4..24bce5b6 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckThread__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckThread__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckThread__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckThread__inherit__graph.pdf index 349c96ac..4599a5d7 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckThread__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckThread__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 4fec2113..af321149 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 d5d9bfd4..82583bfe 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 45cec619..7d939339 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 45cec619..8d9759ff 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 feafdc93..df43b5e3 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__coll__graph.pdf b/docs/latex/classSignatureDetailsDialog__coll__graph.pdf index 1f950119..730c85a9 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 1f950119..730c85a9 100644 Binary files a/docs/latex/classSignatureDetailsDialog__inherit__graph.pdf and b/docs/latex/classSignatureDetailsDialog__inherit__graph.pdf differ diff --git a/docs/latex/classTestListedKeyServerThread__coll__graph.pdf b/docs/latex/classTestListedKeyServerThread__coll__graph.pdf index b8dcdda3..2985de5d 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 54f5b317..c7aa8476 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 6dbb2234..7b271eb7 100644 --- a/docs/latex/hierarchy.tex +++ b/docs/latex/hierarchy.tex @@ -57,6 +57,10 @@ This inheritance list is sorted roughly, but not completely, alphabetically\+:\b \begin{DoxyCompactList} \item \contentsline{section}{Gpg\+Frontend\+::Passphrase\+Generator}{\pageref{classGpgFrontend_1_1PassphraseGenerator}}{} \end{DoxyCompactList} +\item \contentsline{section}{Gpg\+Frontend\+::Singleton\+Function\+Object$<$ Task\+Runner\+Getter $>$}{\pageref{classGpgFrontend_1_1SingletonFunctionObject}}{} +\begin{DoxyCompactList} +\item \contentsline{section}{Gpg\+Frontend\+::Thread\+::Task\+Runner\+Getter}{\pageref{classGpgFrontend_1_1Thread_1_1TaskRunnerGetter}}{} +\end{DoxyCompactList} \end{DoxyCompactList} \item \contentsline{section}{Gpg\+Frontend\+::Charset\+Operator}{\pageref{classGpgFrontend_1_1CharsetOperator}}{} \item \contentsline{section}{class}{\pageref{classclass}}{} @@ -119,11 +123,18 @@ This inheritance list is sorted roughly, but not completely, alphabetically\+:\b \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}}{} +\end{DoxyCompactList} \item \contentsline{section}{Gpg\+Frontend\+::UI\+::Signal\+Station}{\pageref{classGpgFrontend_1_1UI_1_1SignalStation}}{} \end{DoxyCompactList} +\item Q\+Runnable\begin{DoxyCompactList} +\item \contentsline{section}{Gpg\+Frontend\+::Thread\+::Task}{\pageref{classGpgFrontend_1_1Thread_1_1Task}}{} +\end{DoxyCompactList} \item Q\+Thread\begin{DoxyCompactList} -\item \contentsline{section}{Gpg\+Frontend\+::Ctx\+Check\+Thread}{\pageref{classGpgFrontend_1_1CtxCheckThread}}{} -\item \contentsline{section}{Gpg\+Frontend\+::UI\+::File\+Read\+Thread}{\pageref{classGpgFrontend_1_1UI_1_1FileReadThread}}{} +\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}}{} \item \contentsline{section}{Gpg\+Frontend\+::UI\+::Version\+Check\+Thread}{\pageref{classGpgFrontend_1_1UI_1_1VersionCheckThread}}{} diff --git a/docs/latex/namespaceGpgFrontend.tex b/docs/latex/namespaceGpgFrontend.tex index 10e93df5..f1c1215b 100644 --- a/docs/latex/namespaceGpgFrontend.tex +++ b/docs/latex/namespaceGpgFrontend.tex @@ -4,6 +4,8 @@ \begin{DoxyCompactItemize} \item \mbox{\hyperlink{namespaceGpgFrontend_1_1RawAPI}{Raw\+A\+PI}} +\item + \mbox{\hyperlink{namespaceGpgFrontend_1_1Thread}{Thread}} \item \mbox{\hyperlink{namespaceGpgFrontend_1_1UI}{UI}} \end{DoxyCompactItemize} @@ -22,8 +24,6 @@ class \mbox{\hyperlink{classGpgFrontend_1_1CharsetOperator}{Charset\+Operator}} \item class \mbox{\hyperlink{classGpgFrontend_1_1CoreCommonUtil}{Core\+Common\+Util}} \item -class \mbox{\hyperlink{classGpgFrontend_1_1CtxCheckThread}{Ctx\+Check\+Thread}} -\item class \mbox{\hyperlink{classGpgFrontend_1_1DataObjectOperator}{Data\+Object\+Operator}} \item class \mbox{\hyperlink{classGpgFrontend_1_1FileOperator}{File\+Operator}} @@ -463,7 +463,7 @@ References Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Global\+Setting\+St -Referenced by Gpg\+Frontend\+::\+U\+I\+::\+Init\+Gpg\+Frontend\+U\+I(). +Referenced by Gpg\+Frontend\+::\+U\+I\+::\+Init\+Gpg\+Frontend\+U\+I(), and Gpg\+Frontend\+::\+Thread\+::\+Ctx\+Check\+Task\+::\+Run(). \mbox{\Hypertarget{namespaceGpgFrontend_aafb9aa0ba1d03afa09085b1b8136c55f}\label{namespaceGpgFrontend_aafb9aa0ba1d03afa09085b1b8136c55f}} \index{GpgFrontend@{GpgFrontend}!new\_default\_settings\_channel@{new\_default\_settings\_channel}} diff --git a/docs/latex/namespaceGpgFrontend_1_1Thread.tex b/docs/latex/namespaceGpgFrontend_1_1Thread.tex new file mode 100644 index 00000000..457225a6 --- /dev/null +++ b/docs/latex/namespaceGpgFrontend_1_1Thread.tex @@ -0,0 +1,29 @@ +\hypertarget{namespaceGpgFrontend_1_1Thread}{}\doxysection{Gpg\+Frontend\+::Thread Namespace Reference} +\label{namespaceGpgFrontend_1_1Thread}\index{GpgFrontend::Thread@{GpgFrontend::Thread}} +\doxysubsection*{Classes} +\begin{DoxyCompactItemize} +\item +class \mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1CtxCheckTask}{Ctx\+Check\+Task}} +\item +class \mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1Task}{Task}} +\item +class \mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1TaskRunner}{Task\+Runner}} +\item +class \mbox{\hyperlink{classGpgFrontend_1_1Thread_1_1TaskRunnerGetter}{Task\+Runner\+Getter}} +\end{DoxyCompactItemize} + + +\doxysubsection{Detailed Description} +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. \ No newline at end of file diff --git a/docs/latex/namespaceGpgFrontend_1_1UI.tex b/docs/latex/namespaceGpgFrontend_1_1UI.tex index 25535fd7..9072f30a 100644 --- a/docs/latex/namespaceGpgFrontend_1_1UI.tex +++ b/docs/latex/namespaceGpgFrontend_1_1UI.tex @@ -19,7 +19,7 @@ class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog}{Export\ \item class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1FilePage}{File\+Page}} \item -class \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1FileReadThread}{File\+Read\+Thread}} +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 @@ -174,9 +174,7 @@ You should have received a copy of the G\+NU General Public License along with \ 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 +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. Copyright (C) 2021 Saturneric @@ -190,7 +188,9 @@ You should have received a copy of the G\+NU General Public License along with \ 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. +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{Enumeration Type Documentation} \mbox{\Hypertarget{namespaceGpgFrontend_1_1UI_acbaebd342a317b1f067942e5144bb00d}\label{namespaceGpgFrontend_1_1UI_acbaebd342a317b1f067942e5144bb00d}} @@ -253,7 +253,7 @@ init the \mbox{\hyperlink{namespaceGpgFrontend_1_1UI}{UI}} library -References Gpg\+Frontend\+::\+U\+I\+::\+Signal\+Station\+::\+Get\+Instance(), Gpg\+Frontend\+::\+U\+I\+::\+Common\+Utils\+::\+Get\+Instance(), init\+\_\+locale(), and Gpg\+Frontend\+::init\+\_\+logging(). +References Gpg\+Frontend\+::\+U\+I\+::\+Signal\+Station\+::\+Get\+Instance(), Gpg\+Frontend\+::\+U\+I\+::\+Common\+Utils\+::\+Get\+Instance(), Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Task\+Runner\+Getter $>$\+::\+Get\+Instance(), init\+\_\+locale(), and Gpg\+Frontend\+::init\+\_\+logging(). \mbox{\Hypertarget{namespaceGpgFrontend_1_1UI_a5470872566b41ce628f64039f34b964a}\label{namespaceGpgFrontend_1_1UI_a5470872566b41ce628f64039f34b964a}} \index{GpgFrontend::UI@{GpgFrontend::UI}!process\_directory\_into\_tarball@{process\_directory\_into\_tarball}} diff --git a/docs/latex/namespaces.tex b/docs/latex/namespaces.tex index f28bbda5..ddc511ea 100644 --- a/docs/latex/namespaces.tex +++ b/docs/latex/namespaces.tex @@ -2,5 +2,6 @@ Here is a list of all documented namespaces with brief descriptions\+:\begin{DoxyCompactList} \item\contentsline{section}{\mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}} }{\pageref{namespaceGpgFrontend}}{} \item\contentsline{section}{\mbox{\hyperlink{namespaceGpgFrontend_1_1RawAPI}{Gpg\+Frontend\+::\+Raw\+A\+PI}} }{\pageref{namespaceGpgFrontend_1_1RawAPI}}{} +\item\contentsline{section}{\mbox{\hyperlink{namespaceGpgFrontend_1_1Thread}{Gpg\+Frontend\+::\+Thread}} }{\pageref{namespaceGpgFrontend_1_1Thread}}{} \item\contentsline{section}{\mbox{\hyperlink{namespaceGpgFrontend_1_1UI}{Gpg\+Frontend\+::\+UI}} }{\pageref{namespaceGpgFrontend_1_1UI}}{} \end{DoxyCompactList} diff --git a/docs/latex/refman.tex b/docs/latex/refman.tex index ca93085f..2e14cd8e 100644 --- a/docs/latex/refman.tex +++ b/docs/latex/refman.tex @@ -182,6 +182,7 @@ \chapter{Namespace Documentation} \input{namespaceGpgFrontend} \input{namespaceGpgFrontend_1_1RawAPI} +\input{namespaceGpgFrontend_1_1Thread} \input{namespaceGpgFrontend_1_1UI} \chapter{Class Documentation} \input{structGpgFrontend_1_1GpgContext_1_1__ctx__ref__deleter} @@ -201,12 +202,12 @@ \input{classGpgFrontend_1_1UI_1_1ConclusionPage} \input{classGpgFrontend_1_1CoreCommonUtil} \input{structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu} -\input{classGpgFrontend_1_1CtxCheckThread} +\input{classGpgFrontend_1_1Thread_1_1CtxCheckTask} \input{classGpgFrontend_1_1DataObjectOperator} \input{classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog} \input{classGpgFrontend_1_1FileOperator} \input{classGpgFrontend_1_1UI_1_1FilePage} -\input{classGpgFrontend_1_1UI_1_1FileReadThread} +\input{classGpgFrontend_1_1UI_1_1FileReadTask} \input{classGpgFrontend_1_1UI_1_1FindWidget} \input{classGpgFrontend_1_1UI_1_1GeneralTab} \input{classGpgFrontend_1_1GenKeyInfo} @@ -280,6 +281,9 @@ \input{classGpgFrontend_1_1SingletonStorageCollection} \input{structGpgFrontend_1_1UI_1_1SoftwareVersion} \input{classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog} +\input{classGpgFrontend_1_1Thread_1_1Task} +\input{classGpgFrontend_1_1Thread_1_1TaskRunner} +\input{classGpgFrontend_1_1Thread_1_1TaskRunnerGetter} \input{classTestListedKeyServerThread} \input{classGpgFrontend_1_1UI_1_1TextEdit} \input{classGpgFrontend_1_1UI_1_1TOFUInfoPage} diff --git a/docs/latex/structGpgFrontend_1_1ArchiveStruct__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1ArchiveStruct__coll__graph.pdf index d5b960cb..9f3b630b 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 ea27fffd..98888051 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 09744b06..68cb6b03 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 f72bd381..083314a6 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 01284f24..27f720ca 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_1UI_1_1KeyListColumn__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1UI_1_1KeyListColumn__coll__graph.pdf index efe2d275..83e56fac 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 73c11435..8e8115bc 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 a399a72b..da24b819 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 cde8a16f..a4a80012 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 740a31c4..18fc43fe 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 285db165..df1bfe01 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 08e602d8..237221fc 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