diff --git a/docs/html/CtxCheckTask_8h_source.html b/docs/html/CtxCheckTask_8h_source.html index af2e7540..7dcabec2 100644 --- a/docs/html/CtxCheckTask_8h_source.html +++ b/docs/html/CtxCheckTask_8h_source.html @@ -113,7 +113,7 @@ $(document).ready(function(){initNavTree('CtxCheckTask_8h_source.html',''); init
GpgFrontend::CoreCommonUtil::GetInstance
static CoreCommonUtil * GetInstance()
Construct a new Core Common Util object.
Definition: CoreCommonUtil.cpp:33
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:170
-
GpgFrontend::GpgKeyGetter::FlushKeyCache
void FlushKeyCache()
flush the keys in the cache
Definition: GpgKeyGetter.cpp:101
+
GpgFrontend::GpgKeyGetter::FlushKeyCache
void FlushKeyCache()
flush the keys in the cache
Definition: GpgKeyGetter.cpp:100
GpgFrontend::Thread
Definition: CtxCheckTask.h:33
GpgFrontend::Thread::CtxCheckTask
Definition: CtxCheckTask.h:38
GpgFrontend::Thread::Task
Definition: Task.h:45
diff --git a/docs/html/ExportKeyPackageDialog_8h_source.html b/docs/html/ExportKeyPackageDialog_8h_source.html index 01e52626..e7c7a242 100644 --- a/docs/html/ExportKeyPackageDialog_8h_source.html +++ b/docs/html/ExportKeyPackageDialog_8h_source.html @@ -120,7 +120,7 @@ $(document).ready(function(){initNavTree('ExportKeyPackageDialog_8h_source.html'
GpgFrontend::KeyPackageOperator::GenerateKeyPackage
static bool GenerateKeyPackage(const std::filesystem::path &key_package_path, const std::string &key_package_name, KeyIdArgsListPtr &key_ids, std::string &phrase, bool secret)
generate key package
Definition: KeyPackageOperator.cpp:46
GpgFrontend::UI::GeneralDialog
Definition: GeneralDialog.h:35
GpgFrontend::UI::ExportKeyPackageDialog::ExportKeyPackageDialog
ExportKeyPackageDialog(KeyIdArgsListPtr key_ids, QWidget *parent)
Construct a new Export Key Package Dialog object.
Definition: ExportKeyPackageDialog.cpp:37
-
GpgFrontend::GpgKeyGetter::GetKeys
KeyListPtr GetKeys(const KeyIdArgsListPtr &ids)
Get the Keys object.
Definition: GpgKeyGetter.cpp:148
+
GpgFrontend::GpgKeyGetter::GetKeys
KeyListPtr GetKeys(const KeyIdArgsListPtr &ids)
Get the Keys object.
Definition: GpgKeyGetter.cpp:146
GpgFrontend::UI
Definition: FileReadTask.cpp:31
diff --git a/docs/html/GpgKeyGetter_8h_source.html b/docs/html/GpgKeyGetter_8h_source.html index f8af9888..159c2170 100644 --- a/docs/html/GpgKeyGetter_8h_source.html +++ b/docs/html/GpgKeyGetter_8h_source.html @@ -138,22 +138,22 @@ $(document).ready(function(){initNavTree('GpgKeyGetter_8h_source.html',''); init
GpgFrontend::SingletonFunctionObject
Definition: GpgFunctionObject.h:148
GpgFrontend::GpgKeyGetter::GpgKeyGetter
GpgKeyGetter(int channel=SingletonFunctionObject::GetDefaultChannel())
Construct a new Gpg Key Getter object.
Definition: GpgKeyGetter.cpp:41
-
GpgFrontend::GpgKeyGetter::GetKeysCopy
KeyListPtr GetKeysCopy(const KeyListPtr &keys)
Get the Keys Copy object.
Definition: GpgKeyGetter.cpp:164
+
GpgFrontend::GpgKeyGetter::GetKeysCopy
KeyListPtr GetKeysCopy(const KeyListPtr &keys)
Get the Keys Copy object.
Definition: GpgKeyGetter.cpp:162
GpgFrontend::GpgKeyGetter::keys_cache_mutex_
std::mutex keys_cache_mutex_
shared mutex for the keys cache
Definition: GpgKeyGetter.h:133
GpgFrontend
Definition: CoreCommonUtil.cpp:29
GpgFrontend::SingletonFunctionObject< GpgContext >::GetInstance
static GpgContext & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
-
GpgFrontend::GpgKeyGetter::get_key_in_cache
GpgKey get_key_in_cache(const std::string &id)
Get the Key object.
Definition: GpgKeyGetter.cpp:173
+
GpgFrontend::GpgKeyGetter::get_key_in_cache
GpgKey get_key_in_cache(const std::string &id)
Get the Key object.
Definition: GpgKeyGetter.cpp:171
GpgFrontend::GpgKeyGetter
Definition: GpgKeyGetter.h:45
GpgFrontend::SingletonFunctionObject::GetChannel
int GetChannel() const
Get the Channel object.
Definition: GpgFunctionObject.h:239
GpgFrontend::GpgKeyGetter::FetchKey
KeyLinkListPtr FetchKey()
Get all the keys by receiving a linked list.
Definition: GpgKeyGetter.cpp:82
GpgFrontend::GpgContext
Definition: GpgContext.h:59
-
GpgFrontend::GpgKeyGetter::FlushKeyCache
void FlushKeyCache()
flush the keys in the cache
Definition: GpgKeyGetter.cpp:101
+
GpgFrontend::GpgKeyGetter::FlushKeyCache
void FlushKeyCache()
flush the keys in the cache
Definition: GpgKeyGetter.cpp:100
GpgFrontend::GpgKeyGetter::GetKey
GpgKey GetKey(const std::string &id, bool use_cache=true)
Get the Key object.
Definition: GpgKeyGetter.cpp:47
GpgFrontend::GpgKeyGetter::GetPubkey
GpgKey GetPubkey(const std::string &id, bool use_cache=true)
Get the Pubkey object.
Definition: GpgKeyGetter.cpp:67
GpgFrontend::SingletonFunctionObject::GetDefaultChannel
static int GetDefaultChannel()
Get the Default Channel object.
Definition: GpgFunctionObject.h:232
GpgFrontend::check_gpg_error_2_err_code
GPGFRONTEND_CORE_EXPORT gpg_err_code_t check_gpg_error_2_err_code(gpgme_error_t err, gpgme_error_t predict=GPG_ERR_NO_ERROR)
Definition: GpgConstants.cpp:63
GpgFrontend::GpgKeyGetter::keys_cache_
std::map< std::string, GpgKey > keys_cache_
cache the keys with key id
Definition: GpgKeyGetter.h:127
-
GpgFrontend::GpgKeyGetter::GetKeys
KeyListPtr GetKeys(const KeyIdArgsListPtr &ids)
Get the Keys object.
Definition: GpgKeyGetter.cpp:148
+
GpgFrontend::GpgKeyGetter::GetKeys
KeyListPtr GetKeys(const KeyIdArgsListPtr &ids)
Get the Keys object.
Definition: GpgKeyGetter.cpp:146
GpgFrontend::GpgKeyGetter::ctx_mutex_
std::mutex ctx_mutex_
shared mutex for the keys cache
Definition: GpgKeyGetter.h:121
GpgFrontend::GpgKey
Definition: GpgKey.h:41
diff --git a/docs/html/GpgKeyImportExporter_8h_source.html b/docs/html/GpgKeyImportExporter_8h_source.html index 95f58807..f1f6e07e 100644 --- a/docs/html/GpgKeyImportExporter_8h_source.html +++ b/docs/html/GpgKeyImportExporter_8h_source.html @@ -181,7 +181,7 @@ $(document).ready(function(){initNavTree('GpgKeyImportExporter_8h_source.html','
GpgFrontend::GpgKeyImportExporter::ExportKeyOpenSSH
bool ExportKeyOpenSSH(const GpgKey &key, ByteArrayPtr &out_buffer) const
Definition: GpgKeyImportExporter.cpp:155
GpgFrontend::GpgKeyImportExporter::ExportSecretKey
bool ExportSecretKey(const GpgKey &key, ByteArrayPtr &outBuffer) const
Definition: GpgKeyImportExporter.cpp:124
GpgFrontend::GpgKeyImportExporter::ExportSecretKeyShortest
bool ExportSecretKeyShortest(const GpgKey &key, ByteArrayPtr &outBuffer) const
Definition: GpgKeyImportExporter.cpp:169
-
GpgFrontend::GpgKeyGetter::GetKeys
KeyListPtr GetKeys(const KeyIdArgsListPtr &ids)
Get the Keys object.
Definition: GpgKeyGetter.cpp:148
+
GpgFrontend::GpgKeyGetter::GetKeys
KeyListPtr GetKeys(const KeyIdArgsListPtr &ids)
Get the Keys object.
Definition: GpgKeyGetter.cpp:146
GpgFrontend::GpgImportInformation
Definition: GpgKeyImportExporter.h:57
GpgFrontend::GpgKeyImportExporter
Definition: GpgKeyImportExporter.h:89
GpgFrontend::GpgKey
Definition: GpgKey.h:41
diff --git a/docs/html/InfoBoardWidget_8h_source.html b/docs/html/InfoBoardWidget_8h_source.html index df90c169..abaf04e3 100644 --- a/docs/html/InfoBoardWidget_8h_source.html +++ b/docs/html/InfoBoardWidget_8h_source.html @@ -153,15 +153,15 @@ $(document).ready(function(){initNavTree('InfoBoardWidget_8h_source.html',''); i
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
-
GpgFrontend::UI::InfoBoardWidget::ResetOptionActionsMenu
void ResetOptionActionsMenu()
Definition: InfoBoardWidget.cpp:129
+
GpgFrontend::UI::InfoBoardWidget::AddOptionalAction
void AddOptionalAction(const QString &name, const std::function< void()> &action)
Definition: InfoBoardWidget.cpp:115
+
GpgFrontend::UI::InfoBoardWidget::ResetOptionActionsMenu
void ResetOptionActionsMenu()
Definition: InfoBoardWidget.cpp:131
GpgFrontend::UI::SettingsObject::Check
nlohmann::json & Check(const std::string &key, const nlohmann::json &default_value)
Definition: SettingsObject.cpp:31
-
GpgFrontend::UI::InfoBoardWidget::SlotRefresh
void SlotRefresh(const QString &text, GpgFrontend::UI::InfoBoardStatus status)
Definition: InfoBoardWidget.cpp:89
+
GpgFrontend::UI::InfoBoardWidget::SlotRefresh
void SlotRefresh(const QString &text, GpgFrontend::UI::InfoBoardStatus status)
Definition: InfoBoardWidget.cpp:91
GpgFrontend::UI::SettingsObject
The SettingsObject class This class is used to store settings for the application securely.
Definition: SettingsObject.h:43
GpgFrontend::UI::InfoBoardStatus
InfoBoardStatus
Definition: InfoBoardWidget.h:43
-
GpgFrontend::UI::InfoBoardWidget::AssociateTextEdit
void AssociateTextEdit(QTextEdit *edit)
Definition: InfoBoardWidget.cpp:95
-
GpgFrontend::UI::InfoBoardWidget::delete_widgets_in_layout
void delete_widgets_in_layout(QLayout *layout, int start_index=0)
Definition: InfoBoardWidget.cpp:143
-
GpgFrontend::UI::InfoBoardWidget::AssociateTabWidget
void AssociateTabWidget(QTabWidget *tab)
Definition: InfoBoardWidget.cpp:103
+
GpgFrontend::UI::InfoBoardWidget::AssociateTextEdit
void AssociateTextEdit(QTextEdit *edit)
Definition: InfoBoardWidget.cpp:97
+
GpgFrontend::UI::InfoBoardWidget::delete_widgets_in_layout
void delete_widgets_in_layout(QLayout *layout, int start_index=0)
Definition: InfoBoardWidget.cpp:145
+
GpgFrontend::UI::InfoBoardWidget::AssociateTabWidget
void AssociateTabWidget(QTabWidget *tab)
Definition: InfoBoardWidget.cpp:105
GpgFrontend::UI::SignalStation::SignalRefreshInfoBoard
void SignalRefreshInfoBoard(const QString &text, InfoBoardStatus verify_label_status)
GpgFrontend::UI::SignalStation::GetInstance
static SignalStation * GetInstance()
Get the Instance object.
Definition: SignalStation.cpp:37
GpgFrontend::UI::InfoBoardWidget::m_text_page_
QTextEdit * m_text_page_
TextEdit associated to the notification.
Definition: InfoBoardWidget.h:133
diff --git a/docs/html/KeyList_8h_source.html b/docs/html/KeyList_8h_source.html index 7fb6eb72..c44131b1 100644 --- a/docs/html/KeyList_8h_source.html +++ b/docs/html/KeyList_8h_source.html @@ -259,28 +259,28 @@ $(document).ready(function(){initNavTree('KeyList_8h_source.html',''); initResiz
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:170
-
GpgFrontend::UI::KeyList::GetSelectedKey
std::string GetSelectedKey()
Get the Selected Key object.
Definition: KeyList.cpp:408
+
GpgFrontend::UI::KeyList::GetSelectedKey
std::string GetSelectedKey()
Get the Selected Key object.
Definition: KeyList.cpp:410
GpgFrontend::UI::KeyTable
Definition: KeyList.h:87
GpgFrontend::UI::KeyList::dropEvent
void dropEvent(QDropEvent *event) override
Definition: KeyList.cpp:302
GpgFrontend::GlobalSettingStation::GetUISettings
libconfig::Setting & GetUISettings() noexcept
Definition: GlobalSettingStation.h:63
GpgFrontend::UI::KeyList::SetChecked
void SetChecked(KeyIdArgsListPtr key_ids)
Set the Checked object.
Definition: KeyList.cpp:239
GpgFrontend::UI::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:392
+
GpgFrontend::UI::KeyTable::SetChecked
void SetChecked(KeyIdArgsListPtr key_ids)
Set the Checked object.
Definition: KeyList.cpp:517
+
GpgFrontend::UI::KeyList::slot_double_clicked
void slot_double_clicked(const QModelIndex &index)
Definition: KeyList.cpp:394
GpgFrontend::UI::KeyListRow
Definition: KeyList.h:45
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::UI::KeyTable::Refresh
void Refresh(KeyLinkListPtr m_keys=nullptr)
Definition: KeyList.cpp:522
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:300
-
GpgFrontend::UI::KeyList::import_keys
void import_keys(const QByteArray &inBuffer)
Definition: KeyList.cpp:385
+
GpgFrontend::UI::KeyList::import_keys
void import_keys(const QByteArray &inBuffer)
Definition: KeyList.cpp:387
GpgFrontend::UI::KeyImportDetailDialog
Definition: KeyImportDetailDialog.h:43
-
GpgFrontend::UI::KeyTable::GetChecked
KeyIdArgsListPtr & GetChecked()
Get the Checked object.
Definition: KeyList.cpp:498
+
GpgFrontend::UI::KeyTable::GetChecked
KeyIdArgsListPtr & GetChecked()
Get the Checked object.
Definition: KeyList.cpp:502
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: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::KeyList::SetDoubleClickedAction
void SetDoubleClickedAction(std::function< void(const GpgKey &, QWidget *)> action)
Set the Double Clicked Action object.
Definition: KeyList.cpp:405
GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer
void SlotImportKeyFromKeyServer(QWidget *parent)
Definition: UserInterfaceUtils.cpp:204
GpgFrontend::UI::KeyList
Definition: KeyList.h:152
GpgFrontend::UI::SignalStation::GetInstance
static SignalStation * GetInstance()
Get the Instance object.
Definition: SignalStation.cpp:37
diff --git a/docs/html/KeyMgmt_8h_source.html b/docs/html/KeyMgmt_8h_source.html index c6e5b484..a2455a15 100644 --- a/docs/html/KeyMgmt_8h_source.html +++ b/docs/html/KeyMgmt_8h_source.html @@ -189,7 +189,7 @@ $(document).ready(function(){initNavTree('KeyMgmt_8h_source.html',''); initResiz
GpgFrontend::UI::CommonUtils::SlotImportKeyFromFile
void SlotImportKeyFromFile(QWidget *parent)
Definition: UserInterfaceUtils.cpp:188
GpgFrontend::UI::KeyMgmt::create_tool_bars
void create_tool_bars()
Create a tool bars object.
Definition: KeyMgmt.cpp:242
GpgFrontend::GpgKey::IsPrivateKey
bool IsPrivateKey() const
Definition: GpgKey.cpp:138
-
GpgFrontend::UI::KeyList::SetDoubleClickedAction
void SetDoubleClickedAction(std::function< void(const GpgKey &, QWidget *)> action)
Set the Double Clicked Action object.
Definition: KeyList.cpp:403
+
GpgFrontend::UI::KeyList::SetDoubleClickedAction
void SetDoubleClickedAction(std::function< void(const GpgKey &, QWidget *)> action)
Set the Double Clicked Action object.
Definition: KeyList.cpp:405
GpgFrontend::UI::KeyMgmt::delete_keys_with_warning
void delete_keys_with_warning(GpgFrontend::KeyIdArgsListPtr uidList)
Definition: KeyMgmt.cpp:282
GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer
void SlotImportKeyFromKeyServer(QWidget *parent)
Definition: UserInterfaceUtils.cpp:204
GpgFrontend::UI::KeyList
Definition: KeyList.h:152
diff --git a/docs/html/KeyUIDSignDialog_8h_source.html b/docs/html/KeyUIDSignDialog_8h_source.html index 59f3ce39..ca3b55b0 100644 --- a/docs/html/KeyUIDSignDialog_8h_source.html +++ b/docs/html/KeyUIDSignDialog_8h_source.html @@ -139,7 +139,7 @@ $(document).ready(function(){initNavTree('KeyUIDSignDialog_8h_source.html','');
GpgFrontend::UI::SignalStation::GetInstance
static SignalStation * GetInstance()
Get the Instance object.
Definition: SignalStation.cpp:37
GpgFrontend::GpgKey::IsRevoked
bool IsRevoked() const
Definition: GpgKey.cpp:142
GpgFrontend::GpgKey::IsDisabled
bool IsDisabled() const
Definition: GpgKey.cpp:144
-
GpgFrontend::GpgKeyGetter::GetKeys
KeyListPtr GetKeys(const KeyIdArgsListPtr &ids)
Get the Keys object.
Definition: GpgKeyGetter.cpp:148
+
GpgFrontend::GpgKeyGetter::GetKeys
KeyListPtr GetKeys(const KeyIdArgsListPtr &ids)
Get the Keys object.
Definition: GpgKeyGetter.cpp:146
GpgFrontend::GpgKey::IsHasCertificationCapability
bool IsHasCertificationCapability() const
Definition: GpgKey.cpp:123
GpgFrontend::GpgKey::IsHasMasterKey
bool IsHasMasterKey() const
Definition: GpgKey.cpp:146
GpgFrontend::GpgKey
Definition: GpgKey.h:41
diff --git a/docs/html/KeyUploadDialog_8h_source.html b/docs/html/KeyUploadDialog_8h_source.html index dd7e1487..7084a33b 100644 --- a/docs/html/KeyUploadDialog_8h_source.html +++ b/docs/html/KeyUploadDialog_8h_source.html @@ -124,11 +124,12 @@ $(document).ready(function(){initNavTree('KeyUploadDialog_8h_source.html',''); i
GpgFrontend::UI
Definition: FileReadTask.cpp:31
GpgFrontend::GpgKeyImportExporter::ExportKeys
bool ExportKeys(KeyIdArgsListPtr &uid_list, ByteArrayPtr &out_buffer, bool secret=false) const
Definition: GpgKeyImportExporter.cpp:71
GpgFrontend::SingletonFunctionObject< GpgKeyImportExporter >::GetInstance
static GpgKeyImportExporter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
-
GpgFrontend::UI::KeyUploadDialog::slot_upload_key_to_server
void slot_upload_key_to_server(const GpgFrontend::ByteArray &keys_data)
Definition: KeyUploadDialog.cpp:65
-
GpgFrontend::GlobalSettingStation::GetUISettings
libconfig::Setting & GetUISettings() noexcept
Definition: GlobalSettingStation.h:63
+
GpgFrontend::UI::KeyUploadDialog::slot_upload_key_to_server
void slot_upload_key_to_server(const GpgFrontend::ByteArray &keys_data)
Definition: KeyUploadDialog.cpp:72
GpgFrontend::UI::GeneralDialog
Definition: GeneralDialog.h:35
GpgFrontend::GpgKeyGetter
Definition: GpgKeyGetter.h:45
-
GpgFrontend::UI::KeyUploadDialog::KeyUploadDialog
KeyUploadDialog(const KeyIdArgsListPtr &keys_ids, QWidget *parent)
Construct a new Key Upload Dialog object.
Definition: KeyUploadDialog.cpp:39
+
GpgFrontend::UI::SettingsObject::Check
nlohmann::json & Check(const std::string &key, const nlohmann::json &default_value)
Definition: SettingsObject.cpp:31
+
GpgFrontend::UI::KeyUploadDialog::KeyUploadDialog
KeyUploadDialog(const KeyIdArgsListPtr &keys_ids, QWidget *parent)
Construct a new Key Upload Dialog object.
Definition: KeyUploadDialog.cpp:40
+
GpgFrontend::UI::SettingsObject
The SettingsObject class This class is used to store settings for the application securely.
Definition: SettingsObject.h:43
GpgFrontend::UI::KeyUploadDialog
Definition: KeyUploadDialog.h:42
-
GpgFrontend::UI::PlainTextEditorPage::SetFilePath
void SetFilePath(const QString &filePath)
Definition: PlainTextEditorPage.cpp:103
+
GpgFrontend::UI::PlainTextEditorPage::SetFilePath
void SetFilePath(const QString &filePath)
Definition: PlainTextEditorPage.cpp:110
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::GetFilePath
const QString & GetFilePath() const
Definition: PlainTextEditorPage.cpp:84
+
GpgFrontend::UI::PlainTextEditorPage::ShowNotificationWidget
void ShowNotificationWidget(QWidget *widget, const char *className)
Definition: PlainTextEditorPage.cpp:114
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::UI::PlainTextEditorPage::PlainTextEditorPage
PlainTextEditorPage(QString file_path={}, QWidget *parent=nullptr)
Definition: PlainTextEditorPage.cpp:42
GpgFrontend::SingletonFunctionObject< TaskRunnerGetter >::GetInstance
static TaskRunnerGetter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
-
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::PlainTextEditorPage::detect_cr_lf
void detect_cr_lf(const std::string &data)
Definition: PlainTextEditorPage.cpp:290
+
GpgFrontend::UI::PlainTextEditorPage::CloseNoteByClass
void CloseNoteByClass(const char *className)
Definition: PlainTextEditorPage.cpp:120
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:259
+
GpgFrontend::UI::PlainTextEditorPage::detect_encoding
void detect_encoding(const std::string &data)
Definition: PlainTextEditorPage.cpp:266
+
GpgFrontend::UI::SettingsObject::Check
nlohmann::json & Check(const std::string &key, const nlohmann::json &default_value)
Definition: SettingsObject.cpp:31
GpgFrontend::CharsetOperator::Detect
static CharsetInfo Detect(const std::string &buffer)
Definition: CharsetOperator.cpp:42
-
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::SettingsObject
The SettingsObject class This class is used to store settings for the application securely.
Definition: SettingsObject.h:43
+
GpgFrontend::UI::PlainTextEditorPage::slot_format_gpg_header
void slot_format_gpg_header()
Definition: PlainTextEditorPage.cpp:129
+
GpgFrontend::UI::PlainTextEditorPage::GetTextPage
QPlainTextEdit * GetTextPage()
Definition: PlainTextEditorPage.cpp:88
+
GpgFrontend::UI::PlainTextEditorPage::WillCharsetChange
bool WillCharsetChange() const
detect if the charset of the file will change
Definition: PlainTextEditorPage.cpp:90
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::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::PlainTextEditorPage::slot_insert_text
void slot_insert_text(QByteArray bytes_data)
Definition: PlainTextEditorPage.cpp:213
+
GpgFrontend::UI::PlainTextEditorPage::NotifyFileSaved
void NotifyFileSaved()
notify the user that the file has been saved.
Definition: PlainTextEditorPage.cpp:101
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
+
GpgFrontend::UI::AppearanceTab::SetSettings
void SetSettings()
Set the Settings object.
Definition: SettingsAppearance.cpp:75
+
GpgFrontend::UI::AppearanceTab
Definition: SettingsAppearance.h:38
+
GpgFrontend::UI::AppearanceTab::AppearanceTab
AppearanceTab(QWidget *parent=nullptr)
Construct a new Appearance Tab object.
Definition: SettingsAppearance.cpp:37
GpgFrontend::UI::SettingsObject::Check
nlohmann::json & Check(const std::string &key, const nlohmann::json &default_value)
Definition: SettingsObject.cpp:31
GpgFrontend::UI::SettingsObject
The SettingsObject class This class is used to store settings for the application securely.
Definition: SettingsObject.h:43
GpgFrontend::UI::AppearanceTab::signalRestartNeeded
void signalRestartNeeded(bool needed)
diff --git a/docs/html/SettingsDialog_8h_source.html b/docs/html/SettingsDialog_8h_source.html index 4e6b1997..97f2d33b 100644 --- a/docs/html/SettingsDialog_8h_source.html +++ b/docs/html/SettingsDialog_8h_source.html @@ -146,7 +146,7 @@ $(document).ready(function(){initNavTree('SettingsDialog_8h_source.html',''); in
GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance
static GlobalSettingStation & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
GpgFrontend::UI::SettingsDialog::slot_set_restart_needed
void slot_set_restart_needed(bool needed)
Definition: SettingsDialog.cpp:92
GpgFrontend::UI::KeyserverTab
Definition: SettingsKeyServer.h:41
-
GpgFrontend::UI::AppearanceTab
Definition: SettingsAppearance.h:36
+
GpgFrontend::UI::AppearanceTab
Definition: SettingsAppearance.h:38
GpgFrontend::UI::GeneralDialog
Definition: GeneralDialog.h:35
GpgFrontend::UI::GeneralTab
Definition: SettingsGeneral.h:43
GpgFrontend::GlobalSettingStation::GetLocaleDir
std::filesystem::path GetLocaleDir() const
Get the Locale Dir object.
Definition: GlobalSettingStation.h:116
diff --git a/docs/html/SettingsKeyServer_8h_source.html b/docs/html/SettingsKeyServer_8h_source.html index 427651b8..31db66b6 100644 --- a/docs/html/SettingsKeyServer_8h_source.html +++ b/docs/html/SettingsKeyServer_8h_source.html @@ -136,13 +136,13 @@ $(document).ready(function(){initNavTree('SettingsKeyServer_8h_source.html','');
GpgFrontend::UI::KeyserverTab::SignalRestartNeeded
void SignalRestartNeeded(bool needed)
GpgFrontend::UI
Definition: FileReadTask.cpp:31
GpgFrontend::SingletonFunctionObject< TaskRunnerGetter >::GetInstance
static TaskRunnerGetter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
-
GpgFrontend::UI::KeyserverTab::contextMenuEvent
void contextMenuEvent(QContextMenuEvent *event) override
Definition: SettingsKeyServer.cpp:294
+
GpgFrontend::UI::KeyserverTab::contextMenuEvent
void contextMenuEvent(QContextMenuEvent *event) override
Definition: SettingsKeyServer.cpp:289
GpgFrontend::UI::KeyserverTab
Definition: SettingsKeyServer.h:41
GpgFrontend::UI::ListedKeyServerTestTask::SignalKeyServerListTestResult
void SignalKeyServerListTestResult(std::vector< KeyServerTestResultType > result)
GpgFrontend::UI::SettingsObject::Check
nlohmann::json & Check(const std::string &key, const nlohmann::json &default_value)
Definition: SettingsObject.cpp:31
GpgFrontend::UI::SettingsObject
The SettingsObject class This class is used to store settings for the application securely.
Definition: SettingsObject.h:43
GpgFrontend::UI::KeyserverTab::KeyserverTab
KeyserverTab(QWidget *parent=nullptr)
Construct a new Keyserver Tab object.
Definition: SettingsKeyServer.cpp:40
-
GpgFrontend::UI::KeyserverTab::SetSettings
void SetSettings()
Set the Settings object.
Definition: SettingsKeyServer.cpp:122
+
GpgFrontend::UI::KeyserverTab::SetSettings
void SetSettings()
Set the Settings object.
Definition: SettingsKeyServer.cpp:117
-
GpgFrontend::UI::PlainTextEditorPage::SetFilePath
void SetFilePath(const QString &filePath)
Definition: PlainTextEditorPage.cpp:103
+
GpgFrontend::UI::PlainTextEditorPage::SetFilePath
void SetFilePath(const QString &filePath)
Definition: PlainTextEditorPage.cpp:110
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::PlainTextEditorPage::GetFilePath
const QString & GetFilePath() const
Definition: PlainTextEditorPage.cpp:84
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)
@@ -221,9 +221,9 @@ $(document).ready(function(){initNavTree('TextEdit_8h_source.html',''); initResi
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:555
GpgFrontend::UI::FilePage
Definition: FilePage.h:43
-
GpgFrontend::UI::PlainTextEditorPage::GetTextPage
QPlainTextEdit * GetTextPage()
Definition: PlainTextEditorPage.cpp:81
+
GpgFrontend::UI::PlainTextEditorPage::GetTextPage
QPlainTextEdit * GetTextPage()
Definition: PlainTextEditorPage.cpp:88
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:83
+
GpgFrontend::UI::PlainTextEditorPage::WillCharsetChange
bool WillCharsetChange() const
detect if the charset of the file will change
Definition: PlainTextEditorPage.cpp:90
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:390
@@ -234,7 +234,7 @@ $(document).ready(function(){initNavTree('TextEdit_8h_source.html',''); initResi
GpgFrontend::UI::QuitDialog
Definition: QuitDialog.h:41
GpgFrontend::UI::QuitDialog::GetTabIdsToSave
QList< int > GetTabIdsToSave()
Get the Tab Ids To Save object.
Definition: QuitDialog.cpp:135
GpgFrontend::UI::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::PlainTextEditorPage::NotifyFileSaved
void NotifyFileSaved()
notify the user that the file has been saved.
Definition: PlainTextEditorPage.cpp:101
GpgFrontend::UI::TextEdit::CurTextPage
PlainTextEditorPage * CurTextPage() const
Definition: TextEdit.cpp:377
Returns
libconfig::Setting&
-

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

+

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

diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog-members.html index e6909c61..c955ade5 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog-members.html @@ -93,12 +93,13 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1AboutDialog. GeneralDialog(std::string name, QWidget *parent=nullptr)GpgFrontend::UI::GeneralDialogexplicit name_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate pos_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate - showEvent(QShowEvent *ev) overrideGpgFrontend::UI::AboutDialogprotected - size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate - slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot - slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot - update_tab_ (defined in GpgFrontend::UI::AboutDialog)GpgFrontend::UI::AboutDialogprivate - ~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog + setPosCenterOfScreen() (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog + showEvent(QShowEvent *ev) overrideGpgFrontend::UI::AboutDialogprotected + size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate + slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot + slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot + update_tab_ (defined in GpgFrontend::UI::AboutDialog)GpgFrontend::UI::AboutDialogprivate + ~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog.html index 3866217f..f3f1dd6d 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog.html @@ -101,8 +101,8 @@ Inheritance diagram for GpgFrontend::UI::AboutDialog:
Inheritance graph
- - + +
@@ -111,13 +111,13 @@ Collaboration diagram for GpgFrontend::UI::AboutDialog:
Collaboration graph
- - - - - - - + + + + + + +
@@ -129,6 +129,9 @@ Public Member Functions + +
- Public Member Functions inherited from GpgFrontend::UI::GeneralDialog
 GeneralDialog (std::string name, QWidget *parent=nullptr)
 
+void setPosCenterOfScreen ()
 
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.map index d05b7ed5..1a8b5954 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.map @@ -1,9 +1,9 @@ - - - - - - - + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.md5 index 15ebb2fa..765e84ec 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.md5 @@ -1 +1 @@ -f758ba75cc0553e2609f32e5e42f61e0 \ No newline at end of file +4dae30109d8cb2eb1a1f02890cdd641b \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.png index db431c32..6fc28d0d 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.map index 9459e7eb..2f5b4802 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.map @@ -1,5 +1,5 @@ - - + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.md5 index 4aa50b2b..65b68cac 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.md5 @@ -1 +1 @@ -4a6961633efd792be9d3b1379cca4870 \ No newline at end of file +e6abe927fd435597287c83bb5f6fb98b \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.png index e8be76d3..1c19a39a 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab-members.html b/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab-members.html index 91d3a015..b48cbef6 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab-members.html @@ -91,18 +91,11 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1AppearanceTa

Protected Member Functions

- - - - - - - - - - - + + + +
AppearanceTab(QWidget *parent=nullptr)GpgFrontend::UI::AppearanceTabexplicit
ApplySettings() (defined in GpgFrontend::UI::AppearanceTab)GpgFrontend::UI::AppearanceTab
icon_all_button_ (defined in GpgFrontend::UI::AppearanceTab)GpgFrontend::UI::AppearanceTabprivate
icon_icons_button_ (defined in GpgFrontend::UI::AppearanceTab)GpgFrontend::UI::AppearanceTabprivate
icon_size_group_ (defined in GpgFrontend::UI::AppearanceTab)GpgFrontend::UI::AppearanceTabprivate
icon_size_large_ (defined in GpgFrontend::UI::AppearanceTab)GpgFrontend::UI::AppearanceTabprivate
icon_size_medium_ (defined in GpgFrontend::UI::AppearanceTab)GpgFrontend::UI::AppearanceTabprivate
icon_size_small_ (defined in GpgFrontend::UI::AppearanceTab)GpgFrontend::UI::AppearanceTabprivate
icon_style_group_ (defined in GpgFrontend::UI::AppearanceTab)GpgFrontend::UI::AppearanceTabprivate
icon_text_button_ (defined in GpgFrontend::UI::AppearanceTab)GpgFrontend::UI::AppearanceTabprivate
info_board_font_size_spin_ (defined in GpgFrontend::UI::AppearanceTab)GpgFrontend::UI::AppearanceTabprivate
SetSettings()GpgFrontend::UI::AppearanceTab
signalRestartNeeded(bool needed)GpgFrontend::UI::AppearanceTabsignal
window_size_check_box_ (defined in GpgFrontend::UI::AppearanceTab)GpgFrontend::UI::AppearanceTabprivate
icon_style_group_ (defined in GpgFrontend::UI::AppearanceTab)GpgFrontend::UI::AppearanceTabprivate
SetSettings()GpgFrontend::UI::AppearanceTab
signalRestartNeeded(bool needed)GpgFrontend::UI::AppearanceTabsignal
ui_ (defined in GpgFrontend::UI::AppearanceTab)GpgFrontend::UI::AppearanceTabprivate
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab.html b/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab.html index b04d323d..d77f5686 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab.html @@ -96,7 +96,7 @@ Inheritance diagram for GpgFrontend::UI::AppearanceTab:
Inheritance graph
- +
@@ -105,8 +105,11 @@ Collaboration diagram for GpgFrontend::UI::AppearanceTab:
Collaboration graph
- - + + + + +
@@ -129,36 +132,15 @@ void 
ApplySettings ()<
+ + - - - - - - - - - - - - - - - -

Private Attributes

+std::shared_ptr< Ui_AppearanceSettings > ui_
 
QButtonGroup * icon_style_group_
 
-QRadioButton * icon_size_small_
 
-QRadioButton * icon_size_medium_
 
-QRadioButton * icon_size_large_
 
QButtonGroup * icon_size_group_
 
-QRadioButton * icon_text_button_
 
-QRadioButton * icon_icons_button_
 
-QRadioButton * icon_all_button_
 
-QSpinBox * info_board_font_size_spin_
 
-QCheckBox * window_size_check_box_
 

Constructor & Destructor Documentation

diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab.js b/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab.js index 617e4c8e..b43e19c6 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab.js +++ b/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab.js @@ -4,14 +4,7 @@ var classGpgFrontend_1_1UI_1_1AppearanceTab = [ "ApplySettings", "classGpgFrontend_1_1UI_1_1AppearanceTab.html#aac8f47f96ca866256ea846800f3f8887", null ], [ "SetSettings", "classGpgFrontend_1_1UI_1_1AppearanceTab.html#a2fed39a2657407fcdb37d2431ef28e56", null ], [ "signalRestartNeeded", "classGpgFrontend_1_1UI_1_1AppearanceTab.html#abff49b636449815a9ebff52f5c067712", null ], - [ "icon_all_button_", "classGpgFrontend_1_1UI_1_1AppearanceTab.html#a1b28a54fa3ffc5586132b6f5385f62cc", null ], - [ "icon_icons_button_", "classGpgFrontend_1_1UI_1_1AppearanceTab.html#ac8d285e5f3cceb1e6bb857d0487abc8b", null ], [ "icon_size_group_", "classGpgFrontend_1_1UI_1_1AppearanceTab.html#aaa3ec787dcd8fae1a14c2067deb9dd03", null ], - [ "icon_size_large_", "classGpgFrontend_1_1UI_1_1AppearanceTab.html#a1d3e08ebb4a6c21164f25d74eaabe0eb", null ], - [ "icon_size_medium_", "classGpgFrontend_1_1UI_1_1AppearanceTab.html#aed37292c07ba2ac20d72765b08b9a09b", null ], - [ "icon_size_small_", "classGpgFrontend_1_1UI_1_1AppearanceTab.html#ab9b4572e7e809fbf73435c0c2df7b9ad", null ], [ "icon_style_group_", "classGpgFrontend_1_1UI_1_1AppearanceTab.html#a58b3ece7ff069c33de73e658aa47cacc", null ], - [ "icon_text_button_", "classGpgFrontend_1_1UI_1_1AppearanceTab.html#af5598180d11936e4b5fa2a57dd592093", null ], - [ "info_board_font_size_spin_", "classGpgFrontend_1_1UI_1_1AppearanceTab.html#ac460ceea6d6841d6cf0a3c86be6f7d60", null ], - [ "window_size_check_box_", "classGpgFrontend_1_1UI_1_1AppearanceTab.html#a01dfa2d7811180351d3e0d33667df23e", null ] + [ "ui_", "classGpgFrontend_1_1UI_1_1AppearanceTab.html#a9f546f16551f48c73ee9031dd0ad8720", null ] ]; \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph.map index 0cc1e311..eb1a2005 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph.map @@ -1,4 +1,7 @@ - - + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph.md5 index 90f3e613..ddc6957f 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph.md5 @@ -1 +1 @@ -c90ca7324d443f5bc996b503137ec9a1 \ No newline at end of file +cf561315a069938a5c3751be2a7aba15 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph.png index 4331c94f..3387d41b 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab__inherit__graph.map index 0cc1e311..6b2d920c 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab__inherit__graph.map @@ -1,4 +1,4 @@ - + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab__inherit__graph.md5 index 90f3e613..90038afc 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab__inherit__graph.md5 @@ -1 +1 @@ -c90ca7324d443f5bc996b503137ec9a1 \ No newline at end of file +d2d4848d083e83dd6146adcf14fb8e5d \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab__inherit__graph.png index 4331c94f..dfc4fa2f 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog-members.html index f3c96112..5a9de781 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog-members.html @@ -95,11 +95,12 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1ExportKeyPac name_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate passphrase_ (defined in GpgFrontend::UI::ExportKeyPackageDialog)GpgFrontend::UI::ExportKeyPackageDialogprivate pos_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate - size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate - slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot - slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot - ui_ (defined in GpgFrontend::UI::ExportKeyPackageDialog)GpgFrontend::UI::ExportKeyPackageDialogprivate - ~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog + setPosCenterOfScreen() (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog + size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate + slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot + slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot + ui_ (defined in GpgFrontend::UI::ExportKeyPackageDialog)GpgFrontend::UI::ExportKeyPackageDialogprivate + ~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html index 0e694aca..d1141f5f 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html @@ -95,8 +95,8 @@ Inheritance diagram for GpgFrontend::UI::ExportKeyPackageDialog:
Inheritance graph
- - + +
@@ -105,17 +105,17 @@ Collaboration diagram for GpgFrontend::UI::ExportKeyPackageDialog:
Collaboration graph
- - - - - - - - - - - + + + + + + + + + + +
@@ -127,6 +127,9 @@ Public Member Functions + +
- Public Member Functions inherited from GpgFrontend::UI::GeneralDialog
 GeneralDialog (std::string name, QWidget *parent=nullptr)
 
+void setPosCenterOfScreen ()
 
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.map index aa37e732..70127847 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.map @@ -1,13 +1,13 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.md5 index d2cdf7be..647ab504 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.md5 @@ -1 +1 @@ -384fc21213443455a5defc2f28dfcb36 \ No newline at end of file +7ded309bed1cf295097527aed8701692 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.png index a96c3859..cea82deb 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.map index 10770217..5a1ae160 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.map @@ -1,5 +1,5 @@ - - + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.md5 index 6870f84f..0196ad25 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.md5 @@ -1 +1 @@ -69ac3e392b04999ff042e3041436b7b2 \ No newline at end of file +4c94e89ba8c5ab975d73acece71ddb9b \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.png index ef3d16ab..989b2956 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog-members.html index 10da0e8c..2949041a 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog-members.html @@ -92,10 +92,11 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1GeneralDialo - - - - + + + + +

Private Attributes

GeneralDialog(std::string name, QWidget *parent=nullptr)GpgFrontend::UI::GeneralDialogexplicit
name_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
pos_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
setPosCenterOfScreen() (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog.html index 8625c359..25770ad0 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog.html @@ -96,21 +96,21 @@ Inheritance diagram for GpgFrontend::UI::GeneralDialog:
Inheritance graph
- - - - - - - - - - - - - - - + + + + + + + + + + + + + + +
@@ -119,10 +119,10 @@ Collaboration diagram for GpgFrontend::UI::GeneralDialog:
Collaboration graph
- - - - + + + +
@@ -130,6 +130,9 @@ Collaboration diagram for GpgFrontend::UI::GeneralDialog: Public Member Functions + +
 GeneralDialog (std::string name, QWidget *parent=nullptr)
 
+void setPosCenterOfScreen ()
 
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog.js b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog.js index e94c3ed3..fc32cb85 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog.js +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog.js @@ -2,6 +2,7 @@ var classGpgFrontend_1_1UI_1_1GeneralDialog = [ [ "GeneralDialog", "classGpgFrontend_1_1UI_1_1GeneralDialog.html#ac9de4c49668ffaeb6916c64f878a202c", null ], [ "~GeneralDialog", "classGpgFrontend_1_1UI_1_1GeneralDialog.html#a42043895f4b33acd1531c428ae4deaa8", null ], + [ "setPosCenterOfScreen", "classGpgFrontend_1_1UI_1_1GeneralDialog.html#abad7cff23d2426820e320ecea47b479c", null ], [ "slot_restore_settings", "classGpgFrontend_1_1UI_1_1GeneralDialog.html#a34d01f247eee92017a2eccf697cda080", null ], [ "slot_save_settings", "classGpgFrontend_1_1UI_1_1GeneralDialog.html#a940a6ea31dff4db83f9f08d38e843a2b", null ], [ "name_", "classGpgFrontend_1_1UI_1_1GeneralDialog.html#ae91392293866dc302132a9fc19209d8c", null ], diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.map index 4a0c02a5..a2c9218c 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.map @@ -1,6 +1,6 @@ - - - - + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.md5 index f1794323..aeef520a 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.md5 @@ -1 +1 @@ -b7bc00e4fff8f3187f7f0f57d7d567c9 \ No newline at end of file +b41173e2b816a6407fb5e2cec4883a20 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.png index 18e25ca1..a770ec24 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.map index 283a0684..d235c62e 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.map @@ -1,18 +1,18 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.md5 index abc14caa..5fc18214 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.md5 @@ -1 +1 @@ -bd033f2c12feed0d24cf851cc81e7876 \ No newline at end of file +ce9d2615f6d0a900a2fad12dd6c20e0a \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.png index 61137425..a15814bc 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog-members.html index c641c5da..c04fd185 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog-members.html @@ -93,11 +93,12 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeyDetailsDi - - - - - + + + + + +

Private Slots

KeyDetailsDialog(const GpgKey &key, QWidget *parent=nullptr) (defined in GpgFrontend::UI::KeyDetailsDialog)GpgFrontend::UI::KeyDetailsDialogexplicit
name_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
pos_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
tab_widget_ (defined in GpgFrontend::UI::KeyDetailsDialog)GpgFrontend::UI::KeyDetailsDialogprivate
~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
setPosCenterOfScreen() (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
tab_widget_ (defined in GpgFrontend::UI::KeyDetailsDialog)GpgFrontend::UI::KeyDetailsDialogprivate
~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html index 8c76db10..7325740a 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html @@ -95,8 +95,8 @@ Inheritance diagram for GpgFrontend::UI::KeyDetailsDialog:
Inheritance graph
- - + +
@@ -105,8 +105,8 @@ Collaboration diagram for GpgFrontend::UI::KeyDetailsDialog:
Collaboration graph
- - + + @@ -121,6 +121,9 @@ Public Member Functions - Public Member Functions inherited from GpgFrontend::UI::GeneralDialog  GeneralDialog (std::string name, QWidget *parent=nullptr)   + +void setPosCenterOfScreen () +  diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.map index 90f9ff69..4a43ef7b 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.map @@ -1,6 +1,6 @@ - - + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.md5 index e7b7ddc5..5c27d0ee 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.md5 @@ -1 +1 @@ -24fe40dbf7c9103a971cb7faa835a52b \ No newline at end of file +ee6b6e64ff7d9a48e30334619ad26e22 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.png index 3aadef31..024f2b48 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.map index 23474f95..26510cbf 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.map @@ -1,5 +1,5 @@ - - + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.md5 index 2eda37c4..9f9a72a9 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.md5 @@ -1 +1 @@ -621551b7368422f47512f365eaf4bc3a \ No newline at end of file +93f564a313ee66204aa3516b900d4bb1 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.png index 6c70b99b..6d204253 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog-members.html index dfbd8732..f374dc2b 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog-members.html @@ -115,18 +115,19 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeyGenDialog - - - - - - - - - - - - + + + + + + + + + + + + +

Private Attributes

re_email_ (defined in GpgFrontend::UI::KeyGenDialog)GpgFrontend::UI::KeyGenDialogprivate
refresh_widgets_state()GpgFrontend::UI::KeyGenDialogprivate
set_signal_slot()GpgFrontend::UI::KeyGenDialogprivate
SignalKeyGenerated() (defined in GpgFrontend::UI::KeyGenDialog)GpgFrontend::UI::KeyGenDialogsignal
size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
slot_activated_key_type(int index)GpgFrontend::UI::KeyGenDialogprivateslot
slot_authentication_box_changed(int state)GpgFrontend::UI::KeyGenDialogprivateslot
slot_certification_box_changed(int state)GpgFrontend::UI::KeyGenDialogprivateslot
slot_encryption_box_changed(int state)GpgFrontend::UI::KeyGenDialogprivateslot
slot_expire_box_changed()GpgFrontend::UI::KeyGenDialogprivateslot
slot_key_gen_accept()GpgFrontend::UI::KeyGenDialogprivateslot
slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_signing_box_changed(int state)GpgFrontend::UI::KeyGenDialogprivateslot
~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
setPosCenterOfScreen() (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
SignalKeyGenerated() (defined in GpgFrontend::UI::KeyGenDialog)GpgFrontend::UI::KeyGenDialogsignal
size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
slot_activated_key_type(int index)GpgFrontend::UI::KeyGenDialogprivateslot
slot_authentication_box_changed(int state)GpgFrontend::UI::KeyGenDialogprivateslot
slot_certification_box_changed(int state)GpgFrontend::UI::KeyGenDialogprivateslot
slot_encryption_box_changed(int state)GpgFrontend::UI::KeyGenDialogprivateslot
slot_expire_box_changed()GpgFrontend::UI::KeyGenDialogprivateslot
slot_key_gen_accept()GpgFrontend::UI::KeyGenDialogprivateslot
slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_signing_box_changed(int state)GpgFrontend::UI::KeyGenDialogprivateslot
~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog.html index 3c3b9157..81e0da7d 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog.html @@ -98,8 +98,8 @@ Inheritance diagram for GpgFrontend::UI::KeyGenDialog:
Inheritance graph
- - + +
@@ -108,17 +108,17 @@ Collaboration diagram for GpgFrontend::UI::KeyGenDialog:
Collaboration graph
- - - - - - - - - - - + + + + + + + + + + +
@@ -135,6 +135,9 @@ Public Member Functions + +
- Public Member Functions inherited from GpgFrontend::UI::GeneralDialog
 GeneralDialog (std::string name, QWidget *parent=nullptr)
 
+void setPosCenterOfScreen ()
 
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.map index 014aa046..b166e168 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.map @@ -1,13 +1,13 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.md5 index 9fcd66cf..54436f5b 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.md5 @@ -1 +1 @@ -93576bb75a0cdaeae2cde8f75215aeec \ No newline at end of file +eb69d71ce68f6c463dd65f729c0193db \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.png index 658e4a6d..c4449d6b 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.map index 83dd8d5b..87ef18f6 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.map @@ -1,5 +1,5 @@ - - + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.md5 index 80973ce5..36b2ea9d 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.md5 @@ -1 +1 @@ -cf05dd4f19e38bb40e0208b53d71daeb \ No newline at end of file +d13536c75c63d7da3d5b8e1a8ee913b3 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.png index 7297f97a..0d3f0b6c 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog-members.html index 7d13ee00..aab91e09 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog-members.html @@ -102,10 +102,11 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeyImportDet - - - - + + + + +

Private Slots

m_result_ (defined in GpgFrontend::UI::KeyImportDetailDialog)GpgFrontend::UI::KeyImportDetailDialogprivate
name_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
pos_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
setPosCenterOfScreen() (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html index 597c3705..a86a38a2 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html @@ -97,8 +97,8 @@ Inheritance diagram for GpgFrontend::UI::KeyImportDetailDialog:
Inheritance graph
- - + +
@@ -107,16 +107,16 @@ Collaboration diagram for GpgFrontend::UI::KeyImportDetailDialog:
Collaboration graph
- - - - - - - - - - + + + + + + + + + +
@@ -128,6 +128,9 @@ Public Member Functions + +
- Public Member Functions inherited from GpgFrontend::UI::GeneralDialog
 GeneralDialog (std::string name, QWidget *parent=nullptr)
 
+void setPosCenterOfScreen ()
 
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.map index 9b0a599a..64c78bc5 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.map @@ -1,12 +1,12 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.md5 index 6658baa7..69953ba8 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.md5 @@ -1 +1 @@ -5dafa713a5600c1e6f60f42b8dcddff5 \ No newline at end of file +0bd7c9bb63d179920b900bbf0ee3ec22 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.png index 17408e4f..692d6ef4 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.map index 05dcb415..359e9645 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.map @@ -1,5 +1,5 @@ - - + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.md5 index 4471457e..e4c65b77 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.md5 @@ -1 +1 @@ -6ce867a55dc79477385e71535e0646d8 \ No newline at end of file +7658a5d166a5c53e56fecfeaa8cdf8c1 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.png index 4f307d76..4af69111 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt.html index 5e50fcc4..1fa59009 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt.html @@ -108,30 +108,30 @@ Collaboration diagram for GpgFrontend::UI::KeyMgmt:
Collaboration graph
- + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + +

Private Member Functions

diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.map index 809dfacc..e10593bc 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.map @@ -1,26 +1,26 @@ - + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.md5 index 729ecb7f..401e4518 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.md5 @@ -1 +1 @@ -2124adbc29f9d1e35b7bd36c78a2f155 \ No newline at end of file +bd297cbb600b4ab9c8da51452f6b1c1a \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.png index fd860cad..b2c5d13b 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog-members.html index 75d398bb..7fea8048 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog-members.html @@ -101,12 +101,13 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeyNewUIDDia - - - - - - + + + + + + +
name_ (defined in GpgFrontend::UI::KeyNewUIDDialog)GpgFrontend::UI::KeyNewUIDDialogprivate
pos_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
re_email_ (defined in GpgFrontend::UI::KeyNewUIDDialog)GpgFrontend::UI::KeyNewUIDDialogprivate
SignalUIDCreated() (defined in GpgFrontend::UI::KeyNewUIDDialog)GpgFrontend::UI::KeyNewUIDDialogsignal
size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
slot_create_new_uid()GpgFrontend::UI::KeyNewUIDDialogprivateslot
slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
setPosCenterOfScreen() (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
SignalUIDCreated() (defined in GpgFrontend::UI::KeyNewUIDDialog)GpgFrontend::UI::KeyNewUIDDialogsignal
size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
slot_create_new_uid()GpgFrontend::UI::KeyNewUIDDialogprivateslot
slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html index 3a462730..d591a5a2 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html @@ -98,8 +98,8 @@ Inheritance diagram for GpgFrontend::UI::KeyNewUIDDialog:
Inheritance graph
- - + +
@@ -109,14 +109,14 @@ Collaboration diagram for GpgFrontend::UI::KeyNewUIDDialog:
Collaboration graph
- + - - - - + + + + @@ -134,6 +134,9 @@ Public Member Functions + +
- Public Member Functions inherited from GpgFrontend::UI::GeneralDialog
 GeneralDialog (std::string name, QWidget *parent=nullptr)
 
+void setPosCenterOfScreen ()
 
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.map index 63639d4d..1c29e8f3 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.map @@ -1,11 +1,11 @@ - + - - - - + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.md5 index f86d08f4..ccee9565 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.md5 @@ -1 +1 @@ -c49a04cb7d41ed3cfe6c60a4aa04dd80 \ No newline at end of file +e1eec305ac56a0b6f91919774fe74137 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.png index 04fe8faf..b59d016b 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.map index 88876f50..041cb2ef 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.map @@ -1,5 +1,5 @@ - - + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.md5 index d86be291..ca25d100 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.md5 @@ -1 +1 @@ -888f71a7d244dd0c87f4dde5f343c3c1 \ No newline at end of file +1ad488932c82b606eb0743979e4e9e4c \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.png index 68f8ad46..0459d887 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog-members.html index fc7d93e5..f85b005f 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog-members.html @@ -111,18 +111,19 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeyServerImp - - - - - - - - - - - - + + + + + + + + + + + + +

Private Slots

search_line_edit_ (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogprivate
set_loading(bool status)GpgFrontend::UI::KeyServerImportDialogprivate
set_message(const QString &text, bool error)GpgFrontend::UI::KeyServerImportDialogprivate
SignalKeyImported() (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogsignal
size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
slot_import()GpgFrontend::UI::KeyServerImportDialogprivateslot
slot_import_finished(QNetworkReply::NetworkError error, QByteArray buffer)GpgFrontend::UI::KeyServerImportDialogprivateslot
slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_search() (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogprivateslot
slot_search_finished(QNetworkReply::NetworkError reply, QByteArray buffer) (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogprivateslot
SlotImport(const KeyIdArgsListPtr &keys)GpgFrontend::UI::KeyServerImportDialogslot
SlotImport(std::vector< std::string > key_ids_list, std::string keyserver_url)GpgFrontend::UI::KeyServerImportDialogslot
waiting_bar_ (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogprivate
~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
setPosCenterOfScreen() (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
SignalKeyImported() (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogsignal
size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
slot_import()GpgFrontend::UI::KeyServerImportDialogprivateslot
slot_import_finished(QNetworkReply::NetworkError error, QByteArray buffer)GpgFrontend::UI::KeyServerImportDialogprivateslot
slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_search() (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogprivateslot
slot_search_finished(QNetworkReply::NetworkError reply, QByteArray buffer) (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogprivateslot
SlotImport(const KeyIdArgsListPtr &keys)GpgFrontend::UI::KeyServerImportDialogslot
SlotImport(std::vector< std::string > key_ids_list, std::string keyserver_url)GpgFrontend::UI::KeyServerImportDialogslot
waiting_bar_ (defined in GpgFrontend::UI::KeyServerImportDialog)GpgFrontend::UI::KeyServerImportDialogprivate
~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html index d4203661..47b72c81 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html @@ -99,8 +99,8 @@ Inheritance diagram for GpgFrontend::UI::KeyServerImportDialog:
Inheritance graph
- - + +
@@ -109,8 +109,8 @@ Collaboration diagram for GpgFrontend::UI::KeyServerImportDialog:
Collaboration graph
- - + + @@ -141,6 +141,9 @@ Public Member Functions - Public Member Functions inherited from GpgFrontend::UI::GeneralDialog  GeneralDialog (std::string name, QWidget *parent=nullptr)   + +void setPosCenterOfScreen () +  diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.map index fb75d6f1..0e833b6c 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.map @@ -1,6 +1,6 @@ - - + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.md5 index 42ab8021..b466e771 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.md5 @@ -1 +1 @@ -18874bdefd431ce00c2773719664c6be \ No newline at end of file +54b9bab838e498b08206b896d2f5ae90 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.png index 2590dfce..f8897691 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.map index 523f23f4..f9e1bcd0 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.map @@ -1,5 +1,5 @@ - - + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.md5 index c5354600..f318fa79 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.md5 @@ -1 +1 @@ -5568c0582f837fa7d37d937008ff2f56 \ No newline at end of file +619290ed421baa95c2e1048b8b140ff2 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.png index 659bca04..927c5d1b 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog-members.html index e4cebbb1..206fcaee 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog-members.html @@ -97,14 +97,15 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeySetExpire - - - - - - - - + + + + + + + + +

Private Slots

m_subkey_ (defined in GpgFrontend::UI::KeySetExpireDateDialog)GpgFrontend::UI::KeySetExpireDateDialogprivate
name_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
pos_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
SignalKeyExpireDateUpdated() (defined in GpgFrontend::UI::KeySetExpireDateDialog)GpgFrontend::UI::KeySetExpireDateDialogsignal
size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
slot_confirm() (defined in GpgFrontend::UI::KeySetExpireDateDialog)GpgFrontend::UI::KeySetExpireDateDialogprivateslot
slot_non_expired_checked(int state)GpgFrontend::UI::KeySetExpireDateDialogprivateslot
slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
ui_ (defined in GpgFrontend::UI::KeySetExpireDateDialog)GpgFrontend::UI::KeySetExpireDateDialogprivate
~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
setPosCenterOfScreen() (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
SignalKeyExpireDateUpdated() (defined in GpgFrontend::UI::KeySetExpireDateDialog)GpgFrontend::UI::KeySetExpireDateDialogsignal
size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
slot_confirm() (defined in GpgFrontend::UI::KeySetExpireDateDialog)GpgFrontend::UI::KeySetExpireDateDialogprivateslot
slot_non_expired_checked(int state)GpgFrontend::UI::KeySetExpireDateDialogprivateslot
slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
ui_ (defined in GpgFrontend::UI::KeySetExpireDateDialog)GpgFrontend::UI::KeySetExpireDateDialogprivate
~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html index a1cbfce7..3a5c7e8e 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html @@ -98,8 +98,8 @@ Inheritance diagram for GpgFrontend::UI::KeySetExpireDateDialog:
Inheritance graph
- - + +
@@ -108,17 +108,17 @@ Collaboration diagram for GpgFrontend::UI::KeySetExpireDateDialog:
Collaboration graph
- - - - - - - - - - - + + + + + + + + + + +
@@ -139,6 +139,9 @@ Public Member Functions + +
- Public Member Functions inherited from GpgFrontend::UI::GeneralDialog
 GeneralDialog (std::string name, QWidget *parent=nullptr)
 
+void setPosCenterOfScreen ()
 
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.map index 7f16795d..f19fbc4b 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.map @@ -1,13 +1,13 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.md5 index 177fe01f..dbda8458 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.md5 @@ -1 +1 @@ -4e31de033f03cec294c577511eeb8940 \ No newline at end of file +3dfebd009850a8441f5c1d99b2bc645f \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.png index 0125301f..40044437 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.map index c710447f..24af048e 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.map @@ -1,5 +1,5 @@ - - + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.md5 index a2085774..c072c588 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.md5 @@ -1 +1 @@ -87608c893e026a7ed49055ee65a4fea8 \ No newline at end of file +8732250f0fc59ac49677ddd701602fdf \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.png index 76f12173..89922bc6 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog-members.html index b674b408..48ccb677 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog-members.html @@ -98,13 +98,14 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeyUIDSignDi - - - - - - - + + + + + + + +

Private Slots

name_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
non_expire_check_ (defined in GpgFrontend::UI::KeyUIDSignDialog)GpgFrontend::UI::KeyUIDSignDialogprivate
pos_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
sign_key_button_ (defined in GpgFrontend::UI::KeyUIDSignDialog)GpgFrontend::UI::KeyUIDSignDialogprivate
SignalKeyUIDSignUpdate() (defined in GpgFrontend::UI::KeyUIDSignDialog)GpgFrontend::UI::KeyUIDSignDialogsignal
size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_sign_key(bool clicked)GpgFrontend::UI::KeyUIDSignDialogprivateslot
~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
setPosCenterOfScreen() (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
sign_key_button_ (defined in GpgFrontend::UI::KeyUIDSignDialog)GpgFrontend::UI::KeyUIDSignDialogprivate
SignalKeyUIDSignUpdate() (defined in GpgFrontend::UI::KeyUIDSignDialog)GpgFrontend::UI::KeyUIDSignDialogsignal
size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_sign_key(bool clicked)GpgFrontend::UI::KeyUIDSignDialogprivateslot
~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html index 12871d60..ff3cec38 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html @@ -97,8 +97,8 @@ Inheritance diagram for GpgFrontend::UI::KeyUIDSignDialog:
Inheritance graph
- - + +
@@ -107,29 +107,29 @@ Collaboration diagram for GpgFrontend::UI::KeyUIDSignDialog:
Collaboration graph
- - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + +
@@ -147,6 +147,9 @@ Public Member Functions + +
- Public Member Functions inherited from GpgFrontend::UI::GeneralDialog
 GeneralDialog (std::string name, QWidget *parent=nullptr)
 
+void setPosCenterOfScreen ()
 
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.map index e0f7c487..ba0401e0 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.map @@ -1,25 +1,25 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.md5 index 1b3cf80a..c59c2299 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.md5 @@ -1 +1 @@ -049a1514d36304ab030ba6d93a9c6447 \ No newline at end of file +b9c146f7ff82f3e4cdf89e7be19610d0 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.png index 20373a54..ed88b52e 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.map index 805c4528..c560a9aa 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.map @@ -1,5 +1,5 @@ - - + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.md5 index 2f94949a..0c74ba1e 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.md5 @@ -1 +1 @@ -2d8a67a8221e0eb2eb1384d46ce47a10 \ No newline at end of file +97c8f6e6a0007ad85b5fdc84025908ff \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.png index 7ae0fb14..b73f4d4d 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog-members.html index 855cbc66..43a653eb 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog-members.html @@ -95,13 +95,14 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1KeyUploadDia - - - - - - - + + + + + + + +

Private Slots

m_keys_ (defined in GpgFrontend::UI::KeyUploadDialog)GpgFrontend::UI::KeyUploadDialogprivate
name_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
pos_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_upload_finished() (defined in GpgFrontend::UI::KeyUploadDialog)GpgFrontend::UI::KeyUploadDialogprivateslot
slot_upload_key_to_server(const GpgFrontend::ByteArray &keys_data)GpgFrontend::UI::KeyUploadDialogprivateslot
SlotUpload() (defined in GpgFrontend::UI::KeyUploadDialog)GpgFrontend::UI::KeyUploadDialogslot
~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
setPosCenterOfScreen() (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_upload_finished() (defined in GpgFrontend::UI::KeyUploadDialog)GpgFrontend::UI::KeyUploadDialogprivateslot
slot_upload_key_to_server(const GpgFrontend::ByteArray &keys_data)GpgFrontend::UI::KeyUploadDialogprivateslot
SlotUpload() (defined in GpgFrontend::UI::KeyUploadDialog)GpgFrontend::UI::KeyUploadDialogslot
~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog.html index 4ba93057..9136a737 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog.html @@ -97,8 +97,8 @@ Inheritance diagram for GpgFrontend::UI::KeyUploadDialog:
Inheritance graph
- - + +
@@ -107,12 +107,12 @@ Collaboration diagram for GpgFrontend::UI::KeyUploadDialog:
Collaboration graph
- - + + - + @@ -133,6 +133,9 @@ Public Member Functions - Public Member Functions inherited from GpgFrontend::UI::GeneralDialog  GeneralDialog (std::string name, QWidget *parent=nullptr)   + +void setPosCenterOfScreen () +  @@ -228,7 +231,7 @@ QByteArray  +int32_t  @@ -248,7 +248,7 @@ bool  - - - - - + + + + + +

Private Slots

m_key_data_ -

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

+

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

diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.map index b1f568f4..6b963199 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.map @@ -1,10 +1,10 @@ - - + + - + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.md5 index f107cec8..ab9511ab 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.md5 @@ -1 +1 @@ -67fa92afbec9fedf6d654e28f258eef9 \ No newline at end of file +a125c61c612faf3634c7cce161dfcdd9 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.png index 891ee903..73d6b5c2 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.map index 49660a23..2ecdd682 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.map @@ -1,5 +1,5 @@ - - + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.md5 index be761b16..0e6c6fe2 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.md5 @@ -1 +1 @@ -4254ec6c340a0f7001c19ac2c896a7f3 \ No newline at end of file +21982616a571f4d0f219cc5982b44b63 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.png index 03327a5f..33fd1725 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html b/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html index 0627b941..3e556054 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html @@ -197,7 +197,7 @@ std::string 
charset_name_< std::string language_name_
 
-int32_t charset_confidence_
charset_confidence_ {}
 
bool is_crlf_ = false
is_crlf_ = false< -

References full_file_path_.

+

References GpgFrontend::UI::SettingsObject::Check(), and full_file_path_.

diff --git a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog-members.html index 6eff54e7..1bac0012 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog-members.html @@ -97,11 +97,12 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1QuitDialog.h
name_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
pos_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
QuitDialog(QWidget *parent, const QHash< int, QString > &unsavedDocs)GpgFrontend::UI::QuitDialog
size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
slot_my_discard() (defined in GpgFrontend::UI::QuitDialog)GpgFrontend::UI::QuitDialogprivateslot
slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
setPosCenterOfScreen() (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
slot_my_discard() (defined in GpgFrontend::UI::QuitDialog)GpgFrontend::UI::QuitDialogprivateslot
slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog.html index 7d0b21e2..2160cc4e 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog.html @@ -96,8 +96,8 @@ Inheritance diagram for GpgFrontend::UI::QuitDialog:
Inheritance graph
- - + +
@@ -106,8 +106,8 @@ Collaboration diagram for GpgFrontend::UI::QuitDialog:
Collaboration graph
- - + + @@ -127,6 +127,9 @@ Public Member Functions - Public Member Functions inherited from GpgFrontend::UI::GeneralDialog  GeneralDialog (std::string name, QWidget *parent=nullptr)   + +void setPosCenterOfScreen () +  diff --git a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.map index 6220adfa..f583ea62 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.map @@ -1,6 +1,6 @@ - - + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.md5 index 90536923..63754be3 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.md5 @@ -1 +1 @@ -f7c17c0d2be1d9d76673e900b877ce91 \ No newline at end of file +5bae0d40368b2ed86aad50348c1c5e76 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.png index 173d89ec..3108b2df 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.map index 1e5b9f10..0f1cb784 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.map @@ -1,5 +1,5 @@ - - + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.md5 index f546e11a..85c4235b 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.md5 @@ -1 +1 @@ -e65eda0cee5f9600190220947077c599 \ No newline at end of file +272c7282979e49e5ddaf0d8467351ae6 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.png index 209af80b..9f40adc5 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog-members.html index 53047c04..0a6f4dd3 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog-members.html @@ -100,15 +100,16 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1SettingsDial - - - - - - - - - + + + + + + + + + +

Private Slots

network_tab_ (defined in GpgFrontend::UI::SettingsDialog)GpgFrontend::UI::SettingsDialog
pos_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
restart_needed_ (defined in GpgFrontend::UI::SettingsDialog)GpgFrontend::UI::SettingsDialogprivate
SettingsDialog(QWidget *parent=nullptr)GpgFrontend::UI::SettingsDialogexplicit
SignalRestartNeeded(bool needed)GpgFrontend::UI::SettingsDialogsignal
size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_set_restart_needed(bool needed)GpgFrontend::UI::SettingsDialogprivateslot
SlotAccept() (defined in GpgFrontend::UI::SettingsDialog)GpgFrontend::UI::SettingsDialogslot
tab_widget_ (defined in GpgFrontend::UI::SettingsDialog)GpgFrontend::UI::SettingsDialogprivate
~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
setPosCenterOfScreen() (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
SettingsDialog(QWidget *parent=nullptr)GpgFrontend::UI::SettingsDialogexplicit
SignalRestartNeeded(bool needed)GpgFrontend::UI::SettingsDialogsignal
size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_set_restart_needed(bool needed)GpgFrontend::UI::SettingsDialogprivateslot
SlotAccept() (defined in GpgFrontend::UI::SettingsDialog)GpgFrontend::UI::SettingsDialogslot
tab_widget_ (defined in GpgFrontend::UI::SettingsDialog)GpgFrontend::UI::SettingsDialogprivate
~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog.html index 015c17fb..d57a2f8b 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog.html @@ -101,8 +101,8 @@ Inheritance diagram for GpgFrontend::UI::SettingsDialog:
Inheritance graph
- - + +
@@ -111,35 +111,36 @@ Collaboration diagram for GpgFrontend::UI::SettingsDialog:
Collaboration graph
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
@@ -162,6 +163,9 @@ Public Member Functions + +
- Public Member Functions inherited from GpgFrontend::UI::GeneralDialog
 GeneralDialog (std::string name, QWidget *parent=nullptr)
 
+void setPosCenterOfScreen ()
 
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.map index 26b75d80..410e98d7 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.map @@ -1,31 +1,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.md5 index df2cc7a3..821a05d4 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.md5 @@ -1 +1 @@ -b047f367d4eda89d6b5cadd7c6c53f1c \ No newline at end of file +025347e0f77cb755236a458b532c311a \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.png index 6747a916..5e548158 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.map index 02ccdaa1..3a3ae7ec 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.map @@ -1,5 +1,5 @@ - - + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.md5 index 1045bed6..cbce4bac 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.md5 @@ -1 +1 @@ -39f5e6218ae3c7f9f8c5a1b229b15b16 \ No newline at end of file +919f3ff9f3094ee8172f98ae6e7e3be2 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.png index 00eb74bf..f2d35a4e 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsObject.html b/docs/html/classGpgFrontend_1_1UI_1_1SettingsObject.html index 7d1d04cd..26f23472 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  - - - - - + + + + + +

Static Public Member Functions

settings_name_

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

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

-

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

+

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

diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker-members.html b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker-members.html index 22d6533d..98b58aca 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker-members.html @@ -96,11 +96,12 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1SignersPicke
key_list_ (defined in GpgFrontend::UI::SignersPicker)GpgFrontend::UI::SignersPickerprivate
name_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
pos_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
SignersPicker(QWidget *parent=nullptr)GpgFrontend::UI::SignersPickerexplicit
size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
setPosCenterOfScreen() (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
SignersPicker(QWidget *parent=nullptr)GpgFrontend::UI::SignersPickerexplicit
size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker.html b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker.html index fb537754..9016be8f 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker.html @@ -95,9 +95,9 @@ Inheritance diagram for GpgFrontend::UI::SignersPicker:
Inheritance graph
- - - + + +
@@ -106,7 +106,7 @@ Collaboration diagram for GpgFrontend::UI::SignersPicker:
Collaboration graph
- + @@ -142,6 +142,9 @@ Public Member Functions - Public Member Functions inherited from GpgFrontend::UI::GeneralDialog  GeneralDialog (std::string name, QWidget *parent=nullptr)   + +void setPosCenterOfScreen () +  diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.map index 4b94cb96..2c686ebc 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.map @@ -1,6 +1,6 @@ - + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.md5 index baa8ef94..962370f8 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.md5 @@ -1 +1 @@ -df8f074a416fdbde627c908755d9d5b2 \ No newline at end of file +6de75a269299f187607952ea4bd27db1 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.png index 9cf0eeb6..3c44e307 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.map index 8a32ece5..7bb6786d 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.map @@ -1,5 +1,5 @@ - - - + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.md5 index 77c6040f..19113ebb 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.md5 @@ -1 +1 @@ -86f11a0450caeb0170b4c4c93bd734a1 \ No newline at end of file +2d310e9bbeeaafa871f6b7410cec99fb \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.png index d08a00fc..54f67887 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog-members.html index 8196d2d6..3987cfd5 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog-members.html @@ -107,19 +107,20 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1SubkeyGenera - - - - - - - - - - - - - + + + + + + + + + + + + + +

Private Attributes

pos_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
refresh_widgets_state()GpgFrontend::UI::SubkeyGenerateDialogprivate
set_signal_slot()GpgFrontend::UI::SubkeyGenerateDialogprivate
SignalSubKeyGenerated() (defined in GpgFrontend::UI::SubkeyGenerateDialog)GpgFrontend::UI::SubkeyGenerateDialogsignal
size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
slot_activated_key_type(int index)GpgFrontend::UI::SubkeyGenerateDialogprivateslot
slot_authentication_box_changed(int state)GpgFrontend::UI::SubkeyGenerateDialogprivateslot
slot_certification_box_changed(int state)GpgFrontend::UI::SubkeyGenerateDialogprivateslot
slot_encryption_box_changed(int state)GpgFrontend::UI::SubkeyGenerateDialogprivateslot
slot_expire_box_changed()GpgFrontend::UI::SubkeyGenerateDialogprivateslot
slot_key_gen_accept()GpgFrontend::UI::SubkeyGenerateDialogprivateslot
slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_signing_box_changed(int state)GpgFrontend::UI::SubkeyGenerateDialogprivateslot
SubkeyGenerateDialog(const KeyId &key_id, QWidget *parent)GpgFrontend::UI::SubkeyGenerateDialogexplicit
~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
setPosCenterOfScreen() (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
SignalSubKeyGenerated() (defined in GpgFrontend::UI::SubkeyGenerateDialog)GpgFrontend::UI::SubkeyGenerateDialogsignal
size_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
slot_activated_key_type(int index)GpgFrontend::UI::SubkeyGenerateDialogprivateslot
slot_authentication_box_changed(int state)GpgFrontend::UI::SubkeyGenerateDialogprivateslot
slot_certification_box_changed(int state)GpgFrontend::UI::SubkeyGenerateDialogprivateslot
slot_encryption_box_changed(int state)GpgFrontend::UI::SubkeyGenerateDialogprivateslot
slot_expire_box_changed()GpgFrontend::UI::SubkeyGenerateDialogprivateslot
slot_key_gen_accept()GpgFrontend::UI::SubkeyGenerateDialogprivateslot
slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_signing_box_changed(int state)GpgFrontend::UI::SubkeyGenerateDialogprivateslot
SubkeyGenerateDialog(const KeyId &key_id, QWidget *parent)GpgFrontend::UI::SubkeyGenerateDialogexplicit
~GeneralDialog() override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialog
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html index b074534f..43828c8b 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html @@ -98,8 +98,8 @@ Inheritance diagram for GpgFrontend::UI::SubkeyGenerateDialog:
Inheritance graph
- - + +
@@ -108,19 +108,19 @@ Collaboration diagram for GpgFrontend::UI::SubkeyGenerateDialog:
Collaboration graph
- - - - - - - - - - - - - + + + + + + + + + + + + +
@@ -138,6 +138,9 @@ Public Member Functions + +
- Public Member Functions inherited from GpgFrontend::UI::GeneralDialog
 GeneralDialog (std::string name, QWidget *parent=nullptr)
 
+void setPosCenterOfScreen ()
 
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.map index 3dd6f93a..e5f49bc8 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.map @@ -1,15 +1,15 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.md5 index d77be646..2e674cce 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.md5 @@ -1 +1 @@ -84b12c14e0e6f7bbc9440f531f1be7fc \ No newline at end of file +5d89c99189d7c1474824c8544b664315 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.png index 4be40ebf..d830da4a 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.map index 9bf0be77..ad99346e 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.map @@ -1,5 +1,5 @@ - - + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.md5 index 4ef7c15d..56417700 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.md5 @@ -1 +1 @@ -6d25b949291fb0bd4c33934d6bc1e4ad \ No newline at end of file +9d1896775164ff620396f751577ffd92 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.png index 0becb8db..e54980a8 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.png differ diff --git a/docs/html/classes.html b/docs/html/classes.html index 0c4b20b0..e67f16b2 100644 --- a/docs/html/classes.html +++ b/docs/html/classes.html @@ -229,14 +229,14 @@ $(document).ready(function(){initNavTree('classes.html',''); initResizable(); }) - + - + diff --git a/docs/html/functions_func_s.html b/docs/html/functions_func_s.html index a44429a6..9f8fb19c 100644 --- a/docs/html/functions_func_s.html +++ b/docs/html/functions_func_s.html @@ -466,7 +466,7 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza : GpgFrontend::UI::TextEdit
  • SlotImport() -: GpgFrontend::UI::KeyServerImportDialog +: GpgFrontend::UI::KeyServerImportDialog
  • SlotImportKeyFromClipboard() : GpgFrontend::UI::CommonUtils diff --git a/docs/html/navtreedata.js b/docs/html/navtreedata.js index a5fa1823..46665b4f 100644 --- a/docs/html/navtreedata.js +++ b/docs/html/navtreedata.js @@ -53,10 +53,10 @@ var NAVTREEINDEX = "AboutDialog_8h_source.html", "classGpgFrontend_1_1GpgConstants.html#a53310750d959947f316c793504e6eac1", "classGpgFrontend_1_1GpgTOFUInfo.html#a7607934f767ac1920e6bf6c363c97402", -"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a42d1bc5a70f0e81cb49c88eb23544255", -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a93abe5c0467c7c4a29e0c45437a10732", -"classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853", -"functions_func_f.html" +"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#ab0dd85f0fcbbab2f15eee995458d2dfb", +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aec18dfc0422bbb3d91c91ce8a067e148", +"classGpgFrontend_1_1UI_1_1MainWindow.html#afd8473d161515bded88cc9474f2d12c1", +"functions_func_m.html" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/docs/html/navtreeindex2.js b/docs/html/navtreeindex2.js index 6fcc3dd0..c5a0e42d 100644 --- a/docs/html/navtreeindex2.js +++ b/docs/html/navtreeindex2.js @@ -147,20 +147,13 @@ var NAVTREEINDEX2 = "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#a58b3ece7ff069c33de73e658aa47cacc":[2,0,0,1,2,5], +"classGpgFrontend_1_1UI_1_1AppearanceTab.html#a9f546f16551f48c73ee9031dd0ad8720":[2,0,0,1,2,6], +"classGpgFrontend_1_1UI_1_1AppearanceTab.html#aaa3ec787dcd8fae1a14c2067deb9dd03":[2,0,0,1,2,4], "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], @@ -242,12 +235,19 @@ var NAVTREEINDEX2 = "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_1GeneralDialog.html":[2,0,0,1,10], -"classGpgFrontend_1_1UI_1_1GeneralDialog.html#a34d01f247eee92017a2eccf697cda080":[2,0,0,1,10,2], +"classGpgFrontend_1_1UI_1_1GeneralDialog.html#a34d01f247eee92017a2eccf697cda080":[2,0,0,1,10,3], "classGpgFrontend_1_1UI_1_1GeneralDialog.html#a42043895f4b33acd1531c428ae4deaa8":[2,0,0,1,10,1], -"classGpgFrontend_1_1UI_1_1GeneralDialog.html#a940a6ea31dff4db83f9f08d38e843a2b":[2,0,0,1,10,3], +"classGpgFrontend_1_1UI_1_1GeneralDialog.html#a940a6ea31dff4db83f9f08d38e843a2b":[2,0,0,1,10,4], +"classGpgFrontend_1_1UI_1_1GeneralDialog.html#abad7cff23d2426820e320ecea47b479c":[2,0,0,1,10,2], "classGpgFrontend_1_1UI_1_1GeneralDialog.html#ac9de4c49668ffaeb6916c64f878a202c":[2,0,0,1,10,0], -"classGpgFrontend_1_1UI_1_1GeneralDialog.html#ad9b847aa128dfeb4ecf0064ef948e6ea":[2,0,0,1,10,5], -"classGpgFrontend_1_1UI_1_1GeneralDialog.html#ae91392293866dc302132a9fc19209d8c":[2,0,0,1,10,4], -"classGpgFrontend_1_1UI_1_1GeneralDialog.html#aeda520454fd38920a027c1a4195a2e6f":[2,0,0,1,10,6], -"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html":[2,0,0,1,11] +"classGpgFrontend_1_1UI_1_1GeneralDialog.html#ad9b847aa128dfeb4ecf0064ef948e6ea":[2,0,0,1,10,6], +"classGpgFrontend_1_1UI_1_1GeneralDialog.html#ae91392293866dc302132a9fc19209d8c":[2,0,0,1,10,5], +"classGpgFrontend_1_1UI_1_1GeneralDialog.html#aeda520454fd38920a027c1a4195a2e6f":[2,0,0,1,10,7], +"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html":[2,0,0,1,11], +"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a42d1bc5a70f0e81cb49c88eb23544255":[2,0,0,1,11,3], +"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a5c0bb4c6847846d57ca7524d5f5e4d53":[2,0,0,1,11,10], +"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a60f3fab73cb82114b17b10d6ac2f3b1a":[2,0,0,1,11,1], +"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a62b24183ebf9da18852084879bcb1013":[2,0,0,1,11,0], +"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a6ded03c8319326809b09bc90c94e890c":[2,0,0,1,11,7], +"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a8ddf641e1266d00cb876ddf786e5ccb8":[2,0,0,1,11,4] }; diff --git a/docs/html/navtreeindex3.js b/docs/html/navtreeindex3.js index 50e43303..1e572ab5 100644 --- a/docs/html/navtreeindex3.js +++ b/docs/html/navtreeindex3.js @@ -1,11 +1,5 @@ var NAVTREEINDEX3 = { -"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a42d1bc5a70f0e81cb49c88eb23544255":[2,0,0,1,11,3], -"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a5c0bb4c6847846d57ca7524d5f5e4d53":[2,0,0,1,11,10], -"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a60f3fab73cb82114b17b10d6ac2f3b1a":[2,0,0,1,11,1], -"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a62b24183ebf9da18852084879bcb1013":[2,0,0,1,11,0], -"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a6ded03c8319326809b09bc90c94e890c":[2,0,0,1,11,7], -"classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a8ddf641e1266d00cb876ddf786e5ccb8":[2,0,0,1,11,4], "classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#ab0dd85f0fcbbab2f15eee995458d2dfb":[2,0,0,1,11,5], "classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#abb5b9f6dd7aed18f42cea885af85c741":[2,0,0,1,11,6], "classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#ac581df0af500c9e8a73b8f988739600b":[2,0,0,1,11,8], @@ -249,5 +243,11 @@ var NAVTREEINDEX3 = "classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a6a64f9528cfd743d724947b27eefa0a5":[2,0,0,1,31,21], "classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a72b94f3e8d11c44d1b4e3653ab885927":[2,0,0,1,31,16], "classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a74cab42dc5d138fa2632d027af279957":[2,0,0,1,31,22], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a92f3f64ea29f6660358aab0b2d2da4dc":[2,0,0,1,31,10] +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a92f3f64ea29f6660358aab0b2d2da4dc":[2,0,0,1,31,10], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a93abe5c0467c7c4a29e0c45437a10732":[2,0,0,1,31,0], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aab240016c10ecf575965108751fc0ff8":[2,0,0,1,31,15], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#abbb66d84191a714d24f384125a25b328":[2,0,0,1,31,23], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#abf09b9868514921763a9134084b228ee":[2,0,0,1,31,12], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ac827e8474ace52814f8de70709987d36":[2,0,0,1,31,14], +"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ad415e2dd5046c744b650b26c123130ff":[2,0,0,1,31,1] }; diff --git a/docs/html/navtreeindex4.js b/docs/html/navtreeindex4.js index 83a251be..681911f4 100644 --- a/docs/html/navtreeindex4.js +++ b/docs/html/navtreeindex4.js @@ -1,11 +1,5 @@ var NAVTREEINDEX4 = { -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a93abe5c0467c7c4a29e0c45437a10732":[2,0,0,1,31,0], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aab240016c10ecf575965108751fc0ff8":[2,0,0,1,31,15], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#abbb66d84191a714d24f384125a25b328":[2,0,0,1,31,23], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#abf09b9868514921763a9134084b228ee":[2,0,0,1,31,12], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ac827e8474ace52814f8de70709987d36":[2,0,0,1,31,14], -"classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ad415e2dd5046c744b650b26c123130ff":[2,0,0,1,31,1], "classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aec18dfc0422bbb3d91c91ce8a067e148":[2,0,0,1,31,5], "classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aedc5f77d6bf9b780b96552a43b323feb":[2,0,0,1,31,4], "classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html":[2,0,0,1,32], @@ -249,5 +243,11 @@ var NAVTREEINDEX4 = "classGpgFrontend_1_1UI_1_1MainWindow.html#ae2d89e2cc6c99ff0e16b396d2381f904":[2,0,0,1,42,22], "classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c":[2,0,0,1,42,19], "classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f":[2,0,0,1,42,69], -"classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0":[2,0,0,1,42,102] +"classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0":[2,0,0,1,42,102], +"classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853":[2,0,0,1,42,105], +"classGpgFrontend_1_1UI_1_1MainWindow.html#af77f66b6b869f6ddb3d2caa3bc40bb09":[2,0,0,1,42,57], +"classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6":[2,0,0,1,42,20], +"classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac":[2,0,0,1,42,94], +"classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62":[2,0,0,1,42,89], +"classGpgFrontend_1_1UI_1_1MainWindow.html#afd243a5f00f86d65431081ead2cae153":[2,0,0,1,42,50] }; diff --git a/docs/html/navtreeindex5.js b/docs/html/navtreeindex5.js index b4cb926a..467b4a5f 100644 --- a/docs/html/navtreeindex5.js +++ b/docs/html/navtreeindex5.js @@ -1,11 +1,5 @@ var NAVTREEINDEX5 = { -"classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853":[2,0,0,1,42,105], -"classGpgFrontend_1_1UI_1_1MainWindow.html#af77f66b6b869f6ddb3d2caa3bc40bb09":[2,0,0,1,42,57], -"classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6":[2,0,0,1,42,20], -"classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac":[2,0,0,1,42,94], -"classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62":[2,0,0,1,42,89], -"classGpgFrontend_1_1UI_1_1MainWindow.html#afd243a5f00f86d65431081ead2cae153":[2,0,0,1,42,50], "classGpgFrontend_1_1UI_1_1MainWindow.html#afd8473d161515bded88cc9474f2d12c1":[2,0,0,1,42,77], "classGpgFrontend_1_1UI_1_1NetworkTab.html":[2,0,0,1,43], "classGpgFrontend_1_1UI_1_1NetworkTab.html#a1713e1268a364f51f57b3a2752efc641":[2,0,0,1,43,7], @@ -245,9 +239,15 @@ var NAVTREEINDEX5 = "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,0], "functions_func.html":[2,3,1], +"functions_func.html":[2,3,1,0], "functions_func_c.html":[2,3,1,1], "functions_func_d.html":[2,3,1,2], -"functions_func_e.html":[2,3,1,3] +"functions_func_e.html":[2,3,1,3], +"functions_func_f.html":[2,3,1,4], +"functions_func_g.html":[2,3,1,5], +"functions_func_h.html":[2,3,1,6], +"functions_func_i.html":[2,3,1,7], +"functions_func_k.html":[2,3,1,8], +"functions_func_l.html":[2,3,1,9] }; diff --git a/docs/html/navtreeindex6.js b/docs/html/navtreeindex6.js index a3bf27ff..804d633c 100644 --- a/docs/html/navtreeindex6.js +++ b/docs/html/navtreeindex6.js @@ -1,11 +1,5 @@ var NAVTREEINDEX6 = { -"functions_func_f.html":[2,3,1,4], -"functions_func_g.html":[2,3,1,5], -"functions_func_h.html":[2,3,1,6], -"functions_func_i.html":[2,3,1,7], -"functions_func_k.html":[2,3,1,8], -"functions_func_l.html":[2,3,1,9], "functions_func_m.html":[2,3,1,10], "functions_func_n.html":[2,3,1,11], "functions_func_o.html":[2,3,1,12], @@ -40,13 +34,13 @@ var NAVTREEINDEX6 = "hierarchy.html":[2,2], "index.html":[0], "index.html":[], -"namespaceGpgFrontend.html":[2,0,0], "namespaceGpgFrontend.html":[1,0,0], +"namespaceGpgFrontend.html":[2,0,0], "namespaceGpgFrontend_1_1RawAPI.html":[1,0,0,0], -"namespaceGpgFrontend_1_1Thread.html":[1,0,0,1], "namespaceGpgFrontend_1_1Thread.html":[2,0,0,0], -"namespaceGpgFrontend_1_1UI.html":[1,0,0,2], +"namespaceGpgFrontend_1_1Thread.html":[1,0,0,1], "namespaceGpgFrontend_1_1UI.html":[2,0,0,1], +"namespaceGpgFrontend_1_1UI.html":[1,0,0,2], "namespacemembers.html":[1,1,0], "namespacemembers_enum.html":[1,1,2], "namespacemembers_func.html":[1,1,1], diff --git a/docs/html/search/all_11.js b/docs/html/search/all_11.js index 0576768b..0177ac69 100644 --- a/docs/html/search/all_11.js +++ b/docs/html/search/all_11.js @@ -16,6 +16,6 @@ var searchData= ['restore_5fsettings_459',['restore_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a',1,'GpgFrontend::UI::MainWindow']]], ['revsign_460',['RevSign',['../classGpgFrontend_1_1GpgKeyManager.html#aa2c0e804db1c4aaf3b861ee5ab54ebd8',1,'GpgFrontend::GpgKeyManager']]], ['revuid_461',['RevUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a47f762666afbc806365877ff70947841',1,'GpgFrontend::GpgUIDOperator']]], - ['run_462',['Run',['../classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a1c94cb1290df40a9043fe2d1a9a231f2',1,'GpgFrontend::Thread::CtxCheckTask::Run()'],['../classGpgFrontend_1_1UI_1_1FileReadTask.html#a0f8bc1c253380b68c0e65cabc011ac09',1,'GpgFrontend::UI::FileReadTask::Run()'],['../classGpgFrontend_1_1Thread_1_1Task.html#ac60aa71a24f452fd8031597ff4cbbd00',1,'GpgFrontend::Thread::Task::Run()'],['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9156325af41c378f8d7e77187d445c12',1,'GpgFrontend::UI::VersionCheckTask::Run()'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a497bb7f1b92c67f2e754fd66ca3a6666',1,'GpgFrontend::UI::ProxyConnectionTestThread::run()']]], + ['run_462',['run',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a497bb7f1b92c67f2e754fd66ca3a6666',1,'GpgFrontend::UI::ProxyConnectionTestThread::run()'],['../classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a1c94cb1290df40a9043fe2d1a9a231f2',1,'GpgFrontend::Thread::CtxCheckTask::Run()'],['../classGpgFrontend_1_1UI_1_1FileReadTask.html#a0f8bc1c253380b68c0e65cabc011ac09',1,'GpgFrontend::UI::FileReadTask::Run()'],['../classGpgFrontend_1_1Thread_1_1Task.html#ac60aa71a24f452fd8031597ff4cbbd00',1,'GpgFrontend::Thread::Task::Run()'],['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9156325af41c378f8d7e77187d445c12',1,'GpgFrontend::UI::VersionCheckTask::Run()']]], ['rungpgfrontendui_463',['RunGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#a9e2d085812ef8fdd6f19ea94a241b4da',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/all_12.js b/docs/html/search/all_12.js index a9a9ad3a..de2b0ee7 100644 --- a/docs/html/search/all_12.js +++ b/docs/html/search/all_12.js @@ -58,7 +58,7 @@ var searchData= ['signalrefreshinfoboard_519',['SignalRefreshInfoBoard',['../classGpgFrontend_1_1UI_1_1SignalStation.html#a94d4c7d79e0deb7026083689bc5dc2ad',1,'GpgFrontend::UI::SignalStation::SignalRefreshInfoBoard()'],['../classGpgFrontend_1_1UI_1_1FilePage.html#a301c5c7747ad251b14c490d58b5d678f',1,'GpgFrontend::UI::FilePage::SignalRefreshInfoBoard()']]], ['signalrefreshstatusbar_520',['SignalRefreshStatusBar',['../classGpgFrontend_1_1UI_1_1SignalStation.html#a7b5fb2e2c0ad238313650a08ea648ce3',1,'GpgFrontend::UI::SignalStation::SignalRefreshStatusBar()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a',1,'GpgFrontend::UI::KeyList::SignalRefreshStatusBar()']]], ['signalreplyfromupdateserver_521',['SignalReplyFromUpdateServer',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95',1,'GpgFrontend::UI::UpdateTab']]], - ['signalrestartneeded_522',['signalRestartNeeded',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abff49b636449815a9ebff52f5c067712',1,'GpgFrontend::UI::AppearanceTab::signalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a91b25637962923a4bc646e8e1ab5d068',1,'GpgFrontend::UI::SettingsDialog::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1GeneralTab.html#aa88ccbda61728be6de0aa2d9b92e0b69',1,'GpgFrontend::UI::GeneralTab::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a26449a77844d9db69a543ff88f10e347',1,'GpgFrontend::UI::KeyserverTab::SignalRestartNeeded()']]], + ['signalrestartneeded_522',['SignalRestartNeeded',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a91b25637962923a4bc646e8e1ab5d068',1,'GpgFrontend::UI::SettingsDialog::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1GeneralTab.html#aa88ccbda61728be6de0aa2d9b92e0b69',1,'GpgFrontend::UI::GeneralTab::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a26449a77844d9db69a543ff88f10e347',1,'GpgFrontend::UI::KeyserverTab::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abff49b636449815a9ebff52f5c067712',1,'GpgFrontend::UI::AppearanceTab::signalRestartNeeded()']]], ['signalstation_523',['SignalStation',['../classGpgFrontend_1_1UI_1_1SignalStation.html',1,'GpgFrontend::UI']]], ['signaluibytesdisplayed_524',['SignalUIBytesDisplayed',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4',1,'GpgFrontend::UI::PlainTextEditorPage']]], ['signalupgradeversion_525',['SignalUpgradeVersion',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a36c5597674253348477d78ad6af380ab',1,'GpgFrontend::UI::VersionCheckTask']]], diff --git a/docs/html/search/all_f.js b/docs/html/search/all_f.js index 7ab85d63..1c332427 100644 --- a/docs/html/search/all_f.js +++ b/docs/html/search/all_f.js @@ -14,5 +14,5 @@ var searchData= ['process_5foperation_439',['process_operation',['../namespaceGpgFrontend_1_1UI.html#a3c971eeb5c620d08d6d92f0752ceaf9f',1,'GpgFrontend::UI']]], ['process_5fresult_5fanalyse_440',['process_result_analyse',['../namespaceGpgFrontend_1_1UI.html#abd3c7c636954390d52150b4e6d38e1b3',1,'GpgFrontend::UI::process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse)'],['../namespaceGpgFrontend_1_1UI.html#a60b5887adabc74015700795dc3c07ae9',1,'GpgFrontend::UI::process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse_a, const GpgResultAnalyse &result_analyse_b)']]], ['process_5ftarball_5finto_5fdirectory_441',['process_tarball_into_directory',['../namespaceGpgFrontend_1_1UI.html#a57d0a4dba23cd3d9b42222d40c710dc1',1,'GpgFrontend::UI']]], - ['proxyconnectiontestthread_442',['ProxyConnectionTestThread',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html',1,'GpgFrontend::UI::ProxyConnectionTestThread'],['../classProxyConnectionTestThread.html',1,'ProxyConnectionTestThread'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a538a78e0149906bf19e850ba71c00ada',1,'GpgFrontend::UI::ProxyConnectionTestThread::ProxyConnectionTestThread()']]] + ['proxyconnectiontestthread_442',['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_d.js b/docs/html/search/classes_d.js index e4df7b22..221db68e 100644 --- a/docs/html/search/classes_d.js +++ b/docs/html/search/classes_d.js @@ -2,5 +2,5 @@ var searchData= [ ['passphrasegenerator_781',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html',1,'GpgFrontend']]], ['plaintexteditorpage_782',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html',1,'GpgFrontend::UI']]], - ['proxyconnectiontestthread_783',['ProxyConnectionTestThread',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html',1,'GpgFrontend::UI::ProxyConnectionTestThread'],['../classProxyConnectionTestThread.html',1,'ProxyConnectionTestThread']]] + ['proxyconnectiontestthread_783',['ProxyConnectionTestThread',['../classProxyConnectionTestThread.html',1,'ProxyConnectionTestThread'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html',1,'GpgFrontend::UI::ProxyConnectionTestThread']]] ]; diff --git a/docs/html/search/functions_11.js b/docs/html/search/functions_11.js index 7c6ac852..bc4d1993 100644 --- a/docs/html/search/functions_11.js +++ b/docs/html/search/functions_11.js @@ -14,6 +14,6 @@ var searchData= ['restore_5fsettings_1154',['restore_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a',1,'GpgFrontend::UI::MainWindow']]], ['revsign_1155',['RevSign',['../classGpgFrontend_1_1GpgKeyManager.html#aa2c0e804db1c4aaf3b861ee5ab54ebd8',1,'GpgFrontend::GpgKeyManager']]], ['revuid_1156',['RevUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a47f762666afbc806365877ff70947841',1,'GpgFrontend::GpgUIDOperator']]], - ['run_1157',['Run',['../classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a1c94cb1290df40a9043fe2d1a9a231f2',1,'GpgFrontend::Thread::CtxCheckTask::Run()'],['../classGpgFrontend_1_1UI_1_1FileReadTask.html#a0f8bc1c253380b68c0e65cabc011ac09',1,'GpgFrontend::UI::FileReadTask::Run()'],['../classGpgFrontend_1_1Thread_1_1Task.html#ac60aa71a24f452fd8031597ff4cbbd00',1,'GpgFrontend::Thread::Task::Run()'],['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9156325af41c378f8d7e77187d445c12',1,'GpgFrontend::UI::VersionCheckTask::Run()'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a497bb7f1b92c67f2e754fd66ca3a6666',1,'GpgFrontend::UI::ProxyConnectionTestThread::run()']]], + ['run_1157',['run',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread.html#a497bb7f1b92c67f2e754fd66ca3a6666',1,'GpgFrontend::UI::ProxyConnectionTestThread::run()'],['../classGpgFrontend_1_1Thread_1_1CtxCheckTask.html#a1c94cb1290df40a9043fe2d1a9a231f2',1,'GpgFrontend::Thread::CtxCheckTask::Run()'],['../classGpgFrontend_1_1UI_1_1FileReadTask.html#a0f8bc1c253380b68c0e65cabc011ac09',1,'GpgFrontend::UI::FileReadTask::Run()'],['../classGpgFrontend_1_1Thread_1_1Task.html#ac60aa71a24f452fd8031597ff4cbbd00',1,'GpgFrontend::Thread::Task::Run()'],['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a9156325af41c378f8d7e77187d445c12',1,'GpgFrontend::UI::VersionCheckTask::Run()']]], ['rungpgfrontendui_1158',['RunGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#a9e2d085812ef8fdd6f19ea94a241b4da',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/functions_12.js b/docs/html/search/functions_12.js index 2fbe42f7..9cf1ff14 100644 --- a/docs/html/search/functions_12.js +++ b/docs/html/search/functions_12.js @@ -52,7 +52,7 @@ var searchData= ['signalrefreshinfoboard_1208',['SignalRefreshInfoBoard',['../classGpgFrontend_1_1UI_1_1SignalStation.html#a94d4c7d79e0deb7026083689bc5dc2ad',1,'GpgFrontend::UI::SignalStation::SignalRefreshInfoBoard()'],['../classGpgFrontend_1_1UI_1_1FilePage.html#a301c5c7747ad251b14c490d58b5d678f',1,'GpgFrontend::UI::FilePage::SignalRefreshInfoBoard()']]], ['signalrefreshstatusbar_1209',['SignalRefreshStatusBar',['../classGpgFrontend_1_1UI_1_1SignalStation.html#a7b5fb2e2c0ad238313650a08ea648ce3',1,'GpgFrontend::UI::SignalStation::SignalRefreshStatusBar()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a',1,'GpgFrontend::UI::KeyList::SignalRefreshStatusBar()']]], ['signalreplyfromupdateserver_1210',['SignalReplyFromUpdateServer',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95',1,'GpgFrontend::UI::UpdateTab']]], - ['signalrestartneeded_1211',['signalRestartNeeded',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abff49b636449815a9ebff52f5c067712',1,'GpgFrontend::UI::AppearanceTab::signalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a91b25637962923a4bc646e8e1ab5d068',1,'GpgFrontend::UI::SettingsDialog::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1GeneralTab.html#aa88ccbda61728be6de0aa2d9b92e0b69',1,'GpgFrontend::UI::GeneralTab::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a26449a77844d9db69a543ff88f10e347',1,'GpgFrontend::UI::KeyserverTab::SignalRestartNeeded()']]], + ['signalrestartneeded_1211',['SignalRestartNeeded',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a91b25637962923a4bc646e8e1ab5d068',1,'GpgFrontend::UI::SettingsDialog::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1GeneralTab.html#aa88ccbda61728be6de0aa2d9b92e0b69',1,'GpgFrontend::UI::GeneralTab::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a26449a77844d9db69a543ff88f10e347',1,'GpgFrontend::UI::KeyserverTab::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abff49b636449815a9ebff52f5c067712',1,'GpgFrontend::UI::AppearanceTab::signalRestartNeeded()']]], ['signaluibytesdisplayed_1212',['SignalUIBytesDisplayed',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4',1,'GpgFrontend::UI::PlainTextEditorPage']]], ['signalupgradeversion_1213',['SignalUpgradeVersion',['../classGpgFrontend_1_1UI_1_1VersionCheckTask.html#a36c5597674253348477d78ad6af380ab',1,'GpgFrontend::UI::VersionCheckTask']]], ['signerspicker_1214',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb',1,'GpgFrontend::UI::SignersPicker']]], diff --git a/docs/latex/annotated.tex b/docs/latex/annotated.tex index a17156cc..245fad90 100644 --- a/docs/latex/annotated.tex +++ b/docs/latex/annotated.tex @@ -91,8 +91,8 @@ Here are the classes, structs, unions and interfaces with brief descriptions\+:\ \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1NetworkTab}{Gpg\+Frontend\+::\+U\+I\+::\+Network\+Tab}} }{\pageref{classGpgFrontend_1_1UI_1_1NetworkTab}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1PassphraseGenerator}{Gpg\+Frontend\+::\+Passphrase\+Generator}} \\*The \mbox{\hyperlink{classGpgFrontend_1_1PassphraseGenerator}{Passphrase\+Generator}} class }{\pageref{classGpgFrontend_1_1PassphraseGenerator}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1PlainTextEditorPage}{Gpg\+Frontend\+::\+U\+I\+::\+Plain\+Text\+Editor\+Page}} \\*Class for handling a single tab of the tabwidget }{\pageref{classGpgFrontend_1_1UI_1_1PlainTextEditorPage}}{} -\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread}{Gpg\+Frontend\+::\+U\+I\+::\+Proxy\+Connection\+Test\+Thread}} }{\pageref{classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread}}{} \item\contentsline{section}{\mbox{\hyperlink{classProxyConnectionTestThread}{Proxy\+Connection\+Test\+Thread}} }{\pageref{classProxyConnectionTestThread}}{} +\item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread}{Gpg\+Frontend\+::\+U\+I\+::\+Proxy\+Connection\+Test\+Thread}} }{\pageref{classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1QuitDialog}{Gpg\+Frontend\+::\+U\+I\+::\+Quit\+Dialog}} }{\pageref{classGpgFrontend_1_1UI_1_1QuitDialog}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1SettingsDialog}{Gpg\+Frontend\+::\+U\+I\+::\+Settings\+Dialog}} }{\pageref{classGpgFrontend_1_1UI_1_1SettingsDialog}}{} \item\contentsline{section}{\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1SettingsObject}{Gpg\+Frontend\+::\+U\+I\+::\+Settings\+Object}} \\*The \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1SettingsObject}{Settings\+Object}} class This class is used to store settings for the application securely }{\pageref{classGpgFrontend_1_1UI_1_1SettingsObject}}{} diff --git a/docs/latex/classGpgFrontend_1_1ArchiveFileOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1ArchiveFileOperator__coll__graph.pdf index 6fef8fcf..5e45b20a 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 186cf782..db4635d9 100644 Binary files a/docs/latex/classGpgFrontend_1_1ChannelObject__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1ChannelObject__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1ChannelObject__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1ChannelObject__inherit__graph.pdf index 4fb1b990..74125b5b 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 acc39d58..b70a20b6 100644 Binary files a/docs/latex/classGpgFrontend_1_1CharsetOperator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1CharsetOperator__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1CoreCommonUtil__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1CoreCommonUtil__coll__graph.pdf index 83631bc2..e342c724 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 4d388c47..bbcc322f 100644 Binary files a/docs/latex/classGpgFrontend_1_1CoreCommonUtil__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1CoreCommonUtil__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1DataObjectOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1DataObjectOperator__coll__graph.pdf index ccfca64f..19e8e167 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 c8352e3c..89cec778 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 7f6c371f..cbbd32f4 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 154831a2..0ca23785 100644 Binary files a/docs/latex/classGpgFrontend_1_1GenKeyInfo__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GenKeyInfo__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GlobalSettingStation.tex b/docs/latex/classGpgFrontend_1_1GlobalSettingStation.tex index 4b41b3d5..747f199f 100644 --- a/docs/latex/classGpgFrontend_1_1GlobalSettingStation.tex +++ b/docs/latex/classGpgFrontend_1_1GlobalSettingStation.tex @@ -226,7 +226,7 @@ libconfig\+::\+Setting\& \end{DoxyReturn} -Referenced by Gpg\+Frontend\+::\+U\+I\+::\+Key\+List\+::drop\+Event(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::\+Init(), Gpg\+Frontend\+::\+U\+I\+::init\+\_\+locale(), Gpg\+Frontend\+::\+U\+I\+::\+Key\+Gen\+Dialog\+::\+Key\+Gen\+Dialog(), Gpg\+Frontend\+::\+U\+I\+::\+Key\+Mgmt\+::\+Key\+Mgmt(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::restore\+\_\+settings(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::save\+\_\+settings(), Gpg\+Frontend\+::\+U\+I\+::\+Network\+Tab\+::\+Set\+Settings(), Gpg\+Frontend\+::\+U\+I\+::\+General\+Tab\+::\+Set\+Settings(), Gpg\+Frontend\+::\+U\+I\+::\+Key\+Upload\+Dialog\+::slot\+\_\+upload\+\_\+key\+\_\+to\+\_\+server(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::\+Slot\+File\+Encrypt(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::\+Slot\+File\+Encrypt\+Sign(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::\+Slot\+File\+Sign(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::\+Slot\+File\+Verify(), Gpg\+Frontend\+::\+U\+I\+::\+Common\+Utils\+::\+Slot\+Import\+Key\+From\+Key\+Server(), Gpg\+Frontend\+::\+U\+I\+::\+Subkey\+Generate\+Dialog\+::\+Subkey\+Generate\+Dialog(), and Gpg\+Frontend\+::\+U\+I\+::\+Wizard\+::\+Wizard(). +Referenced by Gpg\+Frontend\+::\+U\+I\+::\+Key\+List\+::drop\+Event(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::\+Init(), Gpg\+Frontend\+::\+U\+I\+::init\+\_\+locale(), Gpg\+Frontend\+::\+U\+I\+::\+Key\+Gen\+Dialog\+::\+Key\+Gen\+Dialog(), Gpg\+Frontend\+::\+U\+I\+::\+Key\+Mgmt\+::\+Key\+Mgmt(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::restore\+\_\+settings(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::save\+\_\+settings(), Gpg\+Frontend\+::\+U\+I\+::\+Network\+Tab\+::\+Set\+Settings(), Gpg\+Frontend\+::\+U\+I\+::\+General\+Tab\+::\+Set\+Settings(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::\+Slot\+File\+Encrypt(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::\+Slot\+File\+Encrypt\+Sign(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::\+Slot\+File\+Sign(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::\+Slot\+File\+Verify(), Gpg\+Frontend\+::\+U\+I\+::\+Common\+Utils\+::\+Slot\+Import\+Key\+From\+Key\+Server(), Gpg\+Frontend\+::\+U\+I\+::\+Subkey\+Generate\+Dialog\+::\+Subkey\+Generate\+Dialog(), and Gpg\+Frontend\+::\+U\+I\+::\+Wizard\+::\+Wizard(). \mbox{\Hypertarget{classGpgFrontend_1_1GlobalSettingStation_ac061ac8e5308f67ea52b98888bbb2e8d}\label{classGpgFrontend_1_1GlobalSettingStation_ac061ac8e5308f67ea52b98888bbb2e8d}} \index{GpgFrontend::GlobalSettingStation@{GpgFrontend::GlobalSettingStation}!SyncSettings@{SyncSettings}} diff --git a/docs/latex/classGpgFrontend_1_1GlobalSettingStation__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GlobalSettingStation__coll__graph.pdf index 4bce5a0e..74956f2b 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 4bce5a0e..74956f2b 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 a6f3710c..6b64b026 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 f76490df..60fe4d3c 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 602ea55c..5384662b 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 bf3bdfcc..8bc98c1a 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 04740adb..428beebb 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 62d5b15c..7962c436 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 c06d4c94..c5fbbefb 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 bde7f145..fb4400c6 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 2ba8a2c0..3cdd9333 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 f47fe3ac..56994169 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 d4413298..7f0b3beb 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 1c710617..efd96e9b 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 4ae5190a..0fdcc2a4 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 4ae5190a..9be1c953 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 7b6b36a2..cad9932a 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 7c05c1b7..f2d9afbe 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 fc03cdca..4bac6fb6 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgInfo__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgInfo__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyGetter__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyGetter__coll__graph.pdf index b6844169..9c753f46 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 a4e658ab..9b25907d 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 139aed6f..8faa9215 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 74494b6e..ed46b484 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 1f2b29fe..28cf2df9 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 fdbb5af8..929d81fd 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 8b3bef23..4b899281 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 77f38305..7cb2e5e8 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 b61ae698..11494d83 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 d4006b40..40001c70 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 ebb2b095..b74d8675 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 ea509341..f768db07 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 4bbc60bf..c69c85c6 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 5f318baf..b001eb5d 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 643f2cf0..1f8a0cc6 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 c7737f2f..347adfba 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 2309fa1a..239dc035 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 ea6864e7..f5c9b1a6 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 f83aa2dd..bdc5a003 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 fa81aede..e7234eda 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 65df1bf5..07fa13de 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 bf0228db..aad599c7 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 caec4301..a4a81236 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 0e08006e..8b135649 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 a26c125b..e2ffb49d 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 af8f7ab9..5cd91a7d 100644 Binary files a/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.pdf index aac4d42b..00d442c7 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 65307893..efc84fe5 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 7a23e3e8..304b495b 100644 Binary files a/docs/latex/classGpgFrontend_1_1SingletonStorage__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1SingletonStorage__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__coll__graph.pdf index 0aef7f34..52849af6 100644 Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__inherit__graph.pdf index 5cc716be..299f3cac 100644 Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1CtxCheckTask__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.pdf index 060494fe..4ece7c73 100644 Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph.pdf index 45780192..6a050359 100644 Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.pdf index ab875f35..88d1b0b6 100644 Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.pdf index 8f72592e..689923df 100644 Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1DataObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1DataObject__coll__graph.pdf index e72a3e24..621c94a4 100644 Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1DataObject__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1DataObject__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1Task__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1Task__coll__graph.pdf index b31407e0..5feeda1e 100644 Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1Task__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1Task__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.pdf index 67d48ecd..27c4c1c7 100644 Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.md5 index a3553939..cc12c60e 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.md5 @@ -1 +1 @@ -a74a25b61d7cc1ec18500683797ba3d6 \ No newline at end of file +133a4f955655d108355d1c5ed02b3621 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.pdf index 9a8057a5..08dbf8b2 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.md5 index d3dd4b3c..bac10054 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.md5 @@ -1 +1 @@ -1d4a529589aa8bb8548337db6638a6cc \ No newline at end of file +16dd79e085627608dccb9c2930a4fbcd \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.pdf index 1aa83131..c3615bb0 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 d9c74732..b4d91c68 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 830454db..fae6a274 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1AdvancedTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1AdvancedTab__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab.tex b/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab.tex index 4b5a8098..b24f85ed 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab.tex @@ -17,7 +17,7 @@ Collaboration diagram for Gpg\+Frontend\+::UI\+::Appearance\+Tab\+: \begin{figure}[H] \begin{center} \leavevmode -\includegraphics[width=256pt]{classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph} +\includegraphics[width=350pt]{classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph} \end{center} \end{figure} \doxysubsection*{Signals} @@ -38,35 +38,14 @@ void {\bfseries Apply\+Settings} () \doxysubsection*{Private Attributes} \begin{DoxyCompactItemize} \item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1AppearanceTab_a9f546f16551f48c73ee9031dd0ad8720}\label{classGpgFrontend_1_1UI_1_1AppearanceTab_a9f546f16551f48c73ee9031dd0ad8720}} +std\+::shared\+\_\+ptr$<$ Ui\+\_\+\+Appearance\+Settings $>$ {\bfseries ui\+\_\+} +\item \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1AppearanceTab_a58b3ece7ff069c33de73e658aa47cacc}\label{classGpgFrontend_1_1UI_1_1AppearanceTab_a58b3ece7ff069c33de73e658aa47cacc}} Q\+Button\+Group $\ast$ {\bfseries icon\+\_\+style\+\_\+group\+\_\+} \item -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1AppearanceTab_ab9b4572e7e809fbf73435c0c2df7b9ad}\label{classGpgFrontend_1_1UI_1_1AppearanceTab_ab9b4572e7e809fbf73435c0c2df7b9ad}} -Q\+Radio\+Button $\ast$ {\bfseries icon\+\_\+size\+\_\+small\+\_\+} -\item -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1AppearanceTab_aed37292c07ba2ac20d72765b08b9a09b}\label{classGpgFrontend_1_1UI_1_1AppearanceTab_aed37292c07ba2ac20d72765b08b9a09b}} -Q\+Radio\+Button $\ast$ {\bfseries icon\+\_\+size\+\_\+medium\+\_\+} -\item -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1AppearanceTab_a1d3e08ebb4a6c21164f25d74eaabe0eb}\label{classGpgFrontend_1_1UI_1_1AppearanceTab_a1d3e08ebb4a6c21164f25d74eaabe0eb}} -Q\+Radio\+Button $\ast$ {\bfseries icon\+\_\+size\+\_\+large\+\_\+} -\item \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1AppearanceTab_aaa3ec787dcd8fae1a14c2067deb9dd03}\label{classGpgFrontend_1_1UI_1_1AppearanceTab_aaa3ec787dcd8fae1a14c2067deb9dd03}} Q\+Button\+Group $\ast$ {\bfseries icon\+\_\+size\+\_\+group\+\_\+} -\item -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1AppearanceTab_af5598180d11936e4b5fa2a57dd592093}\label{classGpgFrontend_1_1UI_1_1AppearanceTab_af5598180d11936e4b5fa2a57dd592093}} -Q\+Radio\+Button $\ast$ {\bfseries icon\+\_\+text\+\_\+button\+\_\+} -\item -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1AppearanceTab_ac8d285e5f3cceb1e6bb857d0487abc8b}\label{classGpgFrontend_1_1UI_1_1AppearanceTab_ac8d285e5f3cceb1e6bb857d0487abc8b}} -Q\+Radio\+Button $\ast$ {\bfseries icon\+\_\+icons\+\_\+button\+\_\+} -\item -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1AppearanceTab_a1b28a54fa3ffc5586132b6f5385f62cc}\label{classGpgFrontend_1_1UI_1_1AppearanceTab_a1b28a54fa3ffc5586132b6f5385f62cc}} -Q\+Radio\+Button $\ast$ {\bfseries icon\+\_\+all\+\_\+button\+\_\+} -\item -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1AppearanceTab_ac460ceea6d6841d6cf0a3c86be6f7d60}\label{classGpgFrontend_1_1UI_1_1AppearanceTab_ac460ceea6d6841d6cf0a3c86be6f7d60}} -Q\+Spin\+Box $\ast$ {\bfseries info\+\_\+board\+\_\+font\+\_\+size\+\_\+spin\+\_\+} -\item -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1AppearanceTab_a01dfa2d7811180351d3e0d33667df23e}\label{classGpgFrontend_1_1UI_1_1AppearanceTab_a01dfa2d7811180351d3e0d33667df23e}} -Q\+Check\+Box $\ast$ {\bfseries window\+\_\+size\+\_\+check\+\_\+box\+\_\+} \end{DoxyCompactItemize} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph.md5 index 1261784d..23b3587f 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph.md5 @@ -1 +1 @@ -19d0b2fa27d3e10d78b209ca9db80cee \ No newline at end of file +170e2dd2af078b1d3ad9a59cc0fc0f67 \ No newline at end of file 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 ffde2095..cb3d33c9 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__inherit__graph.md5 index 1261784d..32f8d3b2 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__inherit__graph.md5 @@ -1 +1 @@ -19d0b2fa27d3e10d78b209ca9db80cee \ No newline at end of file +5de7e330ffb1de37474d7c1f15a7ec07 \ No newline at end of file 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 f9175a2c..f1e12921 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 9c9acf12..d7c666e7 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 8a63e8ba..70103837 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ChoosePage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ChoosePage__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.pdf index 8a8d647c..fbc44922 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 c445054c..826d06ff 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 529300d2..eef912f8 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 ff46e907..daf1c4b0 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.md5 index 7e1689bc..a8809323 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.md5 @@ -1 +1 @@ -21ec13dcbce2fc537a1ef877fab1e5eb \ No newline at end of file +682010620b542bcef5189969714dc5db \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.pdf index 00a50ecc..02c9a948 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.md5 index 463474e7..f2f8f528 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.md5 @@ -1 +1 @@ -69eb903e75056b558c2e0f31a7b2308d \ No newline at end of file +b1c940407395dfb79553e6190cf7c2f0 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.pdf index 9fe104f1..d1e28cb5 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 a00c758b..3ebbc5ea 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 b4821dab..ac3a94cb 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FilePage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1FilePage__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__coll__graph.pdf index 6d033ac0..f206431b 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.pdf index 05bfa056..5a0a83d8 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.pdf index 99edc188..5592c77d 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 052a577b..2ca6f052 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog.tex b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog.tex index 7eebb17e..8e1b09ea 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog.tex @@ -17,13 +17,16 @@ Collaboration diagram for Gpg\+Frontend\+::UI\+::General\+Dialog\+: \begin{figure}[H] \begin{center} \leavevmode -\includegraphics[width=265pt]{classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph} +\includegraphics[width=267pt]{classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph} \end{center} \end{figure} \doxysubsection*{Public Member Functions} \begin{DoxyCompactItemize} \item \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GeneralDialog_ac9de4c49668ffaeb6916c64f878a202c}{General\+Dialog}} (std\+::string name, Q\+Widget $\ast$parent=nullptr) +\item +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralDialog_abad7cff23d2426820e320ecea47b479c}\label{classGpgFrontend_1_1UI_1_1GeneralDialog_abad7cff23d2426820e320ecea47b479c}} +void {\bfseries set\+Pos\+Center\+Of\+Screen} () \end{DoxyCompactItemize} \doxysubsection*{Private Slots} \begin{DoxyCompactItemize} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.md5 index e191dc30..731e1b5b 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.md5 @@ -1 +1 @@ -ddac4163319d57660801c20f010333dd \ No newline at end of file +34411b858989517a0c7fd21572da8dbf \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.pdf index 79b1e4f1..fd0ab25d 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.md5 index d37d10b3..4f47f55f 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.md5 @@ -1 +1 @@ -db3a8cfa2e8481e839ec61e8f177b388 \ No newline at end of file +140ebcf78e58e1cb272aa10278beb687 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.pdf index 5d32c080..2785e524 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.pdf index 48914215..c3614fbe 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.pdf index 961907da..a12c39f8 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.pdf index 2a2e70ec..ff5a7bd1 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 799d3be5..77397d43 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.pdf index fd40625d..0ae70c8a 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__inherit__graph.pdf index f8f69691..f343e016 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__coll__graph.pdf index 356c6c1f..99630981 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__inherit__graph.pdf index 2a5f4129..8ec10e22 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1HelpPage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1HelpPage__coll__graph.pdf index c2e8fb16..9f8b5a34 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 78943f78..7e006fcc 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 a995c869..048c7d2c 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 0c19fd4d..6d180c81 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 49b1c3f2..19ac4a80 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 2d4c2a19..bfcdd3a1 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 969ea923..566b1857 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 523033d5..566b1857 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.md5 index 394f42d2..da53e38c 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.md5 @@ -1 +1 @@ -702b8d93f91d89c9ace90594c920487b \ No newline at end of file +ead23f7844518e1a4a3aa5ccf346f82c \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.pdf index 5267aa7b..ebd52db7 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.md5 index c28e3f5f..308fa159 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.md5 @@ -1 +1 @@ -edce17602f9f7723f8fb025a1be644d8 \ No newline at end of file +fec74b316fe788ec795ce26e8a58a739 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.pdf index c9eedad2..0831bf25 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.md5 index 5f2f6d13..5b244462 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.md5 @@ -1 +1 @@ -1e102311c5aaf8cd1ffb4ff62c7392e6 \ No newline at end of file +7b1153b640a5fa6212ad15fe8f28be03 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.pdf index fc916f8b..c1ece5cb 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.md5 index af1589b7..34831b3d 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.md5 @@ -1 +1 @@ -e117f47ecae2ea0e0be404ddcd6440ca \ No newline at end of file +2380722f8a919d5000b494a0bc833e7d \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.pdf index 9f97e347..75af8204 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 9547be6a..547fc7d0 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 7118327e..547fc7d0 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.md5 index 77faa933..73787488 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.md5 @@ -1 +1 @@ -f83c16f1a2e5fd8db314aa634eb3d4e0 \ No newline at end of file +f11fda5f998d8c86004c125c97b52c31 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.pdf index 60f5868b..969a7696 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.md5 index 4daf78d8..7c03386c 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.md5 @@ -1 +1 @@ -2c62d760918bd04fa691ab244727a72e \ No newline at end of file +6734731c525b004457c3ff63a031ab97 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.pdf index b4241512..7af1b597 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 b0b4a336..a5a5aa2c 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 9ba7c28c..09c30927 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.md5 index d54b7b46..44d2fda1 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.md5 @@ -1 +1 @@ -1031843dbb42157063c71166ea1a2b68 \ No newline at end of file +5b0944e887c676f49847063b6cf97b94 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.pdf index e29b4eb1..4c24ee97 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 483ab9f1..f00593a7 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.md5 index 23ea468e..fc25f289 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.md5 @@ -1 +1 @@ -3e56e28bbdca1373acf4123a7e30c716 \ No newline at end of file +f9e0aa9bb3628471eff820894c09548e \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.pdf index 3400e311..c8f6a419 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.md5 index ceb603ae..095e311c 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.md5 @@ -1 +1 @@ -3e704c46454cd866271f7e8f97121403 \ No newline at end of file +240d4bc430839c7869c79471c4e6397a \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.pdf index 3e067cce..6948c44c 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 7524dd93..91c9d386 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 e97c252e..669e856c 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 c78dc00c..1004fcc9 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 3a43e7ac..ed6a91aa 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 ea4c59b8..6cae73aa 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 1e1deb33..893ecf8e 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 6a2045e3..467691ed 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 9498dd11..009e250f 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.md5 index 5f82b573..8c9a6258 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.md5 @@ -1 +1 @@ -ace92c089e03fdfce78c3582b23bbb23 \ No newline at end of file +f3f412444851281b4cdfaedf5c842fd0 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.pdf index a11b5b54..87498d0f 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.md5 index a38b249d..d07e6e6b 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.md5 @@ -1 +1 @@ -cf9885d44b50ac4527c2a646aca3e3b1 \ No newline at end of file +d6cd1ca878882d490e7dd5b202869154 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.pdf index ca679a12..a02c6931 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.pdf index 17a452cb..342ec2fd 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.pdf index cbc9cb02..4c834431 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.pdf index 811f931a..9944fcbb 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.pdf index b9ef6b9c..f6d5b297 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.md5 index 9fbd5cae..6de10a19 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.md5 @@ -1 +1 @@ -943a63cab2b445eba6d87e81cbf3fe2c \ No newline at end of file +cee66e54c6ada0c72f8bf869c8c5d673 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.pdf index 680e6b9e..037d513e 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.md5 index 6ca593b4..c82afd6d 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.md5 @@ -1 +1 @@ -c5f840f23387da01b55dcc2626c7d4f4 \ No newline at end of file +714ba77d8127e78adfdc3fcfc29419ba \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.pdf index c19e720f..00b3254d 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.md5 index a6af0f7d..7488c6d4 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.md5 @@ -1 +1 @@ -0ef6bd896408a2e48d930a89c769cdd5 \ No newline at end of file +07876e1acc1bab3eaa7f009816607636 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.pdf index ebab717e..4240d7b9 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.md5 index 729b4882..c58668b0 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.md5 @@ -1 +1 @@ -de1f55e951ad47d76d8d6eb35e704125 \ No newline at end of file +86efa3a5e0d775bebe4ad8433b947987 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.pdf index ef7ce58b..693e81aa 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog.tex b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog.tex index d94578ee..a604609e 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog.tex @@ -84,7 +84,7 @@ Construct a new Key Upload Dialog object. \end{DoxyParams} -References Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Global\+Setting\+Station $>$\+::\+Get\+Instance(), and Gpg\+Frontend\+::\+Global\+Setting\+Station\+::\+Get\+U\+I\+Settings(). +References Gpg\+Frontend\+::\+U\+I\+::\+Settings\+Object\+::\+Check(). diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.md5 index fea1f127..95a28ae1 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.md5 @@ -1 +1 @@ -c1b43ca672fcf4f56267e30af2459b20 \ No newline at end of file +5f2d1f8c4a96ba992fe6b41b0965eab5 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.pdf index 014d4952..452ce138 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.md5 index 6cf418f0..95a2c60a 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.md5 @@ -1 +1 @@ -33f3748d3a6f6a75eca1c580301561d2 \ No newline at end of file +2329ce9ccadd3b2fa75a8dff4dfe04e0 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.pdf index 23d79f93..ce6313b1 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 1faba8a0..d016443a 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 294db790..7b8e859e 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__coll__graph.pdf index aafd3f5d..eed34da6 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__inherit__graph.pdf index 711beff5..b044b6fc 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.pdf index 93dbd079..82144798 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 9315a1be..3406c8d6 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 384e7a34..a9be71f6 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 b45ea1dc..0515d863 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 1e871fec..dff555c4 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage.tex @@ -100,7 +100,7 @@ std\+::string {\bfseries charset\+\_\+name\+\_\+} std\+::string {\bfseries language\+\_\+name\+\_\+} \item \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1PlainTextEditorPage_ae756fc49724212d8d9937601a48b436b}\label{classGpgFrontend_1_1UI_1_1PlainTextEditorPage_ae756fc49724212d8d9937601a48b436b}} -int32\+\_\+t {\bfseries charset\+\_\+confidence\+\_\+} +int32\+\_\+t {\bfseries charset\+\_\+confidence\+\_\+} \{\} \item \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1PlainTextEditorPage_a0e64bcd36cf90b0eec2f05361c6c6fb3}\label{classGpgFrontend_1_1UI_1_1PlainTextEditorPage_a0e64bcd36cf90b0eec2f05361c6c6fb3}} bool {\bfseries is\+\_\+crlf\+\_\+} = false @@ -130,7 +130,7 @@ Add layout and add plaintextedit \end{DoxyParams} -References full\+\_\+file\+\_\+path\+\_\+. +References Gpg\+Frontend\+::\+U\+I\+::\+Settings\+Object\+::\+Check(), and full\+\_\+file\+\_\+path\+\_\+. 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 b7444e42..7fcc1745 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.pdf index f73fe4c1..0f8dfc6f 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread__coll__graph.pdf index a3440b21..9d285738 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 2fc29bd2..e8aa5f0b 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog.tex b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog.tex index dd1cf930..53039ca0 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog.tex @@ -17,7 +17,7 @@ Collaboration diagram for Gpg\+Frontend\+::UI\+::Quit\+Dialog\+: \begin{figure}[H] \begin{center} \leavevmode -\includegraphics[width=272pt]{classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph} +\includegraphics[height=550pt]{classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph} \end{center} \end{figure} \doxysubsection*{Public Member Functions} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.md5 index dce27b98..141bfef1 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.md5 @@ -1 +1 @@ -390ae9b3e4cc177c05fb43ddce6dba27 \ No newline at end of file +0a8d3e5cda1a297cc2b80cdd75314dc3 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.pdf index 1cf7b464..b658fee1 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.md5 index f15e30f1..d52a80cc 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.md5 @@ -1 +1 @@ -8f10df66561459dd61399de5f43d7e23 \ No newline at end of file +8ec42f1e4381c05d4d3acd1d36696fac \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.pdf index 417354be..b7a2e992 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.md5 index d9d5653e..4aff0623 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.md5 @@ -1 +1 @@ -91c67dca3d43a739b98cadd1f784fc8b \ No newline at end of file +fdb2133ce5806c51a8d8250fe264e657 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.pdf index e35c3d27..dba38700 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.md5 index 906c7d4e..ec31f333 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.md5 @@ -1 +1 @@ -9108f9a99bf9d0d00e2976760d04ddb5 \ No newline at end of file +52a97064ba8f9c1961ac29d7c63751c9 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.pdf index fd40b501..8770b996 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 dbeeea0a..8248c017 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject.tex @@ -153,7 +153,7 @@ All the source code of \mbox{\hyperlink{namespaceGpgFrontend}{Gpg\+Frontend}} wa S\+P\+D\+X-\/\+License-\/\+Identifier\+: G\+P\+L-\/3.\+0-\/or-\/later -Referenced by Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Dialog\+::create\+\_\+combo\+Box(), Gpg\+Frontend\+::\+U\+I\+::\+Info\+Board\+Widget\+::\+Set\+Info\+Board(), Gpg\+Frontend\+::\+U\+I\+::\+Appearance\+Tab\+::\+Set\+Settings(), Gpg\+Frontend\+::\+U\+I\+::\+Keyserver\+Tab\+::\+Set\+Settings(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::slot\+\_\+open\+\_\+settings\+\_\+dialog(), Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Dialog\+::\+Slot\+Import(), and Gpg\+Frontend\+::\+U\+I\+::\+Common\+Utils\+::\+Slot\+Import\+Key\+From\+Key\+Server(). +Referenced by Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Dialog\+::create\+\_\+combo\+Box(), Gpg\+Frontend\+::\+U\+I\+::\+Plain\+Text\+Editor\+Page\+::\+Plain\+Text\+Editor\+Page(), Gpg\+Frontend\+::\+U\+I\+::\+Info\+Board\+Widget\+::\+Set\+Info\+Board(), Gpg\+Frontend\+::\+U\+I\+::\+Appearance\+Tab\+::\+Set\+Settings(), Gpg\+Frontend\+::\+U\+I\+::\+Keyserver\+Tab\+::\+Set\+Settings(), Gpg\+Frontend\+::\+U\+I\+::\+Main\+Window\+::slot\+\_\+open\+\_\+settings\+\_\+dialog(), Gpg\+Frontend\+::\+U\+I\+::\+Key\+Upload\+Dialog\+::slot\+\_\+upload\+\_\+key\+\_\+to\+\_\+server(), Gpg\+Frontend\+::\+U\+I\+::\+Key\+Server\+Import\+Dialog\+::\+Slot\+Import(), and Gpg\+Frontend\+::\+U\+I\+::\+Common\+Utils\+::\+Slot\+Import\+Key\+From\+Key\+Server(). diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject__coll__graph.pdf index 58d4021f..62467e3c 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 b1470296..a1392b88 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 36545eb9..551f9ed0 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 5322d04f..7e3fe1a3 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SignalStation__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SignalStation__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker.tex b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker.tex index e99f6347..91767410 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker.tex @@ -7,7 +7,7 @@ Inheritance diagram for Gpg\+Frontend\+::UI\+::Signers\+Picker\+: \begin{figure}[H] \begin{center} \leavevmode -\includegraphics[width=220pt]{classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph} +\includegraphics[width=224pt]{classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph} \end{center} \end{figure} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.md5 index 47c84542..f8e58ec6 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.md5 @@ -1 +1 @@ -9fa5a542cbd9eadf39765024419c3f6e \ No newline at end of file +4d19175273dc53f99421dc76acdb84a9 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.pdf index 563731db..6b16645f 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.md5 index 9da28f30..b39939a0 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.md5 @@ -1 +1 @@ -8d9fc180702d9b949937d49d3f580bd8 \ No newline at end of file +5e60edf6ee2cc956044e98375a6d0d5a \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.pdf index 28406f67..e64f771a 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.md5 index bab5d288..b29ca1b9 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.md5 @@ -1 +1 @@ -8ddf8820b4cec63eab1b9ff1b19ad4a8 \ No newline at end of file +1548cd6685ee924f4b09dc175c42a552 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.pdf index 903235fe..6929ff33 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.md5 index 18eda3cb..db2a7079 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.md5 @@ -1 +1 @@ -6c482fca932c77530efb70957cd2a486 \ No newline at end of file +66dfec44a07552f6984f7ca52e88a931 \ No newline at end of file diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.pdf index 892a5d98..c3109ce9 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 70e86163..ef775bdf 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 26723c79..ee830ed5 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 86329f02..c13b8334 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 e71c5946..9f77bdb6 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 50dd0cd3..78a994f1 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 985c4750..18a1082c 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 5bae867a..8858c548 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 d10bc6f5..b75108dd 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 1ce4a9ff..bfd0840a 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 32b79d63..fc33f8a9 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 5422233c..799b67e0 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 dd01ad4f..3a8e9773 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckTask__coll__graph.pdf index 4acfadce..87bd9479 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckTask__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckTask__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckTask__inherit__graph.pdf index 5b917f0e..10944a4b 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckTask__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1VersionCheckTask__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1WaitingDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1WaitingDialog__coll__graph.pdf index fb288416..7c34f9b2 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 7117b0e0..ebde1fd1 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 da5790ce..f4d0ad79 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 7b2d8745..f4d0ad79 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 63fab595..bb51633a 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 4a03bddb..cec75f4f 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 4a03bddb..353c8abd 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 7cdbfefc..208a1639 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 fceff4f7..863065ed 100644 Binary files a/docs/latex/classclass__coll__graph.pdf and b/docs/latex/classclass__coll__graph.pdf differ diff --git a/docs/latex/refman.tex b/docs/latex/refman.tex index 373b4c0b..1ca671c5 100644 --- a/docs/latex/refman.tex +++ b/docs/latex/refman.tex @@ -276,8 +276,8 @@ \input{classGpgFrontend_1_1UI_1_1NetworkTab} \input{classGpgFrontend_1_1PassphraseGenerator} \input{classGpgFrontend_1_1UI_1_1PlainTextEditorPage} -\input{classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread} \input{classProxyConnectionTestThread} +\input{classGpgFrontend_1_1UI_1_1ProxyConnectionTestThread} \input{classGpgFrontend_1_1UI_1_1QuitDialog} \input{classGpgFrontend_1_1UI_1_1SettingsDialog} \input{classGpgFrontend_1_1UI_1_1SettingsObject} diff --git a/docs/latex/structGpgFrontend_1_1ArchiveStruct__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1ArchiveStruct__coll__graph.pdf index 2c5314da..0303785b 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 39116211..102b18e2 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 7a7b1b1c..12d6319e 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 696f0109..8109521c 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 7a591686..5a2280e3 100644 Binary files a/docs/latex/structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1GpgKey_1_1__key__ref__deleter__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1Thread_1_1Task_1_1DataObject_1_1Destructor__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1Thread_1_1Task_1_1DataObject_1_1Destructor__coll__graph.pdf index dbc7e7e4..6cb33e01 100644 Binary files a/docs/latex/structGpgFrontend_1_1Thread_1_1Task_1_1DataObject_1_1Destructor__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1Thread_1_1Task_1_1DataObject_1_1Destructor__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1UI_1_1KeyListColumn__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1UI_1_1KeyListColumn__coll__graph.pdf index 48103e22..dc1049ea 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 fbdd0943..084ce86c 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 e59e7b18..423b38dd 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 6c559610..520a815b 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 3fc948b0..52529f5a 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 a3e12bd5..b2ed6536 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 87c1c55c..d746369c 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
  • Private Slots

    CtxCheckTask (GpgFrontend::Thread)    GpgFrontendApplication (GpgFrontend::UI)    KeyList (GpgFrontend::UI)   ProxyConnectionTestThread (GpgFrontend::UI)   ProxyConnectionTestThread    VerifyKeyDetailBox (GpgFrontend::UI)   
      d  
    GpgImportedKey (GpgFrontend)    KeyListColumn (GpgFrontend::UI)   ProxyConnectionTestThread   ProxyConnectionTestThread (GpgFrontend::UI)    VersionCheckTask (GpgFrontend::UI)   
    GpgImportInformation (GpgFrontend)