diff --git a/docs/html/GpgFrontendUIInit_8h_source.html b/docs/html/GpgFrontendUIInit_8h_source.html index a749e932..38d56034 100644 --- a/docs/html/GpgFrontendUIInit_8h_source.html +++ b/docs/html/GpgFrontendUIInit_8h_source.html @@ -103,9 +103,9 @@ $(document).ready(function(){initNavTree('GpgFrontendUIInit_8h_source.html','');
57 
58 }; // namespace GpgFrontend::UI
GpgFrontend::UI
Definition: FileReadTask.cpp:31
-
GpgFrontend::UI::DestroyGpgFrontendUI
void GPGFRONTEND_UI_EXPORT DestroyGpgFrontendUI()
init the UI library
Definition: GpgFrontendUIInit.cpp:211
+
GpgFrontend::UI::DestroyGpgFrontendUI
void GPGFRONTEND_UI_EXPORT DestroyGpgFrontendUI()
init the UI library
Definition: GpgFrontendUIInit.cpp:220
GpgFrontend::UI::InitGpgFrontendUI
void InitGpgFrontendUI(QApplication *)
init the UI library
Definition: GpgFrontendUIInit.cpp:109
-
GpgFrontend::UI::RunGpgFrontendUI
auto RunGpgFrontendUI(QApplication *app) -> int
run main window
Definition: GpgFrontendUIInit.cpp:190
+
GpgFrontend::UI::RunGpgFrontendUI
auto RunGpgFrontendUI(QApplication *app) -> int
run main window
Definition: GpgFrontendUIInit.cpp:199
diff --git a/docs/html/MainWindow_8h_source.html b/docs/html/MainWindow_8h_source.html index a8cd7e34..07953b4f 100644 --- a/docs/html/MainWindow_8h_source.html +++ b/docs/html/MainWindow_8h_source.html @@ -224,7 +224,7 @@ $(document).ready(function(){initNavTree('MainWindow_8h_source.html',''); initRe
350 
355  void slot_disable_tab_actions(int number);
356 
-
360  void slot_version_upgrade_nofity();
+
360  void slot_version_upgrade_notify();
361 
365  void slot_add_key_2_favourite();
366 
@@ -314,7 +314,7 @@ $(document).ready(function(){initNavTree('MainWindow_8h_source.html',''); initRe
489  QAction* copy_key_id_to_clipboard_act_{};
490  QAction* copy_key_default_uid_to_clipboard_act_{};
491 
-
492  QAction* add_key_2_favourtie_act_{};
+
492  QAction* add_key_2_favourite_act_{};
493  QAction* remove_key_from_favourtie_act_{};
494  QAction* set_owner_trust_of_key_act_{};
495 
@@ -360,7 +360,7 @@ $(document).ready(function(){initNavTree('MainWindow_8h_source.html',''); initRe
GpgFrontend::UI::MainWindow::slot_show_key_details
void slot_show_key_details()
Definition: MainWindowSlotFunction.cpp:190
GpgFrontend::UI::MainWindow::create_dock_windows
void create_dock_windows()
Definition: MainWindowUI.cpp:685
GpgFrontend::UI::MainWindow::SlotEncrypt
void SlotEncrypt()
Definition: MainWindowGpgOperaFunction.cpp:46
-
GpgFrontend::UI::MainWindow::Init
void Init() noexcept
Definition: MainWindow.cpp:55
+
GpgFrontend::UI::MainWindow::Init
void Init() noexcept
Definition: MainWindow.cpp:54
GpgFrontend::UI::MainWindow::close_tab_act_
QAction * close_tab_act_
Action to print.
Definition: MainWindow.h:463
GpgFrontend::UI::MainWindow::create_actions
void create_actions()
Definition: MainWindowUI.cpp:42
GpgFrontend::UI::MainWindow::clean_double_line_breaks_act_
QAction * clean_double_line_breaks_act_
Definition: MainWindow.h:472
@@ -369,17 +369,16 @@ $(document).ready(function(){initNavTree('MainWindow_8h_source.html',''); initRe
GpgFrontend::UI::MainWindow::verify_act_
QAction * verify_act_
Action to verify text.
Definition: MainWindow.h:470
GpgFrontend::UI::MainWindow::key_menu_
QMenu * key_menu_
Submenu for key-operations.
Definition: MainWindow.h:435
GpgFrontend::UI::MainWindow::slot_open_key_management
void slot_open_key_management()
Definition: MainWindowSlotUI.cpp:58
-
GpgFrontend::UI::MainWindow::closeEvent
void closeEvent(QCloseEvent *event) override
Definition: MainWindow.cpp:233
+
GpgFrontend::UI::MainWindow::closeEvent
void closeEvent(QCloseEvent *event) override
Definition: MainWindow.cpp:232
GpgFrontend::UI::MainWindow::create_status_bar
void create_status_bar()
Definition: MainWindowUI.cpp:669
GpgFrontend::UI::MainWindow::file_tool_bar_
QToolBar * file_tool_bar_
Toolbar holding file actions.
Definition: MainWindow.h:444
GpgFrontend::UI::MainWindow::crypt_menu_
QMenu * crypt_menu_
Submenu for crypt-operations.
Definition: MainWindow.h:432
-
GpgFrontend::UI::MainWindow::restore_settings
void restore_settings()
Definition: MainWindow.cpp:164
+
GpgFrontend::UI::MainWindow::restore_settings
void restore_settings()
Definition: MainWindow.cpp:163
GpgFrontend::UI::MainWindow::save_as_act_
QAction * save_as_act_
Action to save file as.
Definition: MainWindow.h:461
GpgFrontend::UI::MainWindow::encrypt_sign_act_
QAction * encrypt_sign_act_
Action to encrypt and sign text.
Definition: MainWindow.h:466
GpgFrontend::UI::MainWindow::slot_disable_tab_actions
void slot_disable_tab_actions(int number)
Definition: MainWindowSlotUI.cpp:67
GpgFrontend::UI::MainWindow::SlotSetRestartNeeded
void SlotSetRestartNeeded(int)
Definition: MainWindowSlotUI.cpp:181
GpgFrontend::UI::MainWindow::slot_open_file_tab
void slot_open_file_tab()
Definition: MainWindowSlotUI.cpp:65
-
GpgFrontend::UI::MainWindow::slot_version_upgrade_nofity
void slot_version_upgrade_nofity()
Definition: MainWindowSlotFunction.cpp:265
GpgFrontend::UI::MainWindow::cut_act_
QAction * cut_act_
Action to cut text.
Definition: MainWindow.h:499
GpgFrontend::UI::MainWindow::cut_pgp_header_act_
QAction * cut_pgp_header_act_
Action for cutting the PGP header.
Definition: MainWindow.h:514
GpgFrontend::UI::MainWindow::SlotDecrypt
void SlotDecrypt()
Definition: MainWindowGpgOperaFunction.cpp:195
@@ -388,7 +387,7 @@ $(document).ready(function(){initNavTree('MainWindow_8h_source.html',''); initRe
GpgFrontend::UI::MainWindow::browser_act_
QAction * browser_act_
Action to open file browser.
Definition: MainWindow.h:459
GpgFrontend::UI::MainWindow::zoom_in_act_
QAction * zoom_in_act_
Action to zoom in.
Definition: MainWindow.h:505
GpgFrontend::UI::MainWindow::new_tab_act_
QAction * new_tab_act_
Action to create new tab.
Definition: MainWindow.h:455
-
GpgFrontend::UI::MainWindow::close_attachment_dock
void close_attachment_dock()
Definition: MainWindow.cpp:224
+
GpgFrontend::UI::MainWindow::close_attachment_dock
void close_attachment_dock()
Definition: MainWindow.cpp:223
GpgFrontend::UI::MainWindow::open_act_
QAction * open_act_
Action to open file.
Definition: MainWindow.h:458
GpgFrontend::UI::MainWindow::slot_import_key_from_edit
void slot_import_key_from_edit()
Definition: MainWindowSlotUI.cpp:52
GpgFrontend::UI::MainWindow::get_restart_needed
int get_restart_needed() const
return true, if restart is needed
Definition: MainWindowSlotUI.cpp:186
@@ -456,6 +455,7 @@ $(document).ready(function(){initNavTree('MainWindow_8h_source.html',''); initRe
GpgFrontend::UI::MainWindow::steganography_menu_
QMenu * steganography_menu_
Submenu for steganography operations.
Definition: MainWindow.h:442
GpgFrontend::UI::MainWindow::copy_mail_address_to_clipboard_act_
QAction * copy_mail_address_to_clipboard_act_
Definition: MainWindow.h:487
GpgFrontend::UI::MainWindow::slot_copy_mail_address_to_clipboard
void slot_copy_mail_address_to_clipboard()
Definition: MainWindowSlotFunction.cpp:151
+
GpgFrontend::UI::MainWindow::slot_version_upgrade_notify
void slot_version_upgrade_notify()
Definition: MainWindowSlotFunction.cpp:265
GpgFrontend::UI::MainWindow::quote_act_
QAction * quote_act_
Action to quote text.
Definition: MainWindow.h:498
GpgFrontend::UI::MainWindow::SlotDirectoryEncryptSign
void SlotDirectoryEncryptSign(const QString &path)
Definition: MainWindowFileSlotFunction.cpp:637
GpgFrontend::UI::MainWindow::open_settings_act_
QAction * open_settings_act_
Action to open settings dialog.
Definition: MainWindow.h:511
diff --git a/docs/html/SettingsAppearance_8h_source.html b/docs/html/SettingsAppearance_8h_source.html index 9bcfd9c7..1bfeaef4 100644 --- a/docs/html/SettingsAppearance_8h_source.html +++ b/docs/html/SettingsAppearance_8h_source.html @@ -113,14 +113,14 @@ $(document).ready(function(){initNavTree('SettingsAppearance_8h_source.html','')
65 
66  signals:
67 
-
73  void signalRestartNeeded(bool needed);
+
73  void SignalRestartNeeded();
74 };
75 
76 } // namespace GpgFrontend::UI
GpgFrontend::UI::AppearanceTab
Definition: SettingsAppearance.h:37
-
GpgFrontend::UI::AppearanceTab::SetSettings
void SetSettings()
Set the Settings object.
Definition: SettingsAppearance.cpp:76
-
GpgFrontend::UI::AppearanceTab::AppearanceTab
AppearanceTab(QWidget *parent=nullptr)
Construct a new Appearance Tab object.
Definition: SettingsAppearance.cpp:38
-
GpgFrontend::UI::AppearanceTab::signalRestartNeeded
void signalRestartNeeded(bool needed)
+
GpgFrontend::UI::AppearanceTab::SignalRestartNeeded
void SignalRestartNeeded()
+
GpgFrontend::UI::AppearanceTab::SetSettings
void SetSettings()
Set the Settings object.
Definition: SettingsAppearance.cpp:82
+
GpgFrontend::UI::AppearanceTab::AppearanceTab
AppearanceTab(QWidget *parent=nullptr)
Construct a new Appearance Tab object.
Definition: SettingsAppearance.cpp:39
GpgFrontend::UI
Definition: FileReadTask.cpp:31
diff --git a/docs/html/SettingsDialog_8h_source.html b/docs/html/SettingsDialog_8h_source.html index ed54549c..fb96253c 100644 --- a/docs/html/SettingsDialog_8h_source.html +++ b/docs/html/SettingsDialog_8h_source.html @@ -120,28 +120,26 @@ $(document).ready(function(){initNavTree('SettingsDialog_8h_source.html',''); in
82  void SignalRestartNeeded(int);
83 
84  private:
-
85  QTabWidget* tab_widget_;
-
86  QDialogButtonBox* button_box_;
-
87  int restart_needed_{0};
+
85  QTabWidget* tab_widget_;
+
86  QDialogButtonBox* button_box_;
+
87  int restart_needed_{kNonRestartCode};
88 
-
95  int get_restart_needed() const;
+
89  private slots:
+
90 
+
95  void slot_declare_a_restart();
96 
-
97  private slots:
-
98 
-
104  void slot_set_restart_needed(int);
-
105 };
-
106 
-
107 } // namespace GpgFrontend::UI
+
101  void slot_declare_a_deep_restart();
+
102 };
+
103 
+
104 } // namespace GpgFrontend::UI
GpgFrontend::UI::AppearanceTab
Definition: SettingsAppearance.h:37
GpgFrontend::UI::GeneralDialog
Definition: GeneralDialog.h:35
GpgFrontend::UI::GeneralTab
Definition: SettingsGeneral.h:42
GpgFrontend::UI::KeyserverTab
Definition: SettingsKeyServer.h:40
GpgFrontend::UI::NetworkTab
Definition: SettingsNetwork.h:38
GpgFrontend::UI::SettingsDialog
Definition: SettingsDialog.h:44
-
GpgFrontend::UI::SettingsDialog::SettingsDialog
SettingsDialog(QWidget *parent=nullptr)
Construct a new Settings Dialog object.
Definition: SettingsDialog.cpp:42
-
GpgFrontend::UI::SettingsDialog::get_restart_needed
int get_restart_needed() const
Get the Restart Needed object.
Definition: SettingsDialog.cpp:105
-
GpgFrontend::UI::SettingsDialog::ListLanguages
static QHash< QString, QString > ListLanguages()
Definition: SettingsDialog.cpp:126
-
GpgFrontend::UI::SettingsDialog::slot_set_restart_needed
void slot_set_restart_needed(int)
Definition: SettingsDialog.cpp:109
+
GpgFrontend::UI::SettingsDialog::SettingsDialog
SettingsDialog(QWidget *parent=nullptr)
Construct a new Settings Dialog object.
Definition: SettingsDialog.cpp:41
+
GpgFrontend::UI::SettingsDialog::ListLanguages
static QHash< QString, QString > ListLanguages()
Definition: SettingsDialog.cpp:122
GpgFrontend::UI::SettingsDialog::SignalRestartNeeded
void SignalRestartNeeded(int)
GpgFrontend::UI
Definition: FileReadTask.cpp:31
diff --git a/docs/html/SettingsGeneral_8h_source.html b/docs/html/SettingsGeneral_8h_source.html index 650308bf..0cfc8fe5 100644 --- a/docs/html/SettingsGeneral_8h_source.html +++ b/docs/html/SettingsGeneral_8h_source.html @@ -108,26 +108,22 @@ $(document).ready(function(){initNavTree('SettingsGeneral_8h_source.html',''); i
64 
65  signals:
66 
-
72  void SignalRestartNeeded(bool needed);
+
72  void SignalRestartNeeded();
73 
-
79  void SignalDeepRestartNeeded(bool needed);
+
79  void SignalDeepRestartNeeded();
80 
81  private:
82  std::shared_ptr<Ui_GeneralSettings> ui_;
83  QHash<QString, QString> lang_;
84  std::vector<QString> key_ids_list_;
85  KeyList* m_key_list_{};
-
86 
-
87  private slots:
-
88 
-
93  void slot_language_changed();
-
94 };
-
95 } // namespace GpgFrontend::UI
+
86 };
+
87 } // namespace GpgFrontend::UI
GpgFrontend::UI::GeneralTab
Definition: SettingsGeneral.h:42
GpgFrontend::UI::GeneralTab::GeneralTab
GeneralTab(QWidget *parent=nullptr)
Construct a new General Tab object.
Definition: SettingsGeneral.cpp:38
GpgFrontend::UI::GeneralTab::SetSettings
void SetSettings()
Set the Settings object.
Definition: SettingsGeneral.cpp:109
-
GpgFrontend::UI::GeneralTab::SignalRestartNeeded
void SignalRestartNeeded(bool needed)
-
GpgFrontend::UI::GeneralTab::SignalDeepRestartNeeded
void SignalDeepRestartNeeded(bool needed)
+
GpgFrontend::UI::GeneralTab::SignalRestartNeeded
void SignalRestartNeeded()
+
GpgFrontend::UI::GeneralTab::SignalDeepRestartNeeded
void SignalDeepRestartNeeded()
GpgFrontend::UI::KeyList
Definition: KeyList.h:166
GpgFrontend::UI
Definition: FileReadTask.cpp:31
diff --git a/docs/html/classGpgFrontend_1_1GpgAdvancedOperator.html b/docs/html/classGpgFrontend_1_1GpgAdvancedOperator.html index 53bc670b..03e49709 100644 --- a/docs/html/classGpgFrontend_1_1GpgAdvancedOperator.html +++ b/docs/html/classGpgFrontend_1_1GpgAdvancedOperator.html @@ -153,7 +153,7 @@ false

References GpgFrontend::GpgCommandExecutor::ExecuteSync().

-

Referenced by GpgFrontend::ShutdownGlobalBasicalEnv().

+

Referenced by GpgFrontend::ShutdownGlobalBasicEnv().

diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab-members.html b/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab-members.html index db9097dc..0277c66d 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab-members.html @@ -94,7 +94,7 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1AppearanceTa icon_size_group_ (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 + SignalRestartNeeded()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 a57e11f4..b7cf4e21 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab.html @@ -115,8 +115,8 @@ Collaboration diagram for GpgFrontend::UI::AppearanceTab: - - + +

Signals

void signalRestartNeeded (bool needed)
 
void SignalRestartNeeded ()
 
@@ -176,13 +176,13 @@ QButtonGroup *  - - - - + + +

Public Member Functions

icon_size_g -

References SetSettings().

+

References SetSettings(), and SignalRestartNeeded().

Member Function Documentation

- -

◆ signalRestartNeeded

+ +

◆ SignalRestartNeeded

@@ -191,10 +191,9 @@ QButtonGroup * 
icon_size_g - + - - +
void GpgFrontend::UI::AppearanceTab::signalRestartNeeded void GpgFrontend::UI::AppearanceTab::SignalRestartNeeded (bool needed))
@@ -211,6 +210,8 @@ QButtonGroup * 
icon_size_g +

Referenced by AppearanceTab(), and GpgFrontend::UI::SettingsDialog::SettingsDialog().

+
The documentation for this class was generated from the following files:
    diff --git a/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab.js b/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab.js index b43e19c6..38a29ca0 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab.js +++ b/docs/html/classGpgFrontend_1_1UI_1_1AppearanceTab.js @@ -3,7 +3,7 @@ var classGpgFrontend_1_1UI_1_1AppearanceTab = [ "AppearanceTab", "classGpgFrontend_1_1UI_1_1AppearanceTab.html#abfca670540bc0409b9be4459ee6a3b6c", null ], [ "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 ], + [ "SignalRestartNeeded", "classGpgFrontend_1_1UI_1_1AppearanceTab.html#a0604a8cc86cb6aec7d35e71438d87c9a", null ], [ "icon_size_group_", "classGpgFrontend_1_1UI_1_1AppearanceTab.html#aaa3ec787dcd8fae1a14c2067deb9dd03", null ], [ "icon_style_group_", "classGpgFrontend_1_1UI_1_1AppearanceTab.html#a58b3ece7ff069c33de73e658aa47cacc", null ], [ "ui_", "classGpgFrontend_1_1UI_1_1AppearanceTab.html#a9f546f16551f48c73ee9031dd0ad8720", null ] diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog.html index 5576e001..3b651389 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog.html @@ -111,10 +111,10 @@ Inheritance diagram for GpgFrontend::UI::GeneralDialog: - - - - + + + + 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 d1e8dfd9..72019578 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.map @@ -12,9 +12,9 @@ - - - - + + + + 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 30456c2b..f17736e6 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 @@ -f79953bc91f1d3b26dc76ae48c424838 \ No newline at end of file +cdd5a7f6d495dcf188e76bdf3a05576e \ 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 37b715c9..fe85bf9d 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_1GeneralTab-members.html b/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab-members.html index 54e0c585..ed1abdff 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab-members.html @@ -95,10 +95,9 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1GeneralTab.h
lang_ (defined in GpgFrontend::UI::GeneralTab)GpgFrontend::UI::GeneralTabprivate
m_key_list_ (defined in GpgFrontend::UI::GeneralTab)GpgFrontend::UI::GeneralTabprivate
SetSettings()GpgFrontend::UI::GeneralTab
SignalDeepRestartNeeded(bool needed)GpgFrontend::UI::GeneralTabsignal
SignalRestartNeeded(bool needed)GpgFrontend::UI::GeneralTabsignal
slot_language_changed() (defined in GpgFrontend::UI::GeneralTab)GpgFrontend::UI::GeneralTabprivateslot
ui_ (defined in GpgFrontend::UI::GeneralTab)GpgFrontend::UI::GeneralTabprivate
SignalDeepRestartNeeded()GpgFrontend::UI::GeneralTabsignal
SignalRestartNeeded()GpgFrontend::UI::GeneralTabsignal
ui_ (defined in GpgFrontend::UI::GeneralTab)GpgFrontend::UI::GeneralTabprivate
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab.html b/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab.html index 67644a54..226518ee 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab.html @@ -85,7 +85,6 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1GeneralTab.h
Signals | Public Member Functions | -Private Slots | Private Attributes | List of all members
@@ -97,7 +96,7 @@ Inheritance diagram for GpgFrontend::UI::GeneralTab:
Inheritance graph
- +
@@ -106,7 +105,7 @@ Collaboration diagram for GpgFrontend::UI::GeneralTab:
Collaboration graph
- + @@ -129,10 +128,10 @@ Collaboration diagram for GpgFrontend::UI::GeneralTab:
- - - - + + + +

Signals

void SignalRestartNeeded (bool needed)
 
void SignalDeepRestartNeeded (bool needed)
 
void SignalRestartNeeded ()
 
void SignalDeepRestartNeeded ()
 
@@ -147,12 +146,6 @@ void 

Public Member Functions

ApplySettings ()
 
- - - -

-Private Slots

-void slot_language_changed ()
 
- - +

Private Attributes

@@ -201,13 +194,13 @@ std::vector< QString >  -

References GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance(), and GpgFrontend::UI::SettingsDialog::ListLanguages().

+

References GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance(), GpgFrontend::UI::SettingsDialog::ListLanguages(), and SignalRestartNeeded().

Member Function Documentation

- -

◆ SignalDeepRestartNeeded

+ +

◆ SignalDeepRestartNeeded

@@ -218,8 +211,7 @@ std::vector< QString > 
void GpgFrontend::UI::GeneralTab::SignalDeepRestartNeeded (bool needed))
@@ -240,8 +232,8 @@ std::vector< QString >  - -

◆ SignalRestartNeeded

+ +

◆ SignalRestartNeeded

@@ -252,8 +244,7 @@ std::vector< QString >  void GpgFrontend::UI::GeneralTab::SignalRestartNeeded ( - bool  - needed) + ) @@ -270,7 +261,7 @@ std::vector< QString >  -

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

+

Referenced by GeneralTab(), and GpgFrontend::UI::SettingsDialog::SettingsDialog().

diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab.js b/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab.js index 03bac85d..d2f63d5c 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab.js +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab.js @@ -3,9 +3,8 @@ var classGpgFrontend_1_1UI_1_1GeneralTab = [ "GeneralTab", "classGpgFrontend_1_1UI_1_1GeneralTab.html#a214079dfbacdc6898146c8468611cf0c", null ], [ "ApplySettings", "classGpgFrontend_1_1UI_1_1GeneralTab.html#a4523f55e98cee600b2fd47b1750b4d24", null ], [ "SetSettings", "classGpgFrontend_1_1UI_1_1GeneralTab.html#a7b26d8a088ce8f50b1fd0e719e38534b", null ], - [ "SignalDeepRestartNeeded", "classGpgFrontend_1_1UI_1_1GeneralTab.html#afc107d56f13000aa28436a5e26a0876b", null ], - [ "SignalRestartNeeded", "classGpgFrontend_1_1UI_1_1GeneralTab.html#aa88ccbda61728be6de0aa2d9b92e0b69", null ], - [ "slot_language_changed", "classGpgFrontend_1_1UI_1_1GeneralTab.html#ac461da3987d5304caf7fda22b00d7563", null ], + [ "SignalDeepRestartNeeded", "classGpgFrontend_1_1UI_1_1GeneralTab.html#ad5e1b6106ce724bfc7e3c76aeb6aa4e2", null ], + [ "SignalRestartNeeded", "classGpgFrontend_1_1UI_1_1GeneralTab.html#a801f851aada5ac2e9b11f969b7e0483e", null ], [ "key_ids_list_", "classGpgFrontend_1_1UI_1_1GeneralTab.html#a2af085877a396b6a4f857b9b8fb88969", null ], [ "lang_", "classGpgFrontend_1_1UI_1_1GeneralTab.html#ab3341ec6e10ae9bdcb95572c72837501", null ], [ "m_key_list_", "classGpgFrontend_1_1UI_1_1GeneralTab.html#abaf12014356a2fa20f66945004abb7c2", null ], diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.map index e9f07139..5e0a1cd6 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.map @@ -1,5 +1,5 @@ - + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.md5 index f21a3cd7..631a5b21 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.md5 @@ -1 +1 @@ -2dca3d45744fee2c0bc18bd55596e92d \ No newline at end of file +80545cdc8b959d8a81a2c47d8cfd517c \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.png index 77d41dfa..03247301 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab__inherit__graph.map index 79134372..241bdd74 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab__inherit__graph.map @@ -1,4 +1,4 @@ - + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab__inherit__graph.md5 index f926e953..7ce30125 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab__inherit__graph.md5 @@ -1 +1 @@ -e281da655c035db638f3c9d5b330039e \ No newline at end of file +69f559b33b670e591a8983516b2c9bcc \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab__inherit__graph.png index 59990c38..3812b67e 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1GeneralTab__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow-members.html b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow-members.html index 1bd00c97..bf0c024e 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow-members.html @@ -90,7 +90,7 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1MainWindow.h

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

- + @@ -212,7 +212,7 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1MainWindow.h - + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.html b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.html index 4f83be5f..3409658c 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.html @@ -272,8 +272,8 @@ void  - - + + @@ -493,9 +493,9 @@ QAction *  - - + + @@ -1352,8 +1352,8 @@ Qt::ToolButtonStyle 
about_act_GpgFrontend::UI::MainWindowprivate
add_key_2_favourtie_act_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate
add_key_2_favourite_act_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate
add_pgp_header_act_GpgFrontend::UI::MainWindowprivate
advance_menu_GpgFrontend::UI::MainWindowprivate
append_key_create_date_to_editor_act_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate
slot_set_owner_trust_level_of_key() (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivateslot
slot_show_key_details()GpgFrontend::UI::MainWindowprivateslot
slot_start_wizard()GpgFrontend::UI::MainWindowprivateslot
slot_version_upgrade_nofity()GpgFrontend::UI::MainWindowprivateslot
slot_version_upgrade_notify()GpgFrontend::UI::MainWindowprivateslot
SlotArchiveDecrypt(const QString &path)GpgFrontend::UI::MainWindowslot
SlotArchiveDecryptVerify(const QString &path)GpgFrontend::UI::MainWindowslot
SlotDecrypt()GpgFrontend::UI::MainWindowslot
slot_append_keys_fing
 
void slot_disable_tab_actions (int number)
 
void slot_version_upgrade_nofity ()
 
void slot_version_upgrade_notify ()
 
void slot_add_key_2_favourite ()
 
copy_key_id_to_c
QAction * copy_key_default_uid_to_clipboard_act_ {}
 
-QAction * add_key_2_favourtie_act_ {}
 
+QAction * add_key_2_favourite_act_ {}
 
QAction * remove_key_from_favourtie_act_ {}
 
icon_s - -

◆ slot_version_upgrade_nofity

+ +

◆ slot_version_upgrade_notify

@@ -1362,7 +1362,7 @@ Qt::ToolButtonStyle 
icon_s - + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.js b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.js index 63aa1b61..05662b90 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.js +++ b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.js @@ -41,7 +41,7 @@ var classGpgFrontend_1_1UI_1_1MainWindow = [ "slot_set_owner_trust_level_of_key", "classGpgFrontend_1_1UI_1_1MainWindow.html#ace4433f21dbb4b1859b81c120b675e1d", null ], [ "slot_show_key_details", "classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e", null ], [ "slot_start_wizard", "classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be", null ], - [ "slot_version_upgrade_nofity", "classGpgFrontend_1_1UI_1_1MainWindow.html#a2af52ff72325fc4c4d50aefc496100cd", null ], + [ "slot_version_upgrade_notify", "classGpgFrontend_1_1UI_1_1MainWindow.html#af943d62a7aeb866bed2a3f50cd9bb565", null ], [ "SlotArchiveDecrypt", "classGpgFrontend_1_1UI_1_1MainWindow.html#aba7c5572c2736701cc5799776876bbdd", null ], [ "SlotArchiveDecryptVerify", "classGpgFrontend_1_1UI_1_1MainWindow.html#a8ee995b7d1a21ebaab2333a5e79ae77c", null ], [ "SlotDecrypt", "classGpgFrontend_1_1UI_1_1MainWindow.html#a3751c475a29a5827a5eea587ffa6abfb", null ], @@ -65,7 +65,7 @@ var classGpgFrontend_1_1UI_1_1MainWindow = [ "SlotVerify", "classGpgFrontend_1_1UI_1_1MainWindow.html#ac9bf2a20727eb8e727aa2e3ce5c248e5", null ], [ "upload_key_to_server", "classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c", null ], [ "about_act_", "classGpgFrontend_1_1UI_1_1MainWindow.html#a9dd292f55fba1fe62c83508fef7e43a1", null ], - [ "add_key_2_favourtie_act_", "classGpgFrontend_1_1UI_1_1MainWindow.html#ae9bc8395f2d2965c722442f4879902d8", null ], + [ "add_key_2_favourite_act_", "classGpgFrontend_1_1UI_1_1MainWindow.html#a08ff2e95d1fb0ac975fcbbdd9e9ae2ce", null ], [ "add_pgp_header_act_", "classGpgFrontend_1_1UI_1_1MainWindow.html#a95b2c86afbefe47e79af87e56032e306", null ], [ "advance_menu_", "classGpgFrontend_1_1UI_1_1MainWindow.html#abd4319366aa14f17a166c9f945d4ae90", null ], [ "append_key_create_date_to_editor_act_", "classGpgFrontend_1_1UI_1_1MainWindow.html#ad874ce344cce9f87bfbb31e7bf88aebe", null ], diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog-members.html index 081ee132..45d469ae 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog-members.html @@ -93,25 +93,25 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1SettingsDial - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog.html index a970606a..594d0f37 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog.html @@ -89,7 +89,6 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1SettingsDial Static Public Member Functions | Public Attributes | Private Slots | -Private Member Functions | Private Attributes | List of all members
@@ -101,7 +100,7 @@ Inheritance diagram for GpgFrontend::UI::SettingsDialog:
Inheritance graph
- + @@ -111,10 +110,10 @@ Collaboration diagram for GpgFrontend::UI::SettingsDialog:
Collaboration graph
- + - + @@ -183,14 +182,12 @@ Public Attributes
void GpgFrontend::UI::MainWindow::slot_version_upgrade_nofity void GpgFrontend::UI::MainWindow::slot_version_upgrade_notify ( )
button_box_ (defined in GpgFrontend::UI::SettingsDialog)GpgFrontend::UI::SettingsDialogprivate
general_tab_ (defined in GpgFrontend::UI::SettingsDialog)GpgFrontend::UI::SettingsDialog
GeneralDialog(QString name, QWidget *parent=nullptr)GpgFrontend::UI::GeneralDialogexplicit
get_restart_needed() constGpgFrontend::UI::SettingsDialogprivate
isRectRestored() -> bool (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprotected
key_server_tab_ (defined in GpgFrontend::UI::SettingsDialog)GpgFrontend::UI::SettingsDialog
ListLanguages()GpgFrontend::UI::SettingsDialogstatic
movePosition2CenterOfParent() (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprotected
name_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
network_tab_ (defined in GpgFrontend::UI::SettingsDialog)GpgFrontend::UI::SettingsDialog
parent_rect_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
rect_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
rect_restored_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
restart_needed_ (defined in GpgFrontend::UI::SettingsDialog)GpgFrontend::UI::SettingsDialogprivate
screen_rect_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
setPosCenterOfScreen() (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprotected
SettingsDialog(QWidget *parent=nullptr)GpgFrontend::UI::SettingsDialogexplicit
showEvent(QShowEvent *event) override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprotected
SignalRestartNeeded(int)GpgFrontend::UI::SettingsDialogsignal
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(int)GpgFrontend::UI::SettingsDialogprivateslot
isRectRestored() -> bool (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprotected
key_server_tab_ (defined in GpgFrontend::UI::SettingsDialog)GpgFrontend::UI::SettingsDialog
ListLanguages()GpgFrontend::UI::SettingsDialogstatic
movePosition2CenterOfParent() (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprotected
name_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
network_tab_ (defined in GpgFrontend::UI::SettingsDialog)GpgFrontend::UI::SettingsDialog
parent_rect_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
rect_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
rect_restored_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
restart_needed_ (defined in GpgFrontend::UI::SettingsDialog)GpgFrontend::UI::SettingsDialogprivate
screen_rect_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
setPosCenterOfScreen() (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprotected
SettingsDialog(QWidget *parent=nullptr)GpgFrontend::UI::SettingsDialogexplicit
showEvent(QShowEvent *event) override (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprotected
SignalRestartNeeded(int)GpgFrontend::UI::SettingsDialogsignal
slot_declare_a_deep_restart() (defined in GpgFrontend::UI::SettingsDialog)GpgFrontend::UI::SettingsDialogprivateslot
slot_declare_a_restart() (defined in GpgFrontend::UI::SettingsDialog)GpgFrontend::UI::SettingsDialogprivateslot
slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivateslot
SlotAccept() (defined in GpgFrontend::UI::SettingsDialog)GpgFrontend::UI::SettingsDialogslot
tab_widget_ (defined in GpgFrontend::UI::SettingsDialog)GpgFrontend::UI::SettingsDialogprivate
update_rect_cache() (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
- - -

Private Slots

void slot_set_restart_needed (int)
 
- - - - + + + +

-Private Member Functions

int get_restart_needed () const
 Get the Restart Needed object. More...
 
+void slot_declare_a_restart ()
 
+void slot_declare_a_deep_restart ()
 
@@ -201,7 +198,7 @@ QTabWidget *  +int 

Private Attributes

tab_widget_button_box_
 
-int restart_needed_ {0}
restart_needed_ {kNonRestartCode}
 
void  - - + + - - + +

@@ -253,41 +250,11 @@ void 

showEvent (QShowE -

References GpgFrontend::kRestartCode, GpgFrontend::UI::GeneralTab::SignalDeepRestartNeeded(), GpgFrontend::UI::GeneralTab::SignalRestartNeeded(), SignalRestartNeeded(), slot_set_restart_needed(), and GpgFrontend::UI::MainWindow::SlotSetRestartNeeded().

+

References GpgFrontend::UI::GeneralTab::SignalDeepRestartNeeded(), GpgFrontend::UI::AppearanceTab::SignalRestartNeeded(), GpgFrontend::UI::GeneralTab::SignalRestartNeeded(), SignalRestartNeeded(), and GpgFrontend::UI::MainWindow::SlotSetRestartNeeded().

Member Function Documentation

- -

◆ get_restart_needed()

- -
-
- - - - - -
- - - - - - - -
auto GpgFrontend::UI::SettingsDialog::get_restart_needed () const
-
-private
-
- -

Get the Restart Needed object.

-
Returns
true
-
-false
- -
-

◆ ListLanguages()

@@ -348,40 +315,6 @@ false

Referenced by SettingsDialog().

- - - -

◆ slot_set_restart_needed

- -
-
- - - - - -
- - - - - - - - -
void GpgFrontend::UI::SettingsDialog::slot_set_restart_needed (int mode)
-
-privateslot
-
-
Parameters
- - -
needed
-
-
- -

Referenced by SettingsDialog().

-

The documentation for this class was generated from the following files:
    diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog.js b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog.js index 214222f1..c4fceeda 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog.js +++ b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog.js @@ -1,10 +1,10 @@ var classGpgFrontend_1_1UI_1_1SettingsDialog = [ [ "SettingsDialog", "classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc", null ], - [ "get_restart_needed", "classGpgFrontend_1_1UI_1_1SettingsDialog.html#a2ca2325a0dd0764cb6b5c2a7e35ba408", null ], [ "ListLanguages", "classGpgFrontend_1_1UI_1_1SettingsDialog.html#ab3c3f59d98afb1f284a7149f4ff971b8", null ], [ "SignalRestartNeeded", "classGpgFrontend_1_1UI_1_1SettingsDialog.html#af5ba6646af45d0d1d794bc52ee54b1b9", null ], - [ "slot_set_restart_needed", "classGpgFrontend_1_1UI_1_1SettingsDialog.html#acc6b4386de554fce6fbb60ac6d201952", null ], + [ "slot_declare_a_deep_restart", "classGpgFrontend_1_1UI_1_1SettingsDialog.html#a22e50d779f84ac7b3d83b1bccedf8e24", null ], + [ "slot_declare_a_restart", "classGpgFrontend_1_1UI_1_1SettingsDialog.html#a77d24d981a6b0e60fd0afd9f3ba2ad3e", null ], [ "SlotAccept", "classGpgFrontend_1_1UI_1_1SettingsDialog.html#aa1a54f43f17388a07befb5f15e4906ea", null ], [ "appearance_tab_", "classGpgFrontend_1_1UI_1_1SettingsDialog.html#ac32111f86366175b943f8d96eee975ed", null ], [ "button_box_", "classGpgFrontend_1_1UI_1_1SettingsDialog.html#a4e2ce62b4f14bb77d577efe208655bcb", null ], 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 05190052..3b8b8524 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.map @@ -1,8 +1,8 @@ - + - + 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 5c2c5d51..22438dcc 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 @@ -58ab61e2b73f7f02e3836462dec31f56 \ No newline at end of file +523c7431adcd8d680e909ccf59d00179 \ 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 ce137dd5..9f8681e6 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 05ff35d4..0be9c46f 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 38f5405a..289f8772 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 @@ -7281f17a37740682c38f38cc0ac318e7 \ No newline at end of file +44b3a6aeac743e3ca2f35fd56c500ef5 \ 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 2049a1f4..99143667 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/functions_func_g.html b/docs/html/functions_func_g.html index e95c3869..9656e505 100644 --- a/docs/html/functions_func_g.html +++ b/docs/html/functions_func_g.html @@ -145,7 +145,6 @@ $(document).ready(function(){initNavTree('functions_func_g.html',''); initResiza
  • get_restart_needed() : GpgFrontend::UI::GnuPGControllerDialog , GpgFrontend::UI::MainWindow -, GpgFrontend::UI::SettingsDialog
  • get_selected_subkey() : GpgFrontend::UI::KeyPairSubkeyTab @@ -291,7 +290,7 @@ $(document).ready(function(){initNavTree('functions_func_g.html',''); initResiza : GpgFrontend::GpgKeyGetter
  • GetKeysCopy() -: GpgFrontend::GpgKeyGetter +: GpgFrontend::GpgKeyGetter
  • GetKeySizeStr() : GpgFrontend::GenKeyInfo diff --git a/docs/html/functions_func_s.html b/docs/html/functions_func_s.html index 8bd31480..e0cc3f45 100644 --- a/docs/html/functions_func_s.html +++ b/docs/html/functions_func_s.html @@ -225,7 +225,7 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza : GpgFrontend::GpgBasicOperator
  • SignalDeepRestartNeeded() -: GpgFrontend::UI::GeneralTab +: GpgFrontend::UI::GeneralTab
  • SignalKeyDatabaseRefreshDone() : GpgFrontend::UI::CommonUtils @@ -263,11 +263,9 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza
  • SignalReplyFromUpdateServer() : GpgFrontend::UI::UpdateTab
  • -
  • signalRestartNeeded() -: GpgFrontend::UI::AppearanceTab -
  • SignalRestartNeeded() -: GpgFrontend::UI::GeneralTab +: GpgFrontend::UI::AppearanceTab +, GpgFrontend::UI::GeneralTab , GpgFrontend::UI::GnuPGControllerDialog , GpgFrontend::UI::KeyserverTab , GpgFrontend::UI::SettingsDialog @@ -416,7 +414,6 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza
  • slot_set_restart_needed() : GpgFrontend::UI::GnuPGControllerDialog -, GpgFrontend::UI::SettingsDialog
  • slot_show_custom_context_menu() : GpgFrontend::UI::FileTreeView @@ -443,8 +440,8 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza
  • slot_upload_key_to_server() : GpgFrontend::UI::KeyUploadDialog
  • -
  • slot_version_upgrade_nofity() -: GpgFrontend::UI::MainWindow +
  • slot_version_upgrade_notify() +: GpgFrontend::UI::MainWindow
  • SlotAppendText2CurTextPage() : GpgFrontend::UI::TextEdit diff --git a/docs/html/functions_g.html b/docs/html/functions_g.html index 81b17499..9523ac06 100644 --- a/docs/html/functions_g.html +++ b/docs/html/functions_g.html @@ -145,7 +145,6 @@ $(document).ready(function(){initNavTree('functions_g.html',''); initResizable()
  • get_restart_needed() : GpgFrontend::UI::GnuPGControllerDialog , GpgFrontend::UI::MainWindow -, GpgFrontend::UI::SettingsDialog
  • get_selected_subkey() : GpgFrontend::UI::KeyPairSubkeyTab diff --git a/docs/html/functions_s.html b/docs/html/functions_s.html index 3ac0fe28..d51e8352 100644 --- a/docs/html/functions_s.html +++ b/docs/html/functions_s.html @@ -243,7 +243,7 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable() : GpgFrontend::UI::PlainTextEditorPage
  • SignalDeepRestartNeeded() -: GpgFrontend::UI::GeneralTab +: GpgFrontend::UI::GeneralTab
  • SignalKeyDatabaseRefreshDone() : GpgFrontend::UI::CommonUtils @@ -281,11 +281,9 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
  • SignalReplyFromUpdateServer() : GpgFrontend::UI::UpdateTab
  • -
  • signalRestartNeeded() -: GpgFrontend::UI::AppearanceTab -
  • SignalRestartNeeded() -: GpgFrontend::UI::GeneralTab +: GpgFrontend::UI::AppearanceTab +, GpgFrontend::UI::GeneralTab , GpgFrontend::UI::GnuPGControllerDialog , GpgFrontend::UI::KeyserverTab , GpgFrontend::UI::SettingsDialog @@ -434,7 +432,6 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
  • slot_set_restart_needed() : GpgFrontend::UI::GnuPGControllerDialog -, GpgFrontend::UI::SettingsDialog
  • slot_show_custom_context_menu() : GpgFrontend::UI::FileTreeView @@ -461,8 +458,8 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
  • slot_upload_key_to_server() : GpgFrontend::UI::KeyUploadDialog
  • -
  • slot_version_upgrade_nofity() -: GpgFrontend::UI::MainWindow +
  • slot_version_upgrade_notify() +: GpgFrontend::UI::MainWindow
  • SlotAppendText2CurTextPage() : GpgFrontend::UI::TextEdit diff --git a/docs/html/init_8h_source.html b/docs/html/init_8h_source.html index 11a536f3..ae8c2f80 100644 --- a/docs/html/init_8h_source.html +++ b/docs/html/init_8h_source.html @@ -99,16 +99,16 @@ $(document).ready(function(){initNavTree('init_8h_source.html',''); initResizabl
    47 
    52 void InitLocale();
    53 
    -
    59 void InitGlobalBasicalEnv(const GFCxtWPtr &, bool);
    +
    59 void InitGlobalBasicEnv(const GFCxtWPtr &, bool);
    60 
    -
    66 void ShutdownGlobalBasicalEnv(const GFCxtWPtr &p_ctx);
    +
    66 void ShutdownGlobalBasicEnv(const GFCxtWPtr &p_ctx);
    67 
    68 } // namespace GpgFrontend
    Definition: app.cpp:39
    +
    void InitGlobalBasicEnv(const GFCxtWPtr &p_ctx, bool gui_mode)
    Definition: init.cpp:109
    void InitGlobalPathEnv()
    init global PATH env
    Definition: init.cpp:73
    -
    void ShutdownGlobalBasicalEnv(const GFCxtWPtr &p_ctx)
    Definition: init.cpp:164
    void InitLocale()
    setup the locale and load the translations
    Definition: init.cpp:148
    -
    void InitGlobalBasicalEnv(const GFCxtWPtr &p_ctx, bool gui_mode)
    Definition: init.cpp:109
    +
    void ShutdownGlobalBasicEnv(const GFCxtWPtr &p_ctx)
    Definition: init.cpp:164
    void InitLoggingSystem(const GFCxtSPtr &ctx)
    Definition: init.cpp:57
    diff --git a/docs/html/namespaceGpgFrontend.html b/docs/html/namespaceGpgFrontend.html index 78a1f887..c00782bf 100644 --- a/docs/html/namespaceGpgFrontend.html +++ b/docs/html/namespaceGpgFrontend.html @@ -646,14 +646,14 @@ template<typename T , typename... Args>
InitGlobalPathEnv ()
 init global PATH env
 
void InitGlobalBasicalEnv (const GFCxtWPtr &p_ctx, bool gui_mode)
 
void InitGlobalBasicEnv (const GFCxtWPtr &p_ctx, bool gui_mode)
 
void InitLocale ()
 setup the locale and load the translations
 
void ShutdownGlobalBasicalEnv (const GFCxtWPtr &p_ctx)
 
void ShutdownGlobalBasicEnv (const GFCxtWPtr &p_ctx)
 
@@ -1519,14 +1519,14 @@ constexpr size_t 

Variables

kBufferSi - -

◆ InitGlobalBasicalEnv()

+ +

◆ InitGlobalBasicEnv()

- + @@ -1579,7 +1579,7 @@ constexpr size_t 
void GpgFrontend::InitGlobalBasicalEnv void GpgFrontend::InitGlobalBasicEnv ( const GFCxtWPtr &  , kBufferSi

References RegisterAsyncLogger(), and RegisterSyncLogger().

-

Referenced by InitGlobalBasicalEnv().

+

Referenced by InitGlobalBasicEnv().

@@ -2061,7 +2061,7 @@ template<typename T >

Set the Default Log Level object.

Returns
auto
-

Referenced by InitGlobalBasicalEnv().

+

Referenced by InitGlobalBasicEnv().

@@ -2154,14 +2154,14 @@ template<typename T > - -

◆ ShutdownGlobalBasicalEnv()

+ +

◆ ShutdownGlobalBasicEnv()

- + diff --git a/docs/html/namespaceGpgFrontend.js b/docs/html/namespaceGpgFrontend.js index e470c79f..10c66002 100644 --- a/docs/html/namespaceGpgFrontend.js +++ b/docs/html/namespaceGpgFrontend.js @@ -172,7 +172,7 @@ var namespaceGpgFrontend = [ "GFUnStrDup", "namespaceGpgFrontend.html#a63d2643f0083c2fd32f49f62148458b3", null ], [ "GFUnStrDup", "namespaceGpgFrontend.html#af121a5a19457b89a24e5edcbcde245e5", null ], [ "GFWriteExCb", "namespaceGpgFrontend.html#a0f9d6483641fbea3af87addf155b1d67", null ], - [ "InitGlobalBasicalEnv", "namespaceGpgFrontend.html#acd17bf45c5a18c762d8638fd643eaf41", null ], + [ "InitGlobalBasicEnv", "namespaceGpgFrontend.html#a0b2b812dbc7f8752ed0dfe03eaa8a5a5", null ], [ "InitGlobalPathEnv", "namespaceGpgFrontend.html#a2b70b63c5a2173e62168123f6a2ad3da", null ], [ "InitGpgFrontendCore", "namespaceGpgFrontend.html#a250ad950f8337bf5b7c4e35cd7a12ece", null ], [ "InitGpgME", "namespaceGpgFrontend.html#a5bc56ca0af26f82a20f044e4acb3fba5", null ], @@ -206,7 +206,7 @@ var namespaceGpgFrontend = [ "SetDefaultLogLevel", "namespaceGpgFrontend.html#ad5b2890d3b26624800fa482d23f0e48d", null ], [ "SetExtensionOfOutputFile", "namespaceGpgFrontend.html#aacb6d1475346e42afb8e0ea8427bac9a", null ], [ "SetExtensionOfOutputFileForArchive", "namespaceGpgFrontend.html#a4d05b4cdd90b01bb59d887e43df39e69", null ], - [ "ShutdownGlobalBasicalEnv", "namespaceGpgFrontend.html#a3ad5659719d261ea3142c2baa60d40ff", null ], + [ "ShutdownGlobalBasicEnv", "namespaceGpgFrontend.html#a89c5fed8586b3f380fecc2040b42e344", null ], [ "StartApplication", "namespaceGpgFrontend.html#abca29d455373e3278486ed20c4a63b6e", null ], [ "swap", "namespaceGpgFrontend.html#a324ae4dfad2f9cd8a5da9d553798b0c0", null ], [ "TargetFilePreCheck", "namespaceGpgFrontend.html#a730cce728b43f040f6b0cb2823146a06", null ], diff --git a/docs/html/namespacemembers.html b/docs/html/namespacemembers.html index abc07527..8e00efe5 100644 --- a/docs/html/namespacemembers.html +++ b/docs/html/namespacemembers.html @@ -213,8 +213,8 @@ $(document).ready(function(){initNavTree('namespacemembers.html',''); initResiza
  • InfoBoardStatus : GpgFrontend::UI
  • -
  • InitGlobalBasicalEnv() -: GpgFrontend +
  • InitGlobalBasicEnv() +: GpgFrontend
  • InitGlobalPathEnv() : GpgFrontend @@ -332,8 +332,8 @@ $(document).ready(function(){initNavTree('namespacemembers.html',''); initResiza
  • show_verify_details() : GpgFrontend::UI
  • -
  • ShutdownGlobalBasicalEnv() -: GpgFrontend +
  • ShutdownGlobalBasicEnv() +: GpgFrontend
  • ShutdownGpgFrontendModules() : GpgFrontend::Module diff --git a/docs/html/namespacemembers_func.html b/docs/html/namespacemembers_func.html index b7f4c3e6..aa4128ce 100644 --- a/docs/html/namespacemembers_func.html +++ b/docs/html/namespacemembers_func.html @@ -207,8 +207,8 @@ $(document).ready(function(){initNavTree('namespacemembers_func.html',''); initR
  • import_unknown_key_from_keyserver() : GpgFrontend::UI
  • -
  • InitGlobalBasicalEnv() -: GpgFrontend +
  • InitGlobalBasicEnv() +: GpgFrontend
  • InitGlobalPathEnv() : GpgFrontend @@ -319,8 +319,8 @@ $(document).ready(function(){initNavTree('namespacemembers_func.html',''); initR
  • show_verify_details() : GpgFrontend::UI
  • -
  • ShutdownGlobalBasicalEnv() -: GpgFrontend +
  • ShutdownGlobalBasicEnv() +: GpgFrontend
  • ShutdownGpgFrontendModules() : GpgFrontend::Module diff --git a/docs/html/navtreedata.js b/docs/html/navtreedata.js index f831576f..070296dc 100644 --- a/docs/html/navtreedata.js +++ b/docs/html/navtreedata.js @@ -54,19 +54,19 @@ var NAVTREE = var NAVTREEINDEX = [ -"AboutDialog_8h_source.html", -"classGpgFrontend_1_1DataObjectOperator.html#a8adf6fd4aebbb9d59ea94ec65e83169d", -"classGpgFrontend_1_1GpgFileOpera.html#a891024cb4fdd7e9163421d7893c43ef3", -"classGpgFrontend_1_1GpgSubKey.html#ad12e160dbb394a849d6cf31e614a76f5", -"classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl.html#a01eadb53513afb01c88dc3f97a6c2459", -"classGpgFrontend_1_1UI_1_1CommonUtils.html#a0cf35e9d02ff3464cb83435a61d060c2", -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab40bd826a5437124f8afd09824606c76", -"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a5e1fb2810c4b07bd9d8c6fe11c72c526", -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac3404f71f0f93cd7f5cb64d5d56624d7", -"classPinEntryDialog.html#affff341e7d03154b56d83a0278aa5143a8e3454c439c642eb78522bf43cd23258", -"namespaceGpgFrontend.html#a92c42a4157576fc2386eb2295120fed3", -"structGpgFrontend_1_1GpgContextInitArgs.html#a2b09f18f4f10ca44370ed204d19de122", -"structpinentry.html#a7e89de346d3ab6aa146c7cf70c592f07" +"", +"classGpgFrontend_1_1DataObjectOperator.html#a4e7673037b5c7eda5c334d50f8155150", +"classGpgFrontend_1_1GpgFileOpera.html#a5534131c79647b29c92ba282c3af7978", +"classGpgFrontend_1_1GpgSubKey.html#ac3e89f13273f8a7743f47e2ddd1e479e", +"classGpgFrontend_1_1Module_1_1ModuleManager.html#af4f2570fbed76fb484e9ec5d3e8b703b", +"classGpgFrontend_1_1UI_1_1CommonUtils.html", +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aaa9b55830c39ce854e4ede26d916a844", +"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a388dabb769828ce3df76497bc02c2e18", +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe", +"classPinEntryDialog.html#affff341e7d03154b56d83a0278aa5143", +"namespaceGpgFrontend.html#a8aa750a6b51fb10e71a4bcbff7777a8a", +"structGpgFrontend_1_1GpgContextInitArgs.html#a12e9e2e6ad393864a4b2d85727350edc", +"structpinentry.html#a6810e60a64b360e46773f419403fb97e" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/docs/html/navtreeindex0.js b/docs/html/navtreeindex0.js index 153e79e8..68669aa8 100644 --- a/docs/html/navtreeindex0.js +++ b/docs/html/navtreeindex0.js @@ -1,5 +1,8 @@ var NAVTREEINDEX0 = { +"":[1,0,0], +"":[1,0,1], +"":[1,0,3], "AboutDialog_8h_source.html":[3,0,0,4,0,2,0], "AppearanceSO_8h_source.html":[3,0,0,4,3,0,0], "ArchiveFileOperator_8h_source.html":[3,0,0,0,0,3], @@ -246,8 +249,5 @@ var NAVTREEINDEX0 = "classGpgFrontend_1_1DataObjectOperator.html#a245833643dff6da7aef6a80a0a5207b8":[2,0,1,13,2], "classGpgFrontend_1_1DataObjectOperator.html#a2b6294ca734934dd9ec17ba56b2c8d6f":[2,0,1,13,1], "classGpgFrontend_1_1DataObjectOperator.html#a3a8ae5c36fec01d0d5c3e5f9aed457a6":[2,0,1,13,0], -"classGpgFrontend_1_1DataObjectOperator.html#a3c195f8e4c30d95be14a6d43e9282601":[2,0,1,13,8], -"classGpgFrontend_1_1DataObjectOperator.html#a4e7673037b5c7eda5c334d50f8155150":[2,0,1,13,7], -"classGpgFrontend_1_1DataObjectOperator.html#a6b357780482f0e0c021ad55a81eb37cf":[2,0,1,13,3], -"classGpgFrontend_1_1DataObjectOperator.html#a77a9a1e98c7d9c90d76a23e0fb3eefc4":[2,0,1,13,5] +"classGpgFrontend_1_1DataObjectOperator.html#a3c195f8e4c30d95be14a6d43e9282601":[2,0,1,13,8] }; diff --git a/docs/html/navtreeindex1.js b/docs/html/navtreeindex1.js index 44a7e7a3..42ca0c34 100644 --- a/docs/html/navtreeindex1.js +++ b/docs/html/navtreeindex1.js @@ -1,5 +1,8 @@ var NAVTREEINDEX1 = { +"classGpgFrontend_1_1DataObjectOperator.html#a4e7673037b5c7eda5c334d50f8155150":[2,0,1,13,7], +"classGpgFrontend_1_1DataObjectOperator.html#a6b357780482f0e0c021ad55a81eb37cf":[2,0,1,13,3], +"classGpgFrontend_1_1DataObjectOperator.html#a77a9a1e98c7d9c90d76a23e0fb3eefc4":[2,0,1,13,5], "classGpgFrontend_1_1DataObjectOperator.html#a8adf6fd4aebbb9d59ea94ec65e83169d":[2,0,1,13,4], "classGpgFrontend_1_1DataObjectOperator.html#a9b13d6d68ebc584cb231e6f349a2a138":[2,0,1,13,6], "classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b":[2,0,1,13,9], @@ -246,8 +249,5 @@ var NAVTREEINDEX1 = "classGpgFrontend_1_1GpgFileOpera.html#a1b78c6554dc6f6e2055664e825a0d1c4":[2,0,1,20,21], "classGpgFrontend_1_1GpgFileOpera.html#a247db95aa42991f6772f2404e81e822d":[2,0,1,20,18], "classGpgFrontend_1_1GpgFileOpera.html#a28dc2c1570e10a740aeaa80b3755cee3":[2,0,1,20,14], -"classGpgFrontend_1_1GpgFileOpera.html#a53f13bf1b79f155f5196ce5d7dfeaf5e":[2,0,1,20,10], -"classGpgFrontend_1_1GpgFileOpera.html#a5534131c79647b29c92ba282c3af7978":[2,0,1,20,2], -"classGpgFrontend_1_1GpgFileOpera.html#a55656f50fca690aec87afe349460b1c7":[2,0,1,20,13], -"classGpgFrontend_1_1GpgFileOpera.html#a795be34a8849de70e90b501bd9e952f2":[2,0,1,20,5] +"classGpgFrontend_1_1GpgFileOpera.html#a53f13bf1b79f155f5196ce5d7dfeaf5e":[2,0,1,20,10] }; diff --git a/docs/html/navtreeindex10.js b/docs/html/navtreeindex10.js index 740cde81..ae7914b1 100644 --- a/docs/html/navtreeindex10.js +++ b/docs/html/navtreeindex10.js @@ -1,5 +1,8 @@ var NAVTREEINDEX10 = { +"namespaceGpgFrontend.html#a8aa750a6b51fb10e71a4bcbff7777a8a":[1,0,2,70], +"namespaceGpgFrontend.html#a8de4d38ede9da260d3e9b327a1f366f1":[1,0,2,71], +"namespaceGpgFrontend.html#a8fe8112cc97385961a3f6a18129ea789":[1,0,2,91], "namespaceGpgFrontend.html#a92c42a4157576fc2386eb2295120fed3":[1,0,2,95], "namespaceGpgFrontend.html#a93c0ac9e329baa602e0bfdee7ea1273f":[1,0,2,87], "namespaceGpgFrontend.html#a96965d89a0dbe9a2787e8db26fd8df5e":[1,0,2,107], @@ -51,7 +54,6 @@ var NAVTREEINDEX10 = "namespaceGpgFrontend.html#ac855ff975b7f2571f5dab25c857e5a4f":[1,0,2,135], "namespaceGpgFrontend.html#acc004de90a41bcd7dc684b0d267fef41":[1,0,2,167], "namespaceGpgFrontend.html#acc93a10f79f6479f72940fba39b780e1":[1,0,2,206], -"namespaceGpgFrontend.html#acd17bf45c5a18c762d8638fd643eaf41":[1,0,2,161], "namespaceGpgFrontend.html#acddb1542dcc076b53ea2d29b94b4c0aa":[1,0,2,67], "namespaceGpgFrontend.html#ad12a69caa5829b9c343f82e0294d4e59":[1,0,2,151], "namespaceGpgFrontend.html#ad437908d506d86137a0d2fdec4c6c957":[1,0,2,109], @@ -247,7 +249,5 @@ var NAVTREEINDEX10 = "structGpgFrontend_1_1GpgCommandExecutor_1_1ExecuteContext.html#a9b3d83494d408021c39b20e0bd53d62f":[2,0,1,17,0,1], "structGpgFrontend_1_1GpgCommandExecutor_1_1ExecuteContext.html#ab74387a32543f28a389ea41d8ba45201":[2,0,1,17,0,2], "structGpgFrontend_1_1GpgCommandExecutor_1_1ExecuteContext.html#ac8f9c29ee4dae95dd41e5b3d10d2f45b":[2,0,1,17,0,4], -"structGpgFrontend_1_1GpgContextInitArgs.html":[2,0,1,18], -"structGpgFrontend_1_1GpgContextInitArgs.html#a12e9e2e6ad393864a4b2d85727350edc":[2,0,1,18,0], -"structGpgFrontend_1_1GpgContextInitArgs.html#a25ca282a0a82ed7aa4cb677a86f53eef":[2,0,1,18,5] +"structGpgFrontend_1_1GpgContextInitArgs.html":[2,0,1,18] }; diff --git a/docs/html/navtreeindex11.js b/docs/html/navtreeindex11.js index f8263556..88712bd2 100644 --- a/docs/html/navtreeindex11.js +++ b/docs/html/navtreeindex11.js @@ -1,5 +1,7 @@ var NAVTREEINDEX11 = { +"structGpgFrontend_1_1GpgContextInitArgs.html#a12e9e2e6ad393864a4b2d85727350edc":[2,0,1,18,0], +"structGpgFrontend_1_1GpgContextInitArgs.html#a25ca282a0a82ed7aa4cb677a86f53eef":[2,0,1,18,5], "structGpgFrontend_1_1GpgContextInitArgs.html#a2b09f18f4f10ca44370ed204d19de122":[2,0,1,18,6], "structGpgFrontend_1_1GpgContextInitArgs.html#a33cd883333581952ae49784ae86edae7":[2,0,1,18,4], "structGpgFrontend_1_1GpgContextInitArgs.html#a5f65e909a4fdb918a55a6e92193356af":[2,0,1,18,3], @@ -196,26 +198,26 @@ var NAVTREEINDEX11 = "structSoftwareVersion.html#af4f48691c5797f623cd5634580973bd9":[2,0,17,10], "structSoftwareVersion.html#af95656d8841511839009539799f48704":[2,0,17,7], "structfmt_1_1formatter_3_01QByteArray_01_4.html":[2,0,0,1], +"structfmt_1_1formatter_3_01QByteArray_01_4.html#a93b3bf7f7b33dddcc7b240c18ecd48b7":[2,0,0,1,4], "structfmt_1_1formatter_3_01QByteArray_01_4.html#a93b3bf7f7b33dddcc7b240c18ecd48b7":[2,0,0,1,0], "structfmt_1_1formatter_3_01QByteArray_01_4.html#a93b3bf7f7b33dddcc7b240c18ecd48b7":[2,0,0,1,2], "structfmt_1_1formatter_3_01QByteArray_01_4.html#a93b3bf7f7b33dddcc7b240c18ecd48b7":[2,0,0,1,1], -"structfmt_1_1formatter_3_01QByteArray_01_4.html#a93b3bf7f7b33dddcc7b240c18ecd48b7":[2,0,0,1,4], "structfmt_1_1formatter_3_01QByteArray_01_4.html#a93b3bf7f7b33dddcc7b240c18ecd48b7":[2,0,0,1,3], -"structfmt_1_1formatter_3_01QByteArray_01_4.html#ac66a3903f2bc7caa320592840a9a2c91":[2,0,0,1,7], -"structfmt_1_1formatter_3_01QByteArray_01_4.html#ac66a3903f2bc7caa320592840a9a2c91":[2,0,0,1,5], "structfmt_1_1formatter_3_01QByteArray_01_4.html#ac66a3903f2bc7caa320592840a9a2c91":[2,0,0,1,6], -"structfmt_1_1formatter_3_01QByteArray_01_4.html#ac66a3903f2bc7caa320592840a9a2c91":[2,0,0,1,8], "structfmt_1_1formatter_3_01QByteArray_01_4.html#ac66a3903f2bc7caa320592840a9a2c91":[2,0,0,1,9], +"structfmt_1_1formatter_3_01QByteArray_01_4.html#ac66a3903f2bc7caa320592840a9a2c91":[2,0,0,1,8], +"structfmt_1_1formatter_3_01QByteArray_01_4.html#ac66a3903f2bc7caa320592840a9a2c91":[2,0,0,1,5], +"structfmt_1_1formatter_3_01QByteArray_01_4.html#ac66a3903f2bc7caa320592840a9a2c91":[2,0,0,1,7], "structfmt_1_1formatter_3_01QString_01_4.html":[2,0,0,0], -"structfmt_1_1formatter_3_01QString_01_4.html#a0a51b8f0b49cfafb8bf46c32c5e7ea3d":[2,0,0,0,7], -"structfmt_1_1formatter_3_01QString_01_4.html#a0a51b8f0b49cfafb8bf46c32c5e7ea3d":[2,0,0,0,8], "structfmt_1_1formatter_3_01QString_01_4.html#a0a51b8f0b49cfafb8bf46c32c5e7ea3d":[2,0,0,0,9], -"structfmt_1_1formatter_3_01QString_01_4.html#a0a51b8f0b49cfafb8bf46c32c5e7ea3d":[2,0,0,0,6], "structfmt_1_1formatter_3_01QString_01_4.html#a0a51b8f0b49cfafb8bf46c32c5e7ea3d":[2,0,0,0,5], -"structfmt_1_1formatter_3_01QString_01_4.html#aca03925995464275861427727a4e709a":[2,0,0,0,2], -"structfmt_1_1formatter_3_01QString_01_4.html#aca03925995464275861427727a4e709a":[2,0,0,0,0], +"structfmt_1_1formatter_3_01QString_01_4.html#a0a51b8f0b49cfafb8bf46c32c5e7ea3d":[2,0,0,0,8], +"structfmt_1_1formatter_3_01QString_01_4.html#a0a51b8f0b49cfafb8bf46c32c5e7ea3d":[2,0,0,0,6], +"structfmt_1_1formatter_3_01QString_01_4.html#a0a51b8f0b49cfafb8bf46c32c5e7ea3d":[2,0,0,0,7], "structfmt_1_1formatter_3_01QString_01_4.html#aca03925995464275861427727a4e709a":[2,0,0,0,3], "structfmt_1_1formatter_3_01QString_01_4.html#aca03925995464275861427727a4e709a":[2,0,0,0,4], +"structfmt_1_1formatter_3_01QString_01_4.html#aca03925995464275861427727a4e709a":[2,0,0,0,0], +"structfmt_1_1formatter_3_01QString_01_4.html#aca03925995464275861427727a4e709a":[2,0,0,0,2], "structfmt_1_1formatter_3_01QString_01_4.html#aca03925995464275861427727a4e709a":[2,0,0,0,1], "structpinentry.html":[2,0,12], "structpinentry.html#a01d023d70058225507186078938e26f7":[2,0,12,32], @@ -247,7 +249,5 @@ var NAVTREEINDEX11 = "structpinentry.html#a5e196e945c9be71f3b0b06ae26e0847b":[2,0,12,48], "structpinentry.html#a6047a4f7a27f9a1ec26dc24a37255215":[2,0,12,20], "structpinentry.html#a60be55e3699b1cb1832ad2a3ad0d2230":[2,0,12,39], -"structpinentry.html#a6395cfc79de85c30660ca0ed9e39d6e2":[2,0,12,36], -"structpinentry.html#a6810e60a64b360e46773f419403fb97e":[2,0,12,65], -"structpinentry.html#a6c2f16572834bdc885ca5534ed886591":[2,0,12,11] +"structpinentry.html#a6395cfc79de85c30660ca0ed9e39d6e2":[2,0,12,36] }; diff --git a/docs/html/navtreeindex12.js b/docs/html/navtreeindex12.js index 0020b22d..db4707df 100644 --- a/docs/html/navtreeindex12.js +++ b/docs/html/navtreeindex12.js @@ -1,5 +1,7 @@ var NAVTREEINDEX12 = { +"structpinentry.html#a6810e60a64b360e46773f419403fb97e":[2,0,12,65], +"structpinentry.html#a6c2f16572834bdc885ca5534ed886591":[2,0,12,11], "structpinentry.html#a7e89de346d3ab6aa146c7cf70c592f07":[2,0,12,55], "structpinentry.html#a86b90be888ce66da86f4628ec406b4e4":[2,0,12,60], "structpinentry.html#a879bd98959f2681f32771838864d8c4a":[2,0,12,5], @@ -41,8 +43,5 @@ var NAVTREEINDEX12 = "structsecmem_1_1alloc_1_1rebind.html":[2,0,2,0,0], "structsecmem_1_1alloc_1_1rebind.html#ad8d07ef1da80f557d0814db49a919b14":[2,0,2,0,0,0], "ver__check_2GFModuleExport_8h_source.html":[3,0,0,1,0,1,0], -"ver__check_2QtLoggerFmt_8h_source.html":[3,0,0,1,0,1,1], -"":[1,0,0], -"":[1,0,3], -"":[1,0,1] +"ver__check_2QtLoggerFmt_8h_source.html":[3,0,0,1,0,1,1] }; diff --git a/docs/html/navtreeindex2.js b/docs/html/navtreeindex2.js index 40013349..fe2e6a73 100644 --- a/docs/html/navtreeindex2.js +++ b/docs/html/navtreeindex2.js @@ -1,5 +1,8 @@ var NAVTREEINDEX2 = { +"classGpgFrontend_1_1GpgFileOpera.html#a5534131c79647b29c92ba282c3af7978":[2,0,1,20,2], +"classGpgFrontend_1_1GpgFileOpera.html#a55656f50fca690aec87afe349460b1c7":[2,0,1,20,13], +"classGpgFrontend_1_1GpgFileOpera.html#a795be34a8849de70e90b501bd9e952f2":[2,0,1,20,5], "classGpgFrontend_1_1GpgFileOpera.html#a891024cb4fdd7e9163421d7893c43ef3":[2,0,1,20,12], "classGpgFrontend_1_1GpgFileOpera.html#a9511b6a128a6228ebca47ae637c44e55":[2,0,1,20,20], "classGpgFrontend_1_1GpgFileOpera.html#a9915c91131e4935679b25ef51c2544b1":[2,0,1,20,16], @@ -246,8 +249,5 @@ var NAVTREEINDEX2 = "classGpgFrontend_1_1GpgSubKey.html#a8b7fa22d50d6bade01af1e347c0539e1":[2,0,1,54,22], "classGpgFrontend_1_1GpgSubKey.html#a8e0cfcf0ea8c4c6478926f7254233756":[2,0,1,54,21], "classGpgFrontend_1_1GpgSubKey.html#a99a39cfbe53b79c1b56b854ce8e7088e":[2,0,1,54,7], -"classGpgFrontend_1_1GpgSubKey.html#abb52ea637dffabfa2755497dc0892e84":[2,0,1,54,25], -"classGpgFrontend_1_1GpgSubKey.html#ac3e89f13273f8a7743f47e2ddd1e479e":[2,0,1,54,19], -"classGpgFrontend_1_1GpgSubKey.html#aca8af7e3c71de89b753ff72504dfc5c9":[2,0,1,54,23], -"classGpgFrontend_1_1GpgSubKey.html#acb69f7d19dd2e9278c59ed68033c95f6":[2,0,1,54,5] +"classGpgFrontend_1_1GpgSubKey.html#abb52ea637dffabfa2755497dc0892e84":[2,0,1,54,25] }; diff --git a/docs/html/navtreeindex3.js b/docs/html/navtreeindex3.js index d6451f98..0083be6b 100644 --- a/docs/html/navtreeindex3.js +++ b/docs/html/navtreeindex3.js @@ -1,5 +1,8 @@ var NAVTREEINDEX3 = { +"classGpgFrontend_1_1GpgSubKey.html#ac3e89f13273f8a7743f47e2ddd1e479e":[2,0,1,54,19], +"classGpgFrontend_1_1GpgSubKey.html#aca8af7e3c71de89b753ff72504dfc5c9":[2,0,1,54,23], +"classGpgFrontend_1_1GpgSubKey.html#acb69f7d19dd2e9278c59ed68033c95f6":[2,0,1,54,5], "classGpgFrontend_1_1GpgSubKey.html#ad12e160dbb394a849d6cf31e614a76f5":[2,0,1,54,3], "classGpgFrontend_1_1GpgSubKey.html#adb9d23a5ba193a553ef83203cf763f25":[2,0,1,54,13], "classGpgFrontend_1_1GpgSubKey.html#af305996f419fef0dde7aa2a1b58ecd5f":[2,0,1,54,15], @@ -246,8 +249,5 @@ var NAVTREEINDEX3 = "classGpgFrontend_1_1Module_1_1ModuleManager.html#ac3abb90991be2e924a8ab0d4d7b6953d":[2,0,1,0,6,3], "classGpgFrontend_1_1Module_1_1ModuleManager.html#ad699694b74ada1edd1fcf9d094c92a7d":[2,0,1,0,6,1], "classGpgFrontend_1_1Module_1_1ModuleManager.html#ae04a5eac55ad8c96eca86e59eb0ef88d":[2,0,1,0,6,10], -"classGpgFrontend_1_1Module_1_1ModuleManager.html#ae4e4a6c3cd06de7da34b59822d893ecc":[2,0,1,0,6,19], -"classGpgFrontend_1_1Module_1_1ModuleManager.html#af4f2570fbed76fb484e9ec5d3e8b703b":[2,0,1,0,6,4], -"classGpgFrontend_1_1Module_1_1ModuleManager.html#afa0844590ddfdc6e44cbea4303f34382":[2,0,1,0,6,17], -"classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl.html":[2,0,1,0,6,0] +"classGpgFrontend_1_1Module_1_1ModuleManager.html#ae4e4a6c3cd06de7da34b59822d893ecc":[2,0,1,0,6,19] }; diff --git a/docs/html/navtreeindex4.js b/docs/html/navtreeindex4.js index 95023b91..4dde2cb9 100644 --- a/docs/html/navtreeindex4.js +++ b/docs/html/navtreeindex4.js @@ -1,5 +1,8 @@ var NAVTREEINDEX4 = { +"classGpgFrontend_1_1Module_1_1ModuleManager.html#af4f2570fbed76fb484e9ec5d3e8b703b":[2,0,1,0,6,4], +"classGpgFrontend_1_1Module_1_1ModuleManager.html#afa0844590ddfdc6e44cbea4303f34382":[2,0,1,0,6,17], +"classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl.html":[2,0,1,0,6,0], "classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl.html#a01eadb53513afb01c88dc3f97a6c2459":[2,0,1,0,6,0,16], "classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl.html#a0802bc4e2a177a5eb0a3fb2ea80bd739":[2,0,1,0,6,0,1], "classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl.html#a08a6d06da083c96e12c6117eeb1a9d73":[2,0,1,0,6,0,15], @@ -235,19 +238,16 @@ var NAVTREEINDEX4 = "classGpgFrontend_1_1UI_1_1AboutDialog.html#a6eeb23edb8a6cce44b7001e2134beb2a":[2,0,1,3,8,0], "classGpgFrontend_1_1UI_1_1AboutDialog.html#ab799cd5e07b06a8e953d72105c0a1083":[2,0,1,3,8,1], "classGpgFrontend_1_1UI_1_1AppearanceTab.html":[2,0,1,3,25], +"classGpgFrontend_1_1UI_1_1AppearanceTab.html#a0604a8cc86cb6aec7d35e71438d87c9a":[2,0,1,3,25,3], "classGpgFrontend_1_1UI_1_1AppearanceTab.html#a2fed39a2657407fcdb37d2431ef28e56":[2,0,1,3,25,2], "classGpgFrontend_1_1UI_1_1AppearanceTab.html#a58b3ece7ff069c33de73e658aa47cacc":[2,0,1,3,25,5], "classGpgFrontend_1_1UI_1_1AppearanceTab.html#a9f546f16551f48c73ee9031dd0ad8720":[2,0,1,3,25,6], "classGpgFrontend_1_1UI_1_1AppearanceTab.html#aaa3ec787dcd8fae1a14c2067deb9dd03":[2,0,1,3,25,4], "classGpgFrontend_1_1UI_1_1AppearanceTab.html#aac8f47f96ca866256ea846800f3f8887":[2,0,1,3,25,1], "classGpgFrontend_1_1UI_1_1AppearanceTab.html#abfca670540bc0409b9be4459ee6a3b6c":[2,0,1,3,25,0], -"classGpgFrontend_1_1UI_1_1AppearanceTab.html#abff49b636449815a9ebff52f5c067712":[2,0,1,3,25,3], "classGpgFrontend_1_1UI_1_1ChoosePage.html":[2,0,1,3,34], "classGpgFrontend_1_1UI_1_1ChoosePage.html#a22bb223faa8f94e80b677b78b08e5d67":[2,0,1,3,34,3], "classGpgFrontend_1_1UI_1_1ChoosePage.html#a243a82d13267b7252844fd7691c703f0":[2,0,1,3,34,1], "classGpgFrontend_1_1UI_1_1ChoosePage.html#ae370e789009be3926410cb749c86907b":[2,0,1,3,34,0], -"classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b":[2,0,1,3,34,2], -"classGpgFrontend_1_1UI_1_1CommonUtils.html":[2,0,1,3,53], -"classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d":[2,0,1,3,53,19], -"classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a":[2,0,1,3,53,18] +"classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b":[2,0,1,3,34,2] }; diff --git a/docs/html/navtreeindex5.js b/docs/html/navtreeindex5.js index 246b81a5..7ea9b348 100644 --- a/docs/html/navtreeindex5.js +++ b/docs/html/navtreeindex5.js @@ -1,5 +1,8 @@ var NAVTREEINDEX5 = { +"classGpgFrontend_1_1UI_1_1CommonUtils.html":[2,0,1,3,53], +"classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d":[2,0,1,3,53,19], +"classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a":[2,0,1,3,53,18], "classGpgFrontend_1_1UI_1_1CommonUtils.html#a0cf35e9d02ff3464cb83435a61d060c2":[2,0,1,3,53,9], "classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28":[2,0,1,3,53,11], "classGpgFrontend_1_1UI_1_1CommonUtils.html#a2eb678ee01d3b6e1c0d8f90345712644":[2,0,1,3,53,8], @@ -156,15 +159,14 @@ var NAVTREEINDEX5 = "classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#afd7e8d1079c1a6eb50c06ea363765820":[2,0,1,3,42,14], "classGpgFrontend_1_1UI_1_1GeneralTab.html":[2,0,1,3,27], "classGpgFrontend_1_1UI_1_1GeneralTab.html#a214079dfbacdc6898146c8468611cf0c":[2,0,1,3,27,0], -"classGpgFrontend_1_1UI_1_1GeneralTab.html#a2af085877a396b6a4f857b9b8fb88969":[2,0,1,3,27,6], -"classGpgFrontend_1_1UI_1_1GeneralTab.html#a3b97ed699cbc2f34b9e887cd2c83b645":[2,0,1,3,27,9], +"classGpgFrontend_1_1UI_1_1GeneralTab.html#a2af085877a396b6a4f857b9b8fb88969":[2,0,1,3,27,5], +"classGpgFrontend_1_1UI_1_1GeneralTab.html#a3b97ed699cbc2f34b9e887cd2c83b645":[2,0,1,3,27,8], "classGpgFrontend_1_1UI_1_1GeneralTab.html#a4523f55e98cee600b2fd47b1750b4d24":[2,0,1,3,27,1], "classGpgFrontend_1_1UI_1_1GeneralTab.html#a7b26d8a088ce8f50b1fd0e719e38534b":[2,0,1,3,27,2], -"classGpgFrontend_1_1UI_1_1GeneralTab.html#aa88ccbda61728be6de0aa2d9b92e0b69":[2,0,1,3,27,4], -"classGpgFrontend_1_1UI_1_1GeneralTab.html#ab3341ec6e10ae9bdcb95572c72837501":[2,0,1,3,27,7], -"classGpgFrontend_1_1UI_1_1GeneralTab.html#abaf12014356a2fa20f66945004abb7c2":[2,0,1,3,27,8], -"classGpgFrontend_1_1UI_1_1GeneralTab.html#ac461da3987d5304caf7fda22b00d7563":[2,0,1,3,27,5], -"classGpgFrontend_1_1UI_1_1GeneralTab.html#afc107d56f13000aa28436a5e26a0876b":[2,0,1,3,27,3], +"classGpgFrontend_1_1UI_1_1GeneralTab.html#a801f851aada5ac2e9b11f969b7e0483e":[2,0,1,3,27,4], +"classGpgFrontend_1_1UI_1_1GeneralTab.html#ab3341ec6e10ae9bdcb95572c72837501":[2,0,1,3,27,6], +"classGpgFrontend_1_1UI_1_1GeneralTab.html#abaf12014356a2fa20f66945004abb7c2":[2,0,1,3,27,7], +"classGpgFrontend_1_1UI_1_1GeneralTab.html#ad5e1b6106ce724bfc7e3c76aeb6aa4e2":[2,0,1,3,27,3], "classGpgFrontend_1_1UI_1_1GeneralWindowState.html":[2,0,1,3,41], "classGpgFrontend_1_1UI_1_1GenerateRevokeCertification.html":[2,0,1,3,37], "classGpgFrontend_1_1UI_1_1GenerateRevokeCertification.html#a21f29c630f59b203d8198abd3d43f428":[2,0,1,3,37,1], @@ -247,7 +249,5 @@ var NAVTREEINDEX5 = "classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8ecbb5721d5a2a0f85fd7b362f62bf83":[2,0,1,3,14,31], "classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a904d5e72a1946382ddfca80dc57c4db5":[2,0,1,3,14,9], "classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa36de61cedb98f919f10e35d4e6b5146":[2,0,1,3,14,6], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa765259f9aa65b81d59b982ee0595e52":[2,0,1,3,14,15], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aaa9b55830c39ce854e4ede26d916a844":[2,0,1,3,14,24], -"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab0ccac068670a3e28ce78ff87a40b2fc":[2,0,1,3,14,26] +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa765259f9aa65b81d59b982ee0595e52":[2,0,1,3,14,15] }; diff --git a/docs/html/navtreeindex6.js b/docs/html/navtreeindex6.js index ca1ba349..5b5053d4 100644 --- a/docs/html/navtreeindex6.js +++ b/docs/html/navtreeindex6.js @@ -1,5 +1,7 @@ var NAVTREEINDEX6 = { +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aaa9b55830c39ce854e4ede26d916a844":[2,0,1,3,14,24], +"classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab0ccac068670a3e28ce78ff87a40b2fc":[2,0,1,3,14,26], "classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab40bd826a5437124f8afd09824606c76":[2,0,1,3,14,7], "classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab8f04b046abb56d53bdbe67838b84fdc":[2,0,1,3,14,8], "classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f":[2,0,1,3,14,11], @@ -247,7 +249,5 @@ var NAVTREEINDEX6 = "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#af64f0fb9433ea88853beec3a3dd5a334":[2,0,1,3,12,2], "classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#afae8573a9f425bd53c84828576f4ac1f":[2,0,1,3,12,16], "classGpgFrontend_1_1UI_1_1KeyServerImportTask.html":[2,0,1,3,48], -"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a200fd95182c6b7ac8103c0beed893468":[2,0,1,3,48,4], -"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a388dabb769828ce3df76497bc02c2e18":[2,0,1,3,48,5], -"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a3adcb012ca6a6c08c65b94ab301eba27":[2,0,1,3,48,8] +"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a200fd95182c6b7ac8103c0beed893468":[2,0,1,3,48,4] }; diff --git a/docs/html/navtreeindex7.js b/docs/html/navtreeindex7.js index eda2bb7f..702b47cb 100644 --- a/docs/html/navtreeindex7.js +++ b/docs/html/navtreeindex7.js @@ -1,5 +1,7 @@ var NAVTREEINDEX7 = { +"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a388dabb769828ce3df76497bc02c2e18":[2,0,1,3,48,5], +"classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a3adcb012ca6a6c08c65b94ab301eba27":[2,0,1,3,48,8], "classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a5e1fb2810c4b07bd9d8c6fe11c72c526":[2,0,1,3,48,7], "classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a857152c19538b833f8945e2e68c6fe1b":[2,0,1,3,48,3], "classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#ac0c91559fa74b01a5b6d9cf925727339":[2,0,1,3,48,1], @@ -77,6 +79,7 @@ var NAVTREEINDEX7 = "classGpgFrontend_1_1UI_1_1MainWindow.html#a04668246525874760f47a340b4b7d8de":[2,0,1,3,44,6], "classGpgFrontend_1_1UI_1_1MainWindow.html#a07d02cdb29a8101f988e776ceecc49ad":[2,0,1,3,44,48], "classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759":[2,0,1,3,44,11], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a08ff2e95d1fb0ac975fcbbdd9e9ae2ce":[2,0,1,3,44,65], "classGpgFrontend_1_1UI_1_1MainWindow.html#a091087c673fa86bcaaadbbfc7ec7caed":[2,0,1,3,44,22], "classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715":[2,0,1,3,44,78], "classGpgFrontend_1_1UI_1_1MainWindow.html#a0ab96012df041f2c2e47092db0600355":[2,0,1,3,44,4], @@ -103,7 +106,6 @@ var NAVTREEINDEX7 = "classGpgFrontend_1_1UI_1_1MainWindow.html#a261fb867b194d5b16ad15ed2ff6c60ec":[2,0,1,3,44,21], "classGpgFrontend_1_1UI_1_1MainWindow.html#a276e843e2f5eda8934fb350fb6f89327":[2,0,1,3,44,58], "classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e":[2,0,1,3,44,33], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a2af52ff72325fc4c4d50aefc496100cd":[2,0,1,3,44,41], "classGpgFrontend_1_1UI_1_1MainWindow.html#a2c2f6c021219564846f1624f6bb5b9a2":[2,0,1,3,44,85], "classGpgFrontend_1_1UI_1_1MainWindow.html#a2caccd72d474177e571c07dd47038e58":[2,0,1,3,44,15], "classGpgFrontend_1_1UI_1_1MainWindow.html#a2fb0dc34218da4963e3c37fd60b334a7":[2,0,1,3,44,106], @@ -199,7 +201,6 @@ var NAVTREEINDEX7 = "classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98":[2,0,1,3,44,13], "classGpgFrontend_1_1UI_1_1MainWindow.html#ae2587b35d14bc64bc13d4e8ca1dcd502":[2,0,1,3,44,135], "classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa":[2,0,1,3,44,31], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ae9bc8395f2d2965c722442f4879902d8":[2,0,1,3,44,65], "classGpgFrontend_1_1UI_1_1MainWindow.html#aea395f8629aef1532bcec3de337fa6ac":[2,0,1,3,44,55], "classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c":[2,0,1,3,44,25], "classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f":[2,0,1,3,44,94], @@ -208,6 +209,7 @@ var NAVTREEINDEX7 = "classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853":[2,0,1,3,44,136], "classGpgFrontend_1_1UI_1_1MainWindow.html#af77f66b6b869f6ddb3d2caa3bc40bb09":[2,0,1,3,44,82], "classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6":[2,0,1,3,44,28], +"classGpgFrontend_1_1UI_1_1MainWindow.html#af943d62a7aeb866bed2a3f50cd9bb565":[2,0,1,3,44,41], "classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac":[2,0,1,3,44,121], "classGpgFrontend_1_1UI_1_1MainWindow.html#af999edaa3ce60ed0303ded5fcd4ed527":[2,0,1,3,44,47], "classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62":[2,0,1,3,44,116], @@ -247,7 +249,5 @@ var NAVTREEINDEX7 = "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358":[2,0,1,3,66,16], "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a5b8ce290e1b949b56734227e8d42adba":[2,0,1,3,66,15], "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a":[2,0,1,3,66,3], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1":[2,0,1,3,66,0], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe":[2,0,1,3,66,7], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce":[2,0,1,3,66,5] +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1":[2,0,1,3,66,0] }; diff --git a/docs/html/navtreeindex8.js b/docs/html/navtreeindex8.js index 86ea18c7..f725fce2 100644 --- a/docs/html/navtreeindex8.js +++ b/docs/html/navtreeindex8.js @@ -1,5 +1,7 @@ var NAVTREEINDEX8 = { +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe":[2,0,1,3,66,7], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce":[2,0,1,3,66,5], "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac3404f71f0f93cd7f5cb64d5d56624d7":[2,0,1,3,66,6], "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae867b6329fcb1978479a9d70f7b017db":[2,0,1,3,66,12], "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700":[2,0,1,3,66,1], @@ -31,18 +33,18 @@ var NAVTREEINDEX8 = "classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel.html#a635e1ca7837abb556ffa589d52d8ce42":[2,0,1,3,39,0], "classGpgFrontend_1_1UI_1_1SettingsDialog.html":[2,0,1,3,26], "classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc":[2,0,1,3,26,0], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a2ca2325a0dd0764cb6b5c2a7e35ba408":[2,0,1,3,26,1], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a22e50d779f84ac7b3d83b1bccedf8e24":[2,0,1,3,26,3], "classGpgFrontend_1_1UI_1_1SettingsDialog.html#a4e2ce62b4f14bb77d577efe208655bcb":[2,0,1,3,26,7], "classGpgFrontend_1_1UI_1_1SettingsDialog.html#a557219d1b82dd00e8d9f027a7cd561fa":[2,0,1,3,26,11], "classGpgFrontend_1_1UI_1_1SettingsDialog.html#a6532bcf29023e2d18209caae9960fd3f":[2,0,1,3,26,8], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a77d24d981a6b0e60fd0afd9f3ba2ad3e":[2,0,1,3,26,4], "classGpgFrontend_1_1UI_1_1SettingsDialog.html#aa1a54f43f17388a07befb5f15e4906ea":[2,0,1,3,26,5], "classGpgFrontend_1_1UI_1_1SettingsDialog.html#aac6feb4c12abb882446756c889d5fa78":[2,0,1,3,26,9], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html#ab3c3f59d98afb1f284a7149f4ff971b8":[2,0,1,3,26,2], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html#ab3c3f59d98afb1f284a7149f4ff971b8":[2,0,1,3,26,1], "classGpgFrontend_1_1UI_1_1SettingsDialog.html#ac32111f86366175b943f8d96eee975ed":[2,0,1,3,26,6], "classGpgFrontend_1_1UI_1_1SettingsDialog.html#ac43d73ffaadf316118ab0d7b46da4e41":[2,0,1,3,26,12], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html#acc6b4386de554fce6fbb60ac6d201952":[2,0,1,3,26,4], "classGpgFrontend_1_1UI_1_1SettingsDialog.html#acfd6e61f789f022790e9a83ce6359fbe":[2,0,1,3,26,10], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html#af5ba6646af45d0d1d794bc52ee54b1b9":[2,0,1,3,26,3], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html#af5ba6646af45d0d1d794bc52ee54b1b9":[2,0,1,3,26,2], "classGpgFrontend_1_1UI_1_1SignersPicker.html":[2,0,1,3,30], "classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb":[2,0,1,3,30,0], "classGpgFrontend_1_1UI_1_1SignersPicker.html#a293d71b597bd052836675a4cff8ad28d":[2,0,1,3,30,1], @@ -247,7 +249,5 @@ var NAVTREEINDEX8 = "classPinEntryDialog.html#aed26dd7ba9f5ff300f113e04400871ff":[2,0,14,69], "classPinEntryDialog.html#af0c044d4e82f6e72a72b713704953044":[2,0,14,58], "classPinEntryDialog.html#af12911bea59bd5df05346952c6b9382c":[2,0,14,53], -"classPinEntryDialog.html#af8667cf3aebff7354d9a1eb92b7ca668":[2,0,14,38], -"classPinEntryDialog.html#affff341e7d03154b56d83a0278aa5143":[2,0,14,2], -"classPinEntryDialog.html#affff341e7d03154b56d83a0278aa5143a4285b0cd9faf99584dea1b20b81eb4a2":[2,0,14,2,2] +"classPinEntryDialog.html#af8667cf3aebff7354d9a1eb92b7ca668":[2,0,14,38] }; diff --git a/docs/html/navtreeindex9.js b/docs/html/navtreeindex9.js index baabad28..15d6bdf3 100644 --- a/docs/html/navtreeindex9.js +++ b/docs/html/navtreeindex9.js @@ -1,5 +1,7 @@ var NAVTREEINDEX9 = { +"classPinEntryDialog.html#affff341e7d03154b56d83a0278aa5143":[2,0,14,2], +"classPinEntryDialog.html#affff341e7d03154b56d83a0278aa5143a4285b0cd9faf99584dea1b20b81eb4a2":[2,0,14,2,2], "classPinEntryDialog.html#affff341e7d03154b56d83a0278aa5143a8e3454c439c642eb78522bf43cd23258":[2,0,14,2,0], "classPinEntryDialog.html#affff341e7d03154b56d83a0278aa5143ab37c4cbae4e1b2d8b41617a230cf96fd":[2,0,14,2,1], "classPinLineEdit.html":[2,0,15], @@ -111,8 +113,8 @@ var NAVTREEINDEX9 = "dir_fc6c58bf49530122ab17df13a9869378.html":[3,0,0,0,0,2], "dir_fd71accbf528c1576ca21e7ec5716833.html":[3,0,0,0,4], "files.html":[3,0], -"functions.html":[2,3,0], "functions.html":[2,3,0,0], +"functions.html":[2,3,0], "functions_b.html":[2,3,0,1], "functions_c.html":[2,3,0,2], "functions_d.html":[2,3,0,3], @@ -174,6 +176,7 @@ var NAVTREEINDEX9 = "namespaceGpgFrontend.html#a05c3fa7850da1b7fc2e89a9604beb1db":[1,0,2,199], "namespaceGpgFrontend.html#a0781ebc8c308a3bade1174355f9a0ff2":[1,0,2,138], "namespaceGpgFrontend.html#a0a45485ea151b17c4eb756f929940a08":[1,0,2,185], +"namespaceGpgFrontend.html#a0b2b812dbc7f8752ed0dfe03eaa8a5a5":[1,0,2,161], "namespaceGpgFrontend.html#a0c14f6d43175fadd9180621cffddcba5":[1,0,2,79], "namespaceGpgFrontend.html#a0d3c3d137aca0e2168efa3c9c86a428a":[1,0,2,220], "namespaceGpgFrontend.html#a0dd4be5ef35dd33df1497afec238778b":[1,0,2,143], @@ -207,7 +210,6 @@ var NAVTREEINDEX9 = "namespaceGpgFrontend.html#a361a1d994bb15f5c6b84336523c062ea":[1,0,2,215], "namespaceGpgFrontend.html#a37e8fe7369a69aa26dd6f90810ff34cd":[1,0,2,103], "namespaceGpgFrontend.html#a398baf5153c1eb3534729d11edb01f9c":[1,0,2,188], -"namespaceGpgFrontend.html#a3ad5659719d261ea3142c2baa60d40ff":[1,0,2,195], "namespaceGpgFrontend.html#a3b5f18fd9cdc048974e357beac4927aa":[1,0,2,118], "namespaceGpgFrontend.html#a3d15fda681fcdd6ea07a8eb31f81b249":[1,0,2,152], "namespaceGpgFrontend.html#a3d735ed2f15dbf638cfa508daba16e5b":[1,0,2,97], @@ -247,7 +249,5 @@ var NAVTREEINDEX9 = "namespaceGpgFrontend.html#a820d6ec2f05b8dba4d72b4d73839219f":[1,0,2,125], "namespaceGpgFrontend.html#a8289d85d3d0ba11d77b6982c362ca33d":[1,0,2,98], "namespaceGpgFrontend.html#a864178db4c07b932c2ae6e7a20fe87bf":[1,0,2,113], -"namespaceGpgFrontend.html#a8aa750a6b51fb10e71a4bcbff7777a8a":[1,0,2,70], -"namespaceGpgFrontend.html#a8de4d38ede9da260d3e9b327a1f366f1":[1,0,2,71], -"namespaceGpgFrontend.html#a8fe8112cc97385961a3f6a18129ea789":[1,0,2,91] +"namespaceGpgFrontend.html#a89c5fed8586b3f380fecc2040b42e344":[1,0,2,195] }; diff --git a/docs/html/search/all_11.js b/docs/html/search/all_11.js index 99f3c52e..baa700e6 100644 --- a/docs/html/search/all_11.js +++ b/docs/html/search/all_11.js @@ -47,8 +47,8 @@ var searchData= ['setownertrustlevel_631',['SetOwnerTrustLevel',['../classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel.html',1,'GpgFrontend::UI::SetOwnerTrustLevel'],['../classGpgFrontend_1_1GpgKeyManager.html#a5fa56401416872cd4ed741830b72041b',1,'GpgFrontend::GpgKeyManager::SetOwnerTrustLevel()'],['../classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel.html#a635e1ca7837abb556ffa589d52d8ce42',1,'GpgFrontend::UI::SetOwnerTrustLevel::SetOwnerTrustLevel()']]], ['setpassphrase_632',['SetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a0499b0e924ff9d63361b744ead83fc40',1,'GpgFrontend::GenKeyInfo']]], ['setprimaryuid_633',['SetPrimaryUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a5a591f82d024b0383c1445acad99d8ee',1,'GpgFrontend::GpgUIDOperator']]], - ['setrtn_634',['setRTN',['../classGpgFrontend_1_1Thread_1_1Task.html#a406206b3ecb2bdcff9608d762735c5e4',1,'GpgFrontend::Thread::Task']]], - ['setrtn_635',['SetRTN',['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#a4f5addc7abfd18e180a5969895f5d83a',1,'GpgFrontend::Thread::Task::Impl']]], + ['setrtn_634',['SetRTN',['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#a4f5addc7abfd18e180a5969895f5d83a',1,'GpgFrontend::Thread::Task::Impl']]], + ['setrtn_635',['setRTN',['../classGpgFrontend_1_1Thread_1_1Task.html#a406206b3ecb2bdcff9608d762735c5e4',1,'GpgFrontend::Thread::Task']]], ['setsettings_636',['SetSettings',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#a2fed39a2657407fcdb37d2431ef28e56',1,'GpgFrontend::UI::AppearanceTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1GeneralTab.html#a7b26d8a088ce8f50b1fd0e719e38534b',1,'GpgFrontend::UI::GeneralTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a221117b56dda48956e44d96a08f6823b',1,'GpgFrontend::UI::KeyserverTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a51cd114731899b6480cc1b6d5a80826a',1,'GpgFrontend::UI::NetworkTab::SetSettings()']]], ['setsigners_637',['SetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#aba9f6442dadcba29994d6680a4a0a8d6',1,'GpgFrontend::GpgBasicOperator']]], ['setstatus_638',['setStatus',['../classGpgFrontend_1_1GpgResultAnalyse.html#a034b7e5ccf50f9d89ac9597cd5c84efc',1,'GpgFrontend::GpgResultAnalyse']]], @@ -58,12 +58,12 @@ var searchData= ['show_5fverify_5fdetails_642',['show_verify_details',['../namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281',1,'GpgFrontend::UI']]], ['showevent_643',['showEvent',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab799cd5e07b06a8e953d72105c0a1083',1,'GpgFrontend::UI::AboutDialog']]], ['shownotificationwidget_644',['ShowNotificationWidget',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['shutdownglobalbasicalenv_645',['ShutdownGlobalBasicalEnv',['../namespaceGpgFrontend.html#a3ad5659719d261ea3142c2baa60d40ff',1,'GpgFrontend']]], + ['shutdownglobalbasicenv_645',['ShutdownGlobalBasicEnv',['../namespaceGpgFrontend.html#a89c5fed8586b3f380fecc2040b42e344',1,'GpgFrontend']]], ['shutdowngpgfrontendmodules_646',['ShutdownGpgFrontendModules',['../namespaceGpgFrontend_1_1Module.html#a25a2b6107e70c76ab0731f2685d94745',1,'GpgFrontend::Module']]], ['sign_647',['Sign',['../classGpgFrontend_1_1GpgBasicOperator.html#a8c52574f86bd8452a578143e08c7254b',1,'GpgFrontend::GpgBasicOperator']]], ['sign_5fact_5f_648',['sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839',1,'GpgFrontend::UI::MainWindow']]], ['sign_5fmarked_5f_649',['sign_marked_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['signaldeeprestartneeded_650',['SignalDeepRestartNeeded',['../classGpgFrontend_1_1UI_1_1GeneralTab.html#afc107d56f13000aa28436a5e26a0876b',1,'GpgFrontend::UI::GeneralTab']]], + ['signaldeeprestartneeded_650',['SignalDeepRestartNeeded',['../classGpgFrontend_1_1UI_1_1GeneralTab.html#ad5e1b6106ce724bfc7e3c76aeb6aa4e2',1,'GpgFrontend::UI::GeneralTab']]], ['signalkeydatabaserefreshdone_651',['SignalKeyDatabaseRefreshDone',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28',1,'GpgFrontend::UI::CommonUtils']]], ['signalkeyserverimportresult_652',['SignalKeyServerImportResult',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a857152c19538b833f8945e2e68c6fe1b',1,'GpgFrontend::UI::KeyServerImportTask']]], ['signalkeyserverlisttestresult_653',['SignalKeyServerListTestResult',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a20f0147d670be7ab5c9d3051a900f508',1,'GpgFrontend::UI::ListedKeyServerTestTask']]], @@ -75,147 +75,146 @@ var searchData= ['signalrefreshinfoboard_659',['SignalRefreshInfoBoard',['../classGpgFrontend_1_1UI_1_1UISignalStation.html#a1952bc7608f4449afd2c0f0e169a0007',1,'GpgFrontend::UI::UISignalStation::SignalRefreshInfoBoard()'],['../classGpgFrontend_1_1UI_1_1FilePage.html#a8c24032167f81c86770c216c3831da57',1,'GpgFrontend::UI::FilePage::SignalRefreshInfoBoard()']]], ['signalrefreshstatusbar_660',['SignalRefreshStatusBar',['../classGpgFrontend_1_1UI_1_1UISignalStation.html#a28d70bad814ed795ba47e4daf2917e19',1,'GpgFrontend::UI::UISignalStation::SignalRefreshStatusBar()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a',1,'GpgFrontend::UI::KeyList::SignalRefreshStatusBar()']]], ['signalreplyfromupdateserver_661',['SignalReplyFromUpdateServer',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95',1,'GpgFrontend::UI::UpdateTab']]], - ['signalrestartneeded_662',['signalRestartNeeded',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abff49b636449815a9ebff52f5c067712',1,'GpgFrontend::UI::AppearanceTab']]], - ['signalrestartneeded_663',['SignalRestartNeeded',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a35a707865fbcc95b6261e382a6ff171c',1,'GpgFrontend::UI::GnuPGControllerDialog::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#af5ba6646af45d0d1d794bc52ee54b1b9',1,'GpgFrontend::UI::SettingsDialog::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1GeneralTab.html#aa88ccbda61728be6de0aa2d9b92e0b69',1,'GpgFrontend::UI::GeneralTab::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a26449a77844d9db69a543ff88f10e347',1,'GpgFrontend::UI::KeyserverTab::SignalRestartNeeded()']]], - ['signaluibytesdisplayed_664',['SignalUIBytesDisplayed',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['signalupgradeversion_665',['SignalUpgradeVersion',['../classVersionCheckTask.html#a017130179e7d18f361d112b9ad3d7462',1,'VersionCheckTask']]], - ['signaturedetailsdialog_666',['SignatureDetailsDialog',['../classSignatureDetailsDialog.html',1,'']]], - ['signerspicker_667',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html',1,'GpgFrontend::UI::SignersPicker'],['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb',1,'GpgFrontend::UI::SignersPicker::SignersPicker()']]], - ['signfile_668',['SignFile',['../classGpgFrontend_1_1GpgFileOpera.html#acbbc57156fd7aa984489a2397b942fef',1,'GpgFrontend::GpgFileOpera']]], - ['signfilesync_669',['SignFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#a247db95aa42991f6772f2404e81e822d',1,'GpgFrontend::GpgFileOpera']]], - ['signkey_670',['SignKey',['../classGpgFrontend_1_1GpgKeyManager.html#ab5e56b3a2161f3251666c988d7eaa929',1,'GpgFrontend::GpgKeyManager']]], - ['signsync_671',['SignSync',['../classGpgFrontend_1_1GpgBasicOperator.html#aec37726d1386dcca7a75e1f2706bad77',1,'GpgFrontend::GpgBasicOperator']]], - ['singletonfunctionobject_672',['SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend::SingletonFunctionObject< T >'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a194e49b07d46345bdad386505d743a61',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const SingletonFunctionObject< T > &)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aabc5fe8e5a372ac276a265286457cb9a',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(T &&)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a7090636bed6f4bad5b99f28f6872c645',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const T &)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a02e76b42ab51d77588b01c7508bed258',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject()=default'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a4aa7f1eb1d3281bb1fccfcbb1b416251',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(int channel)']]], - ['singletonfunctionobject_3c_20cachemanager_20_3e_673',['SingletonFunctionObject< CacheManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20dataobjectoperator_20_3e_674',['SingletonFunctionObject< DataObjectOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20globalsettingstation_20_3e_675',['SingletonFunctionObject< GlobalSettingStation >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgbasicoperator_20_3e_676',['SingletonFunctionObject< GpgBasicOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgcontext_20_3e_677',['SingletonFunctionObject< GpgContext >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgfileopera_20_3e_678',['SingletonFunctionObject< GpgFileOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeygetter_20_3e_679',['SingletonFunctionObject< GpgKeyGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeygetter_3a_3aimpl_20_3e_680',['SingletonFunctionObject< GpgKeyGetter::Impl >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeyimportexporter_20_3e_681',['SingletonFunctionObject< GpgKeyImportExporter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeymanager_20_3e_682',['SingletonFunctionObject< GpgKeyManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeyopera_20_3e_683',['SingletonFunctionObject< GpgKeyOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpguidoperator_20_3e_684',['SingletonFunctionObject< GpgUIDOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20loggermanager_20_3e_685',['SingletonFunctionObject< LoggerManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20modulemanager_20_3e_686',['SingletonFunctionObject< ModuleManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20passphrasegenerator_20_3e_687',['SingletonFunctionObject< PassphraseGenerator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20taskrunnergetter_20_3e_688',['SingletonFunctionObject< TaskRunnerGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonstorage_689',['SingletonStorage',['../classGpgFrontend_1_1SingletonStorage.html',1,'GpgFrontend']]], - ['singletonstoragecollection_690',['SingletonStorageCollection',['../classGpgFrontend_1_1SingletonStorageCollection.html',1,'GpgFrontend']]], - ['slot_5factivated_5fkey_5ftype_691',['slot_activated_key_type',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a52a0aadc9b1e80bdcaaf1ad9d8997957',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_activated_key_type()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab8f04b046abb56d53bdbe67838b84fdc',1,'GpgFrontend::UI::KeyGenDialog::slot_activated_key_type()']]], - ['slot_5fadd_5fpgp_5fheader_692',['slot_add_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fadd_5fuid_5fresult_693',['slot_add_uid_result',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['slot_5fappend_5fselected_5fkeys_694',['slot_append_selected_keys',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fauthentication_5fbox_5fchanged_695',['slot_authentication_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a13229f07ef0ed594357df1918af50d3d',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_authentication_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a904d5e72a1946382ddfca80dc57c4db5',1,'GpgFrontend::UI::KeyGenDialog::slot_authentication_box_changed()']]], - ['slot_5fcertification_5fbox_5fchanged_696',['slot_certification_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8ab50d8f47489c57e382b3fe231ba9a7',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_certification_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a48e953cd49efde2315868e8606af7226',1,'GpgFrontend::UI::KeyGenDialog::slot_certification_box_changed()']]], - ['slot_5fclean_5fdouble_5fline_5fbreaks_697',['slot_clean_double_line_breaks',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fcompress_5ffiles_698',['slot_compress_files',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a4e4c6474f46750c5e78cbd10ce6c2cc1',1,'GpgFrontend::UI::FileTreeView']]], - ['slot_5fcopy_5fdefault_5fuid_5fto_5fclipboard_699',['slot_copy_default_uid_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3982432b140738859415e487e2c5f5eb',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fcopy_5ffingerprint_700',['slot_copy_fingerprint',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['slot_5fcopy_5fkey_5fid_5fto_5fclipboard_701',['slot_copy_key_id_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9e2ddb2135df42d76134bea168fbdce9',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fcopy_5fmail_5faddress_5fto_5fclipboard_702',['slot_copy_mail_address_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fcreate_5fnew_5fuid_703',['slot_create_new_uid',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c',1,'GpgFrontend::UI::KeyNewUIDDialog']]], - ['slot_5fcreate_5fpopup_5fmenu_704',['slot_create_popup_menu',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#ac45715a8e6e67f1221a1902ee5d51a44',1,'GpgFrontend::UI::FileTreeView']]], - ['slot_5fcut_5fpgp_5fheader_705',['slot_cut_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fdisable_5ftab_5factions_706',['slot_disable_tab_actions',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fdouble_5fclicked_707',['slot_double_clicked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e',1,'GpgFrontend::UI::KeyList']]], - ['slot_5fencryption_5fbox_5fchanged_708',['slot_encryption_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a1f4dda7500b3de7476e5d1e7bd5b550b',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_encryption_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f',1,'GpgFrontend::UI::KeyGenDialog::slot_encryption_box_changed()']]], - ['slot_5fexpire_5fbox_5fchanged_709',['slot_expire_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a49d9f3bb2cfb17eb39dcd4dc0385234e',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_expire_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a516aa59c71a9ddf06c51e93252e93b76',1,'GpgFrontend::UI::KeyGenDialog::slot_expire_box_changed()']]], - ['slot_5fexport_5fprivate_5fkey_710',['slot_export_private_key',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab',1,'GpgFrontend::UI::KeyPairOperaTab']]], - ['slot_5ffile_5ftree_5fview_5fitem_5fdouble_5fclicked_711',['slot_file_tree_view_item_double_clicked',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a3f3f0feea01ce05304e48110d2f33af0',1,'GpgFrontend::UI::FileTreeView']]], - ['slot_5ffind_712',['slot_find',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fformat_5fgpg_5fheader_713',['slot_format_gpg_header',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['slot_5fimport_714',['slot_import',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['slot_5fimport_5ffinished_715',['slot_import_finished',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a236935d77e2b2a17ee66798c490f1361',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['slot_5fimport_5fkey_5ffrom_5fedit_716',['slot_import_key_from_edit',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5finsert_5ftext_717',['slot_insert_text',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a184985104f23da8fdf2b9aaf7b27405b',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['slot_5fjump_5fpage_718',['slot_jump_page',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b',1,'GpgFrontend::UI::ChoosePage']]], - ['slot_5fkey_5fgen_5faccept_719',['slot_key_gen_accept',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aab426dec4b4655b215b09b490e05ad05',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_key_gen_accept()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#af1f7a62dcb024513453766ee8816d514',1,'GpgFrontend::UI::KeyGenDialog::slot_key_gen_accept()']]], - ['slot_5fnon_5fexpired_5fchecked_720',['slot_non_expired_checked',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274',1,'GpgFrontend::UI::KeySetExpireDateDialog']]], - ['slot_5fopen_5ffile_5ftab_721',['slot_open_file_tab',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fopen_5fkey_5fmanagement_722',['slot_open_key_management',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fopen_5fsettings_5fdialog_723',['slot_open_settings_dialog',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fopen_5furl_724',['slot_open_url',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99',1,'GpgFrontend::UI::HelpPage']]], - ['slot_5fprocess_5fnetwork_5freply_725',['slot_process_network_reply',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#af9350e0a8d5993e5be0a5478fcb161be',1,'GpgFrontend::UI::ListedKeyServerTestTask::slot_process_network_reply()'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a612eabb08138bed927bdd845d0fdd3e6',1,'GpgFrontend::UI::ProxyConnectionTestTask::slot_process_network_reply()']]], - ['slot_5fremove_5ftab_726',['slot_remove_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42',1,'GpgFrontend::UI::TextEdit']]], - ['slot_5fsave_5fstatus_5fto_5fcache_5ffor_5frevovery_727',['slot_save_status_to_cache_for_revovery',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a1bf57ebe1e32b12c48bb633b7dd7a4f1',1,'GpgFrontend::UI::TextEdit']]], - ['slot_5fset_5frestart_5fneeded_728',['slot_set_restart_needed',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a2bb963a14733cf9b99736b6624c09d83',1,'GpgFrontend::UI::GnuPGControllerDialog::slot_set_restart_needed()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#acc6b4386de554fce6fbb60ac6d201952',1,'GpgFrontend::UI::SettingsDialog::slot_set_restart_needed()']]], - ['slot_5fshow_5fcustom_5fcontext_5fmenu_729',['slot_show_custom_context_menu',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a626b131b432c29f162aa9a47fd9f67f7',1,'GpgFrontend::UI::FileTreeView']]], - ['slot_5fshow_5fkey_5fdetails_730',['slot_show_key_details',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fshow_5fversion_5fstatus_731',['slot_show_version_status',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a29a504b9657b0f553b7c5a6997892a24',1,'GpgFrontend::UI::UpdateTab']]], - ['slot_5fsign_5fkey_732',['slot_sign_key',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43',1,'GpgFrontend::UI::KeyUIDSignDialog']]], - ['slot_5fsigning_5fbox_5fchanged_733',['slot_signing_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aedef4e8784c8a3edb06b0f2821500552',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_signing_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03b7fe3e34147e404ca3ca6a0aa80cfc',1,'GpgFrontend::UI::KeyGenDialog::slot_signing_box_changed()']]], - ['slot_5fstart_5fwizard_734',['slot_start_wizard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fupdate_5fkey_5fstatus_735',['slot_update_key_status',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e',1,'GpgFrontend::UI::CommonUtils']]], - ['slot_5fupload_5fkey_5fto_5fserver_736',['slot_upload_key_to_server',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#ae72c3bbd04e1bfbf142d806d50bbe617',1,'GpgFrontend::UI::KeyUploadDialog']]], - ['slot_5fversion_5fupgrade_5fnofity_737',['slot_version_upgrade_nofity',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2af52ff72325fc4c4d50aefc496100cd',1,'GpgFrontend::UI::MainWindow']]], - ['slotappendtext2curtextpage_738',['SlotAppendText2CurTextPage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae9ffb1f027ce05737e77add66bd1540f',1,'GpgFrontend::UI::TextEdit']]], - ['slotarchivedecrypt_739',['SlotArchiveDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aba7c5572c2736701cc5799776876bbdd',1,'GpgFrontend::UI::MainWindow']]], - ['slotarchivedecryptverify_740',['SlotArchiveDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8ee995b7d1a21ebaab2333a5e79ae77c',1,'GpgFrontend::UI::MainWindow']]], - ['slotclosetab_741',['SlotCloseTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b',1,'GpgFrontend::UI::TextEdit']]], - ['slotcopy_742',['SlotCopy',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780',1,'GpgFrontend::UI::TextEdit']]], - ['slotcurpagefiletreeview_743',['SlotCurPageFileTreeView',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9',1,'GpgFrontend::UI::TextEdit']]], - ['slotcurpagetextedit_744',['SlotCurPageTextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1',1,'GpgFrontend::UI::TextEdit']]], - ['slotcut_745',['SlotCut',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162',1,'GpgFrontend::UI::TextEdit']]], - ['slotdecrypt_746',['SlotDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3751c475a29a5827a5eea587ffa6abfb',1,'GpgFrontend::UI::MainWindow']]], - ['slotdecryptverify_747',['SlotDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7d38ca18a8688b5df163157d26a14c72',1,'GpgFrontend::UI::MainWindow']]], - ['slotdirectoryencryptsign_748',['SlotDirectoryEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af999edaa3ce60ed0303ded5fcd4ed527',1,'GpgFrontend::UI::MainWindow']]], - ['slotencrypt_749',['SlotEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a07d02cdb29a8101f988e776ceecc49ad',1,'GpgFrontend::UI::MainWindow']]], - ['slotencryptsign_750',['SlotEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aca691847190c39fe2d41d669b1e686b8',1,'GpgFrontend::UI::MainWindow']]], - ['slotexecutecommand_751',['SlotExecuteCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a39fbfbc9ab39581330a02d9cb54e6e4d',1,'GpgFrontend::UI::CommonUtils']]], - ['slotexecutegpgcommand_752',['SlotExecuteGpgCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d',1,'GpgFrontend::UI::CommonUtils']]], - ['slotfiledecrypt_753',['SlotFileDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a60d82d4da1775ef21284543435a1f421',1,'GpgFrontend::UI::MainWindow']]], - ['slotfiledecryptverify_754',['SlotFileDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afd80e8d6e6a1acad0cd12e26635cfc22',1,'GpgFrontend::UI::MainWindow']]], - ['slotfileencrypt_755',['SlotFileEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88c467b5be4712f7d2b16da0e96cd7e9',1,'GpgFrontend::UI::MainWindow']]], - ['slotfileencryptsign_756',['SlotFileEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afc86384de0913968ab767e930fc9e24f',1,'GpgFrontend::UI::MainWindow']]], - ['slotfilesign_757',['SlotFileSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa0bb003f2f1209a4e4d10e94e3d5d06d',1,'GpgFrontend::UI::MainWindow']]], - ['slotfileverify_758',['SlotFileVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea395f8629aef1532bcec3de337fa6ac',1,'GpgFrontend::UI::MainWindow']]], - ['slotfilltexteditwithtext_759',['SlotFillTextEditWithText',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20',1,'GpgFrontend::UI::TextEdit']]], - ['slotimport_760',['SlotImport',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a7de2096702baf67f1335ac4fe50cfa38',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(std::vector< QString > key_ids_list, QString keyserver_url)'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(const KeyIdArgsListPtr &keys)']]], - ['slotimportkeyfromclipboard_761',['SlotImportKeyFromClipboard',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a',1,'GpgFrontend::UI::CommonUtils']]], - ['slotimportkeyfromfile_762',['SlotImportKeyFromFile',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d',1,'GpgFrontend::UI::CommonUtils']]], - ['slotimportkeyfromkeyserver_763',['SlotImportKeyFromKeyServer',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#af1b3538d3119c8564e83c7661f73f6ea',1,'GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer(QWidget *parent)'],['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a35a47fc31b81b6c4f5899e8ab5c4c51a',1,'GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer(const GpgFrontend::KeyIdArgsList &key_ids, const GpgFrontend::UI::CommonUtils::ImportCallbackFunctiopn &callback)']]], - ['slotimportkeys_764',['SlotImportKeys',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ae730cf0ee73379186f082f29a90a2f94',1,'GpgFrontend::UI::CommonUtils']]], - ['slotnewfiletab_765',['SlotNewFileTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a1859df6906160400710accb0481d6b0c',1,'GpgFrontend::UI::TextEdit']]], - ['slotnewhelptab_766',['slotNewHelpTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4',1,'GpgFrontend::UI::TextEdit']]], - ['slotnewtab_767',['SlotNewTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c',1,'GpgFrontend::UI::TextEdit']]], - ['slotopen_768',['SlotOpen',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb',1,'GpgFrontend::UI::TextEdit']]], - ['slotopenfile_769',['SlotOpenFile',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad344606cf3c665fc73a3c0dd10a44310',1,'GpgFrontend::UI::MainWindow::SlotOpenFile()'],['../classGpgFrontend_1_1UI_1_1TextEdit.html#a60c73cc66a48a38c13e7890de49e86c3',1,'GpgFrontend::UI::TextEdit::SlotOpenFile(const QString &path)']]], - ['slotpaste_770',['SlotPaste',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9',1,'GpgFrontend::UI::TextEdit']]], - ['slotprint_771',['SlotPrint',['../classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224',1,'GpgFrontend::UI::TextEdit']]], - ['slotquote_772',['SlotQuote',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee',1,'GpgFrontend::UI::TextEdit']]], - ['slotraisepinentry_773',['SlotRaisePinentry',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abf4b09c9bc6242630c066eb7bf4636bf',1,'GpgFrontend::UI::MainWindow']]], - ['slotredo_774',['SlotRedo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929',1,'GpgFrontend::UI::TextEdit']]], - ['slotrefresh_775',['SlotRefresh',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['slotsave_776',['SlotSave',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0',1,'GpgFrontend::UI::TextEdit']]], - ['slotsaveas_777',['SlotSaveAs',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a306999df608947dc0728d651893b20f6',1,'GpgFrontend::UI::TextEdit']]], - ['slotselectall_778',['SlotSelectAll',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55',1,'GpgFrontend::UI::TextEdit']]], - ['slotsetrestartneeded_779',['SlotSetRestartNeeded',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a276e843e2f5eda8934fb350fb6f89327',1,'GpgFrontend::UI::MainWindow']]], - ['slotshowhiddenfile_780',['SlotShowHiddenFile',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#aed6a2eaa435630ccf7b65da2f09114dd',1,'GpgFrontend::UI::FileTreeView']]], - ['slotshowmodified_781',['SlotShowModified',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ab24adc1adb3b9b29469992e4c444436e',1,'GpgFrontend::UI::TextEdit']]], - ['slotsign_782',['SlotSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa2aeef298a7a05fc1b38bad75b62aad8',1,'GpgFrontend::UI::MainWindow']]], - ['slotswitchtabdown_783',['SlotSwitchTabDown',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474',1,'GpgFrontend::UI::TextEdit']]], - ['slotswitchtabup_784',['SlotSwitchTabUp',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762',1,'GpgFrontend::UI::TextEdit']]], - ['slotundo_785',['SlotUndo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5',1,'GpgFrontend::UI::TextEdit']]], - ['slotupdatecryptomenustatus_786',['SlotUpdateCryptoMenuStatus',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abd5408ca5f908c330a15db24d959f3a5',1,'GpgFrontend::UI::MainWindow']]], - ['slotverify_787',['SlotVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ac9bf2a20727eb8e727aa2e3ce5c248e5',1,'GpgFrontend::UI::MainWindow']]], - ['softwareversion_788',['SoftwareVersion',['../structSoftwareVersion.html',1,'']]], - ['spdlog_789',['spdlog',['../namespacespdlog.html',1,'']]], - ['special_5fedit_5ftool_5fbar_5f_790',['special_edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0',1,'GpgFrontend::UI::MainWindow']]], - ['start_5fwizard_5fact_5f_791',['start_wizard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6',1,'GpgFrontend::UI::MainWindow']]], - ['startapplication_792',['StartApplication',['../namespaceGpgFrontend.html#abca29d455373e3278486ed20c4a63b6e',1,'GpgFrontend']]], - ['startdirmngr_793',['StartDirmngr',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a7687d84063c6c1d9d8bc11c617085530',1,'GpgFrontend::GpgAdvancedOperator']]], - ['startgpgagent_794',['StartGpgAgent',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a4af186d06b01ce998e51a42e39e01c86',1,'GpgFrontend::GpgAdvancedOperator']]], - ['startkeyboxd_795',['StartKeyBoxd',['../classGpgFrontend_1_1GpgAdvancedOperator.html#ae2b097912eb2c9d97da859c45e7a5bac',1,'GpgFrontend::GpgAdvancedOperator']]], - ['steganography_5fmenu_5f_796',['steganography_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853',1,'GpgFrontend::UI::MainWindow']]], - ['storages_5fmutex_5f_797',['storages_mutex_',['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html#a10851118e959ef798ae9c534dac74824',1,'GpgFrontend::SingletonStorageCollection::Impl']]], - ['stripped_5fname_798',['stripped_name',['../classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb',1,'GpgFrontend::UI::TextEdit']]], - ['subkeygeneratedialog_799',['SubkeyGenerateDialog',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html',1,'GpgFrontend::UI::SubkeyGenerateDialog'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8f9d8baa7b576a4aa857818b87c26bcd',1,'GpgFrontend::UI::SubkeyGenerateDialog::SubkeyGenerateDialog()']]], - ['switch_5ftab_5fdown_5fact_5f_800',['switch_tab_down_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41',1,'GpgFrontend::UI::MainWindow']]], - ['switch_5ftab_5fup_5fact_5f_801',['switch_tab_up_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701',1,'GpgFrontend::UI::MainWindow']]], - ['switch_5fui_5fenabled_802',['switch_ui_enabled',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513',1,'GpgFrontend::UI::NetworkTab']]], - ['switch_5fui_5fproxy_5ftype_803',['switch_ui_proxy_type',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd',1,'GpgFrontend::UI::NetworkTab']]], - ['symbol_804',['Symbol',['../structGpgFrontend_1_1Module_1_1Module_1_1Impl_1_1Symbol.html',1,'GpgFrontend::Module::Module::Impl']]] + ['signalrestartneeded_662',['SignalRestartNeeded',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a35a707865fbcc95b6261e382a6ff171c',1,'GpgFrontend::UI::GnuPGControllerDialog::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#a0604a8cc86cb6aec7d35e71438d87c9a',1,'GpgFrontend::UI::AppearanceTab::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#af5ba6646af45d0d1d794bc52ee54b1b9',1,'GpgFrontend::UI::SettingsDialog::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1GeneralTab.html#a801f851aada5ac2e9b11f969b7e0483e',1,'GpgFrontend::UI::GeneralTab::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a26449a77844d9db69a543ff88f10e347',1,'GpgFrontend::UI::KeyserverTab::SignalRestartNeeded()']]], + ['signaluibytesdisplayed_663',['SignalUIBytesDisplayed',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['signalupgradeversion_664',['SignalUpgradeVersion',['../classVersionCheckTask.html#a017130179e7d18f361d112b9ad3d7462',1,'VersionCheckTask']]], + ['signaturedetailsdialog_665',['SignatureDetailsDialog',['../classSignatureDetailsDialog.html',1,'']]], + ['signerspicker_666',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html',1,'GpgFrontend::UI::SignersPicker'],['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb',1,'GpgFrontend::UI::SignersPicker::SignersPicker()']]], + ['signfile_667',['SignFile',['../classGpgFrontend_1_1GpgFileOpera.html#acbbc57156fd7aa984489a2397b942fef',1,'GpgFrontend::GpgFileOpera']]], + ['signfilesync_668',['SignFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#a247db95aa42991f6772f2404e81e822d',1,'GpgFrontend::GpgFileOpera']]], + ['signkey_669',['SignKey',['../classGpgFrontend_1_1GpgKeyManager.html#ab5e56b3a2161f3251666c988d7eaa929',1,'GpgFrontend::GpgKeyManager']]], + ['signsync_670',['SignSync',['../classGpgFrontend_1_1GpgBasicOperator.html#aec37726d1386dcca7a75e1f2706bad77',1,'GpgFrontend::GpgBasicOperator']]], + ['singletonfunctionobject_671',['SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend::SingletonFunctionObject< T >'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a194e49b07d46345bdad386505d743a61',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const SingletonFunctionObject< T > &)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aabc5fe8e5a372ac276a265286457cb9a',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(T &&)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a7090636bed6f4bad5b99f28f6872c645',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const T &)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a02e76b42ab51d77588b01c7508bed258',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject()=default'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a4aa7f1eb1d3281bb1fccfcbb1b416251',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(int channel)']]], + ['singletonfunctionobject_3c_20cachemanager_20_3e_672',['SingletonFunctionObject< CacheManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20dataobjectoperator_20_3e_673',['SingletonFunctionObject< DataObjectOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20globalsettingstation_20_3e_674',['SingletonFunctionObject< GlobalSettingStation >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgbasicoperator_20_3e_675',['SingletonFunctionObject< GpgBasicOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgcontext_20_3e_676',['SingletonFunctionObject< GpgContext >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgfileopera_20_3e_677',['SingletonFunctionObject< GpgFileOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeygetter_20_3e_678',['SingletonFunctionObject< GpgKeyGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeygetter_3a_3aimpl_20_3e_679',['SingletonFunctionObject< GpgKeyGetter::Impl >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeyimportexporter_20_3e_680',['SingletonFunctionObject< GpgKeyImportExporter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeymanager_20_3e_681',['SingletonFunctionObject< GpgKeyManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeyopera_20_3e_682',['SingletonFunctionObject< GpgKeyOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpguidoperator_20_3e_683',['SingletonFunctionObject< GpgUIDOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20loggermanager_20_3e_684',['SingletonFunctionObject< LoggerManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20modulemanager_20_3e_685',['SingletonFunctionObject< ModuleManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20passphrasegenerator_20_3e_686',['SingletonFunctionObject< PassphraseGenerator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20taskrunnergetter_20_3e_687',['SingletonFunctionObject< TaskRunnerGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonstorage_688',['SingletonStorage',['../classGpgFrontend_1_1SingletonStorage.html',1,'GpgFrontend']]], + ['singletonstoragecollection_689',['SingletonStorageCollection',['../classGpgFrontend_1_1SingletonStorageCollection.html',1,'GpgFrontend']]], + ['slot_5factivated_5fkey_5ftype_690',['slot_activated_key_type',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a52a0aadc9b1e80bdcaaf1ad9d8997957',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_activated_key_type()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab8f04b046abb56d53bdbe67838b84fdc',1,'GpgFrontend::UI::KeyGenDialog::slot_activated_key_type()']]], + ['slot_5fadd_5fpgp_5fheader_691',['slot_add_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fadd_5fuid_5fresult_692',['slot_add_uid_result',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['slot_5fappend_5fselected_5fkeys_693',['slot_append_selected_keys',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fauthentication_5fbox_5fchanged_694',['slot_authentication_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a13229f07ef0ed594357df1918af50d3d',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_authentication_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a904d5e72a1946382ddfca80dc57c4db5',1,'GpgFrontend::UI::KeyGenDialog::slot_authentication_box_changed()']]], + ['slot_5fcertification_5fbox_5fchanged_695',['slot_certification_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8ab50d8f47489c57e382b3fe231ba9a7',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_certification_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a48e953cd49efde2315868e8606af7226',1,'GpgFrontend::UI::KeyGenDialog::slot_certification_box_changed()']]], + ['slot_5fclean_5fdouble_5fline_5fbreaks_696',['slot_clean_double_line_breaks',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fcompress_5ffiles_697',['slot_compress_files',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a4e4c6474f46750c5e78cbd10ce6c2cc1',1,'GpgFrontend::UI::FileTreeView']]], + ['slot_5fcopy_5fdefault_5fuid_5fto_5fclipboard_698',['slot_copy_default_uid_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3982432b140738859415e487e2c5f5eb',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fcopy_5ffingerprint_699',['slot_copy_fingerprint',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['slot_5fcopy_5fkey_5fid_5fto_5fclipboard_700',['slot_copy_key_id_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9e2ddb2135df42d76134bea168fbdce9',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fcopy_5fmail_5faddress_5fto_5fclipboard_701',['slot_copy_mail_address_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fcreate_5fnew_5fuid_702',['slot_create_new_uid',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c',1,'GpgFrontend::UI::KeyNewUIDDialog']]], + ['slot_5fcreate_5fpopup_5fmenu_703',['slot_create_popup_menu',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#ac45715a8e6e67f1221a1902ee5d51a44',1,'GpgFrontend::UI::FileTreeView']]], + ['slot_5fcut_5fpgp_5fheader_704',['slot_cut_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fdisable_5ftab_5factions_705',['slot_disable_tab_actions',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fdouble_5fclicked_706',['slot_double_clicked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e',1,'GpgFrontend::UI::KeyList']]], + ['slot_5fencryption_5fbox_5fchanged_707',['slot_encryption_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a1f4dda7500b3de7476e5d1e7bd5b550b',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_encryption_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f',1,'GpgFrontend::UI::KeyGenDialog::slot_encryption_box_changed()']]], + ['slot_5fexpire_5fbox_5fchanged_708',['slot_expire_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a49d9f3bb2cfb17eb39dcd4dc0385234e',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_expire_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a516aa59c71a9ddf06c51e93252e93b76',1,'GpgFrontend::UI::KeyGenDialog::slot_expire_box_changed()']]], + ['slot_5fexport_5fprivate_5fkey_709',['slot_export_private_key',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab',1,'GpgFrontend::UI::KeyPairOperaTab']]], + ['slot_5ffile_5ftree_5fview_5fitem_5fdouble_5fclicked_710',['slot_file_tree_view_item_double_clicked',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a3f3f0feea01ce05304e48110d2f33af0',1,'GpgFrontend::UI::FileTreeView']]], + ['slot_5ffind_711',['slot_find',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fformat_5fgpg_5fheader_712',['slot_format_gpg_header',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['slot_5fimport_713',['slot_import',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['slot_5fimport_5ffinished_714',['slot_import_finished',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a236935d77e2b2a17ee66798c490f1361',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['slot_5fimport_5fkey_5ffrom_5fedit_715',['slot_import_key_from_edit',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5finsert_5ftext_716',['slot_insert_text',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a184985104f23da8fdf2b9aaf7b27405b',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['slot_5fjump_5fpage_717',['slot_jump_page',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b',1,'GpgFrontend::UI::ChoosePage']]], + ['slot_5fkey_5fgen_5faccept_718',['slot_key_gen_accept',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aab426dec4b4655b215b09b490e05ad05',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_key_gen_accept()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#af1f7a62dcb024513453766ee8816d514',1,'GpgFrontend::UI::KeyGenDialog::slot_key_gen_accept()']]], + ['slot_5fnon_5fexpired_5fchecked_719',['slot_non_expired_checked',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274',1,'GpgFrontend::UI::KeySetExpireDateDialog']]], + ['slot_5fopen_5ffile_5ftab_720',['slot_open_file_tab',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fopen_5fkey_5fmanagement_721',['slot_open_key_management',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fopen_5fsettings_5fdialog_722',['slot_open_settings_dialog',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fopen_5furl_723',['slot_open_url',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99',1,'GpgFrontend::UI::HelpPage']]], + ['slot_5fprocess_5fnetwork_5freply_724',['slot_process_network_reply',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#af9350e0a8d5993e5be0a5478fcb161be',1,'GpgFrontend::UI::ListedKeyServerTestTask::slot_process_network_reply()'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a612eabb08138bed927bdd845d0fdd3e6',1,'GpgFrontend::UI::ProxyConnectionTestTask::slot_process_network_reply()']]], + ['slot_5fremove_5ftab_725',['slot_remove_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42',1,'GpgFrontend::UI::TextEdit']]], + ['slot_5fsave_5fstatus_5fto_5fcache_5ffor_5frevovery_726',['slot_save_status_to_cache_for_revovery',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a1bf57ebe1e32b12c48bb633b7dd7a4f1',1,'GpgFrontend::UI::TextEdit']]], + ['slot_5fset_5frestart_5fneeded_727',['slot_set_restart_needed',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a2bb963a14733cf9b99736b6624c09d83',1,'GpgFrontend::UI::GnuPGControllerDialog']]], + ['slot_5fshow_5fcustom_5fcontext_5fmenu_728',['slot_show_custom_context_menu',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a626b131b432c29f162aa9a47fd9f67f7',1,'GpgFrontend::UI::FileTreeView']]], + ['slot_5fshow_5fkey_5fdetails_729',['slot_show_key_details',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fshow_5fversion_5fstatus_730',['slot_show_version_status',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a29a504b9657b0f553b7c5a6997892a24',1,'GpgFrontend::UI::UpdateTab']]], + ['slot_5fsign_5fkey_731',['slot_sign_key',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43',1,'GpgFrontend::UI::KeyUIDSignDialog']]], + ['slot_5fsigning_5fbox_5fchanged_732',['slot_signing_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aedef4e8784c8a3edb06b0f2821500552',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_signing_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03b7fe3e34147e404ca3ca6a0aa80cfc',1,'GpgFrontend::UI::KeyGenDialog::slot_signing_box_changed()']]], + ['slot_5fstart_5fwizard_733',['slot_start_wizard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fupdate_5fkey_5fstatus_734',['slot_update_key_status',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e',1,'GpgFrontend::UI::CommonUtils']]], + ['slot_5fupload_5fkey_5fto_5fserver_735',['slot_upload_key_to_server',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#ae72c3bbd04e1bfbf142d806d50bbe617',1,'GpgFrontend::UI::KeyUploadDialog']]], + ['slot_5fversion_5fupgrade_5fnotify_736',['slot_version_upgrade_notify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af943d62a7aeb866bed2a3f50cd9bb565',1,'GpgFrontend::UI::MainWindow']]], + ['slotappendtext2curtextpage_737',['SlotAppendText2CurTextPage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae9ffb1f027ce05737e77add66bd1540f',1,'GpgFrontend::UI::TextEdit']]], + ['slotarchivedecrypt_738',['SlotArchiveDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aba7c5572c2736701cc5799776876bbdd',1,'GpgFrontend::UI::MainWindow']]], + ['slotarchivedecryptverify_739',['SlotArchiveDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8ee995b7d1a21ebaab2333a5e79ae77c',1,'GpgFrontend::UI::MainWindow']]], + ['slotclosetab_740',['SlotCloseTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b',1,'GpgFrontend::UI::TextEdit']]], + ['slotcopy_741',['SlotCopy',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780',1,'GpgFrontend::UI::TextEdit']]], + ['slotcurpagefiletreeview_742',['SlotCurPageFileTreeView',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9',1,'GpgFrontend::UI::TextEdit']]], + ['slotcurpagetextedit_743',['SlotCurPageTextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1',1,'GpgFrontend::UI::TextEdit']]], + ['slotcut_744',['SlotCut',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162',1,'GpgFrontend::UI::TextEdit']]], + ['slotdecrypt_745',['SlotDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3751c475a29a5827a5eea587ffa6abfb',1,'GpgFrontend::UI::MainWindow']]], + ['slotdecryptverify_746',['SlotDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7d38ca18a8688b5df163157d26a14c72',1,'GpgFrontend::UI::MainWindow']]], + ['slotdirectoryencryptsign_747',['SlotDirectoryEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af999edaa3ce60ed0303ded5fcd4ed527',1,'GpgFrontend::UI::MainWindow']]], + ['slotencrypt_748',['SlotEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a07d02cdb29a8101f988e776ceecc49ad',1,'GpgFrontend::UI::MainWindow']]], + ['slotencryptsign_749',['SlotEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aca691847190c39fe2d41d669b1e686b8',1,'GpgFrontend::UI::MainWindow']]], + ['slotexecutecommand_750',['SlotExecuteCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a39fbfbc9ab39581330a02d9cb54e6e4d',1,'GpgFrontend::UI::CommonUtils']]], + ['slotexecutegpgcommand_751',['SlotExecuteGpgCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d',1,'GpgFrontend::UI::CommonUtils']]], + ['slotfiledecrypt_752',['SlotFileDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a60d82d4da1775ef21284543435a1f421',1,'GpgFrontend::UI::MainWindow']]], + ['slotfiledecryptverify_753',['SlotFileDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afd80e8d6e6a1acad0cd12e26635cfc22',1,'GpgFrontend::UI::MainWindow']]], + ['slotfileencrypt_754',['SlotFileEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88c467b5be4712f7d2b16da0e96cd7e9',1,'GpgFrontend::UI::MainWindow']]], + ['slotfileencryptsign_755',['SlotFileEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afc86384de0913968ab767e930fc9e24f',1,'GpgFrontend::UI::MainWindow']]], + ['slotfilesign_756',['SlotFileSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa0bb003f2f1209a4e4d10e94e3d5d06d',1,'GpgFrontend::UI::MainWindow']]], + ['slotfileverify_757',['SlotFileVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea395f8629aef1532bcec3de337fa6ac',1,'GpgFrontend::UI::MainWindow']]], + ['slotfilltexteditwithtext_758',['SlotFillTextEditWithText',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20',1,'GpgFrontend::UI::TextEdit']]], + ['slotimport_759',['SlotImport',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a7de2096702baf67f1335ac4fe50cfa38',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(std::vector< QString > key_ids_list, QString keyserver_url)'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(const KeyIdArgsListPtr &keys)']]], + ['slotimportkeyfromclipboard_760',['SlotImportKeyFromClipboard',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a',1,'GpgFrontend::UI::CommonUtils']]], + ['slotimportkeyfromfile_761',['SlotImportKeyFromFile',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d',1,'GpgFrontend::UI::CommonUtils']]], + ['slotimportkeyfromkeyserver_762',['SlotImportKeyFromKeyServer',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a35a47fc31b81b6c4f5899e8ab5c4c51a',1,'GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer(const GpgFrontend::KeyIdArgsList &key_ids, const GpgFrontend::UI::CommonUtils::ImportCallbackFunctiopn &callback)'],['../classGpgFrontend_1_1UI_1_1CommonUtils.html#af1b3538d3119c8564e83c7661f73f6ea',1,'GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer(QWidget *parent)']]], + ['slotimportkeys_763',['SlotImportKeys',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ae730cf0ee73379186f082f29a90a2f94',1,'GpgFrontend::UI::CommonUtils']]], + ['slotnewfiletab_764',['SlotNewFileTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a1859df6906160400710accb0481d6b0c',1,'GpgFrontend::UI::TextEdit']]], + ['slotnewhelptab_765',['slotNewHelpTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4',1,'GpgFrontend::UI::TextEdit']]], + ['slotnewtab_766',['SlotNewTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c',1,'GpgFrontend::UI::TextEdit']]], + ['slotopen_767',['SlotOpen',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb',1,'GpgFrontend::UI::TextEdit']]], + ['slotopenfile_768',['SlotOpenFile',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad344606cf3c665fc73a3c0dd10a44310',1,'GpgFrontend::UI::MainWindow::SlotOpenFile()'],['../classGpgFrontend_1_1UI_1_1TextEdit.html#a60c73cc66a48a38c13e7890de49e86c3',1,'GpgFrontend::UI::TextEdit::SlotOpenFile(const QString &path)']]], + ['slotpaste_769',['SlotPaste',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9',1,'GpgFrontend::UI::TextEdit']]], + ['slotprint_770',['SlotPrint',['../classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224',1,'GpgFrontend::UI::TextEdit']]], + ['slotquote_771',['SlotQuote',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee',1,'GpgFrontend::UI::TextEdit']]], + ['slotraisepinentry_772',['SlotRaisePinentry',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abf4b09c9bc6242630c066eb7bf4636bf',1,'GpgFrontend::UI::MainWindow']]], + ['slotredo_773',['SlotRedo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929',1,'GpgFrontend::UI::TextEdit']]], + ['slotrefresh_774',['SlotRefresh',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['slotsave_775',['SlotSave',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0',1,'GpgFrontend::UI::TextEdit']]], + ['slotsaveas_776',['SlotSaveAs',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a306999df608947dc0728d651893b20f6',1,'GpgFrontend::UI::TextEdit']]], + ['slotselectall_777',['SlotSelectAll',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55',1,'GpgFrontend::UI::TextEdit']]], + ['slotsetrestartneeded_778',['SlotSetRestartNeeded',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a276e843e2f5eda8934fb350fb6f89327',1,'GpgFrontend::UI::MainWindow']]], + ['slotshowhiddenfile_779',['SlotShowHiddenFile',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#aed6a2eaa435630ccf7b65da2f09114dd',1,'GpgFrontend::UI::FileTreeView']]], + ['slotshowmodified_780',['SlotShowModified',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ab24adc1adb3b9b29469992e4c444436e',1,'GpgFrontend::UI::TextEdit']]], + ['slotsign_781',['SlotSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa2aeef298a7a05fc1b38bad75b62aad8',1,'GpgFrontend::UI::MainWindow']]], + ['slotswitchtabdown_782',['SlotSwitchTabDown',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474',1,'GpgFrontend::UI::TextEdit']]], + ['slotswitchtabup_783',['SlotSwitchTabUp',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762',1,'GpgFrontend::UI::TextEdit']]], + ['slotundo_784',['SlotUndo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5',1,'GpgFrontend::UI::TextEdit']]], + ['slotupdatecryptomenustatus_785',['SlotUpdateCryptoMenuStatus',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abd5408ca5f908c330a15db24d959f3a5',1,'GpgFrontend::UI::MainWindow']]], + ['slotverify_786',['SlotVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ac9bf2a20727eb8e727aa2e3ce5c248e5',1,'GpgFrontend::UI::MainWindow']]], + ['softwareversion_787',['SoftwareVersion',['../structSoftwareVersion.html',1,'']]], + ['spdlog_788',['spdlog',['../namespacespdlog.html',1,'']]], + ['special_5fedit_5ftool_5fbar_5f_789',['special_edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0',1,'GpgFrontend::UI::MainWindow']]], + ['start_5fwizard_5fact_5f_790',['start_wizard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6',1,'GpgFrontend::UI::MainWindow']]], + ['startapplication_791',['StartApplication',['../namespaceGpgFrontend.html#abca29d455373e3278486ed20c4a63b6e',1,'GpgFrontend']]], + ['startdirmngr_792',['StartDirmngr',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a7687d84063c6c1d9d8bc11c617085530',1,'GpgFrontend::GpgAdvancedOperator']]], + ['startgpgagent_793',['StartGpgAgent',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a4af186d06b01ce998e51a42e39e01c86',1,'GpgFrontend::GpgAdvancedOperator']]], + ['startkeyboxd_794',['StartKeyBoxd',['../classGpgFrontend_1_1GpgAdvancedOperator.html#ae2b097912eb2c9d97da859c45e7a5bac',1,'GpgFrontend::GpgAdvancedOperator']]], + ['steganography_5fmenu_5f_795',['steganography_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853',1,'GpgFrontend::UI::MainWindow']]], + ['storages_5fmutex_5f_796',['storages_mutex_',['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html#a10851118e959ef798ae9c534dac74824',1,'GpgFrontend::SingletonStorageCollection::Impl']]], + ['stripped_5fname_797',['stripped_name',['../classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb',1,'GpgFrontend::UI::TextEdit']]], + ['subkeygeneratedialog_798',['SubkeyGenerateDialog',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html',1,'GpgFrontend::UI::SubkeyGenerateDialog'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8f9d8baa7b576a4aa857818b87c26bcd',1,'GpgFrontend::UI::SubkeyGenerateDialog::SubkeyGenerateDialog()']]], + ['switch_5ftab_5fdown_5fact_5f_799',['switch_tab_down_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41',1,'GpgFrontend::UI::MainWindow']]], + ['switch_5ftab_5fup_5fact_5f_800',['switch_tab_up_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701',1,'GpgFrontend::UI::MainWindow']]], + ['switch_5fui_5fenabled_801',['switch_ui_enabled',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513',1,'GpgFrontend::UI::NetworkTab']]], + ['switch_5fui_5fproxy_5ftype_802',['switch_ui_proxy_type',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd',1,'GpgFrontend::UI::NetworkTab']]], + ['symbol_803',['Symbol',['../structGpgFrontend_1_1Module_1_1Module_1_1Impl_1_1Symbol.html',1,'GpgFrontend::Module::Module::Impl']]] ]; diff --git a/docs/html/search/all_12.js b/docs/html/search/all_12.js index 1693f4a3..f8b9db52 100644 --- a/docs/html/search/all_12.js +++ b/docs/html/search/all_12.js @@ -1,18 +1,18 @@ var searchData= [ - ['tabcount_805',['TabCount',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9',1,'GpgFrontend::UI::TextEdit']]], - ['takechargeofresult_806',['TakeChargeOfResult',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a8d0af2a9c0a52ef8bfd88bcb66aaf07e',1,'GpgFrontend::GpgVerifyResultAnalyse']]], - ['targetfileprecheck_807',['TargetFilePreCheck',['../namespaceGpgFrontend.html#a730cce728b43f040f6b0cb2823146a06',1,'GpgFrontend']]], - ['task_808',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html',1,'GpgFrontend::Thread::Task'],['../classGpgFrontend_1_1Thread_1_1Task.html#afa69068f1b2f930d6ab1d9f66340c565',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, QString name, DataObjectPtr data, TaskCallback callback)'],['../classGpgFrontend_1_1Thread_1_1Task.html#a287d737e66f873850d5eb49d1475a762',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, QString name, DataObjectPtr data_object=nullptr)'],['../classGpgFrontend_1_1Thread_1_1Task.html#a3ca97551610b81a476d5594c97fde559',1,'GpgFrontend::Thread::Task::Task(QString name)']]], - ['taskhandler_809',['TaskHandler',['../classGpgFrontend_1_1Thread_1_1Task_1_1TaskHandler.html',1,'GpgFrontend::Thread::Task']]], - ['taskrunner_810',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html',1,'GpgFrontend::Thread::TaskRunner'],['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ad3c8612cbe60112f9b14e616fb0a4acf',1,'GpgFrontend::Thread::TaskRunner::TaskRunner()']]], - ['taskrunnergetter_811',['TaskRunnerGetter',['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html',1,'GpgFrontend::Thread']]], - ['testlistedkeyserverthread_812',['TestListedKeyServerThread',['../classTestListedKeyServerThread.html',1,'']]], - ['textedit_813',['TextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html',1,'GpgFrontend::UI']]], - ['textissigned_814',['TextIsSigned',['../namespaceGpgFrontend.html#a05c3fa7850da1b7fc2e89a9604beb1db',1,'GpgFrontend']]], - ['threadsafemap_815',['ThreadSafeMap',['../classGpgFrontend_1_1ThreadSafeMap.html',1,'GpgFrontend']]], - ['threadsafemap_3c_20qstring_2c_20qjsondocument_20_3e_816',['ThreadSafeMap< QString, QJsonDocument >',['../classGpgFrontend_1_1ThreadSafeMap.html',1,'GpgFrontend']]], - ['tofuinfopage_817',['TOFUInfoPage',['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html',1,'GpgFrontend::UI::TOFUInfoPage'],['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html#a9adc1666e3f57536594876520019e395',1,'GpgFrontend::UI::TOFUInfoPage::TOFUInfoPage()']]], - ['translate_5fact_5f_818',['translate_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e',1,'GpgFrontend::UI::MainWindow']]], - ['translatorstab_819',['TranslatorsTab',['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html',1,'GpgFrontend::UI::TranslatorsTab'],['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html#a89e5c7b9c17fb41b7c7bf461fb8ad99e',1,'GpgFrontend::UI::TranslatorsTab::TranslatorsTab()']]] + ['tabcount_804',['TabCount',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9',1,'GpgFrontend::UI::TextEdit']]], + ['takechargeofresult_805',['TakeChargeOfResult',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a8d0af2a9c0a52ef8bfd88bcb66aaf07e',1,'GpgFrontend::GpgVerifyResultAnalyse']]], + ['targetfileprecheck_806',['TargetFilePreCheck',['../namespaceGpgFrontend.html#a730cce728b43f040f6b0cb2823146a06',1,'GpgFrontend']]], + ['task_807',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html',1,'GpgFrontend::Thread::Task'],['../classGpgFrontend_1_1Thread_1_1Task.html#afa69068f1b2f930d6ab1d9f66340c565',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, QString name, DataObjectPtr data, TaskCallback callback)'],['../classGpgFrontend_1_1Thread_1_1Task.html#a287d737e66f873850d5eb49d1475a762',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, QString name, DataObjectPtr data_object=nullptr)'],['../classGpgFrontend_1_1Thread_1_1Task.html#a3ca97551610b81a476d5594c97fde559',1,'GpgFrontend::Thread::Task::Task(QString name)']]], + ['taskhandler_808',['TaskHandler',['../classGpgFrontend_1_1Thread_1_1Task_1_1TaskHandler.html',1,'GpgFrontend::Thread::Task']]], + ['taskrunner_809',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html',1,'GpgFrontend::Thread::TaskRunner'],['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ad3c8612cbe60112f9b14e616fb0a4acf',1,'GpgFrontend::Thread::TaskRunner::TaskRunner()']]], + ['taskrunnergetter_810',['TaskRunnerGetter',['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html',1,'GpgFrontend::Thread']]], + ['testlistedkeyserverthread_811',['TestListedKeyServerThread',['../classTestListedKeyServerThread.html',1,'']]], + ['textedit_812',['TextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html',1,'GpgFrontend::UI']]], + ['textissigned_813',['TextIsSigned',['../namespaceGpgFrontend.html#a05c3fa7850da1b7fc2e89a9604beb1db',1,'GpgFrontend']]], + ['threadsafemap_814',['ThreadSafeMap',['../classGpgFrontend_1_1ThreadSafeMap.html',1,'GpgFrontend']]], + ['threadsafemap_3c_20qstring_2c_20qjsondocument_20_3e_815',['ThreadSafeMap< QString, QJsonDocument >',['../classGpgFrontend_1_1ThreadSafeMap.html',1,'GpgFrontend']]], + ['tofuinfopage_816',['TOFUInfoPage',['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html',1,'GpgFrontend::UI::TOFUInfoPage'],['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html#a9adc1666e3f57536594876520019e395',1,'GpgFrontend::UI::TOFUInfoPage::TOFUInfoPage()']]], + ['translate_5fact_5f_817',['translate_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e',1,'GpgFrontend::UI::MainWindow']]], + ['translatorstab_818',['TranslatorsTab',['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html',1,'GpgFrontend::UI::TranslatorsTab'],['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html#a89e5c7b9c17fb41b7c7bf461fb8ad99e',1,'GpgFrontend::UI::TranslatorsTab::TranslatorsTab()']]] ]; diff --git a/docs/html/search/all_13.js b/docs/html/search/all_13.js index fcf6904c..d6e43c73 100644 --- a/docs/html/search/all_13.js +++ b/docs/html/search/all_13.js @@ -1,9 +1,9 @@ var searchData= [ - ['uisignalstation_820',['UISignalStation',['../classGpgFrontend_1_1UI_1_1UISignalStation.html',1,'GpgFrontend::UI']]], - ['undo_5fact_5f_821',['undo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c',1,'GpgFrontend::UI::MainWindow']]], - ['unsaveddocuments_822',['UnsavedDocuments',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39',1,'GpgFrontend::UI::TextEdit']]], - ['updatetab_823',['UpdateTab',['../classGpgFrontend_1_1UI_1_1UpdateTab.html',1,'GpgFrontend::UI::UpdateTab'],['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a833c5f709607032bac530aacf389a117',1,'GpgFrontend::UI::UpdateTab::UpdateTab()']]], - ['upload_5fkey_5fto_5fserver_824',['upload_key_to_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c',1,'GpgFrontend::UI::MainWindow']]], - ['upsertrtvalue_825',['UpsertRTValue',['../namespaceGpgFrontend_1_1Module.html#a5e4614222306688d8c2f36fd4ae23de3',1,'GpgFrontend::Module']]] + ['uisignalstation_819',['UISignalStation',['../classGpgFrontend_1_1UI_1_1UISignalStation.html',1,'GpgFrontend::UI']]], + ['undo_5fact_5f_820',['undo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c',1,'GpgFrontend::UI::MainWindow']]], + ['unsaveddocuments_821',['UnsavedDocuments',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39',1,'GpgFrontend::UI::TextEdit']]], + ['updatetab_822',['UpdateTab',['../classGpgFrontend_1_1UI_1_1UpdateTab.html',1,'GpgFrontend::UI::UpdateTab'],['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a833c5f709607032bac530aacf389a117',1,'GpgFrontend::UI::UpdateTab::UpdateTab()']]], + ['upload_5fkey_5fto_5fserver_823',['upload_key_to_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c',1,'GpgFrontend::UI::MainWindow']]], + ['upsertrtvalue_824',['UpsertRTValue',['../namespaceGpgFrontend_1_1Module.html#a5e4614222306688d8c2f36fd4ae23de3',1,'GpgFrontend::Module']]] ]; diff --git a/docs/html/search/all_14.js b/docs/html/search/all_14.js index 343b3255..04336190 100644 --- a/docs/html/search/all_14.js +++ b/docs/html/search/all_14.js @@ -1,13 +1,13 @@ var searchData= [ - ['verify_826',['Verify',['../classGpgFrontend_1_1GpgBasicOperator.html#ae9a2f9923061efae82fe012ebc7a56ab',1,'GpgFrontend::GpgBasicOperator']]], - ['verify_5fact_5f_827',['verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081',1,'GpgFrontend::UI::MainWindow']]], - ['verifydetailsdialog_828',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html',1,'GpgFrontend::UI::VerifyDetailsDialog'],['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda',1,'GpgFrontend::UI::VerifyDetailsDialog::VerifyDetailsDialog()']]], - ['verifyfile_829',['VerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#af4a26e42f0a3d49905777d22828fa430',1,'GpgFrontend::GpgFileOpera']]], - ['verifyfilesync_830',['VerifyFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#a9511b6a128a6228ebca47ae637c44e55',1,'GpgFrontend::GpgFileOpera']]], - ['verifykeydetailbox_831',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html',1,'GpgFrontend::UI::VerifyKeyDetailBox'],['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0',1,'GpgFrontend::UI::VerifyKeyDetailBox::VerifyKeyDetailBox()']]], - ['verifysync_832',['VerifySync',['../classGpgFrontend_1_1GpgBasicOperator.html#a3507dec7f2528c8627d3289cfb638a7a',1,'GpgFrontend::GpgBasicOperator']]], - ['versionchecktask_833',['VersionCheckTask',['../classVersionCheckTask.html',1,'VersionCheckTask'],['../classVersionCheckTask.html#a5be89e73bb5430c248b62f7819c58044',1,'VersionCheckTask::VersionCheckTask()']]], - ['versionwithdrawn_834',['VersionWithdrawn',['../structSoftwareVersion.html#a4f129d14867355cd4ee8ebc323ca1fab',1,'SoftwareVersion']]], - ['view_5fmenu_5f_835',['view_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2',1,'GpgFrontend::UI::MainWindow']]] + ['verify_825',['Verify',['../classGpgFrontend_1_1GpgBasicOperator.html#ae9a2f9923061efae82fe012ebc7a56ab',1,'GpgFrontend::GpgBasicOperator']]], + ['verify_5fact_5f_826',['verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081',1,'GpgFrontend::UI::MainWindow']]], + ['verifydetailsdialog_827',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html',1,'GpgFrontend::UI::VerifyDetailsDialog'],['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda',1,'GpgFrontend::UI::VerifyDetailsDialog::VerifyDetailsDialog()']]], + ['verifyfile_828',['VerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#af4a26e42f0a3d49905777d22828fa430',1,'GpgFrontend::GpgFileOpera']]], + ['verifyfilesync_829',['VerifyFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#a9511b6a128a6228ebca47ae637c44e55',1,'GpgFrontend::GpgFileOpera']]], + ['verifykeydetailbox_830',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html',1,'GpgFrontend::UI::VerifyKeyDetailBox'],['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0',1,'GpgFrontend::UI::VerifyKeyDetailBox::VerifyKeyDetailBox()']]], + ['verifysync_831',['VerifySync',['../classGpgFrontend_1_1GpgBasicOperator.html#a3507dec7f2528c8627d3289cfb638a7a',1,'GpgFrontend::GpgBasicOperator']]], + ['versionchecktask_832',['VersionCheckTask',['../classVersionCheckTask.html',1,'VersionCheckTask'],['../classVersionCheckTask.html#a5be89e73bb5430c248b62f7819c58044',1,'VersionCheckTask::VersionCheckTask()']]], + ['versionwithdrawn_833',['VersionWithdrawn',['../structSoftwareVersion.html#a4f129d14867355cd4ee8ebc323ca1fab',1,'SoftwareVersion']]], + ['view_5fmenu_5f_834',['view_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/all_15.js b/docs/html/search/all_15.js index cc996486..4262b22c 100644 --- a/docs/html/search/all_15.js +++ b/docs/html/search/all_15.js @@ -1,10 +1,10 @@ var searchData= [ - ['waitforopera_836',['WaitForOpera',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#adc42d12a58717dee86d8bd59b1cacf82',1,'GpgFrontend::UI::CommonUtils']]], - ['waitingdialog_837',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html',1,'GpgFrontend::UI::WaitingDialog'],['../classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc',1,'GpgFrontend::UI::WaitingDialog::WaitingDialog()']]], - ['windowstateso_838',['WindowStateSO',['../structGpgFrontend_1_1UI_1_1WindowStateSO.html',1,'GpgFrontend::UI']]], - ['wizard_839',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html',1,'GpgFrontend::UI::Wizard'],['../classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10',1,'GpgFrontend::UI::Wizard::Wizard()']]], - ['writebuffertofile_840',['WriteBufferToFile',['../namespaceGpgFrontend.html#a4e780b0a2bddd1ce8735d3fa36dbfa86',1,'GpgFrontend']]], - ['writefile_841',['WriteFile',['../namespaceGpgFrontend.html#acc93a10f79f6479f72940fba39b780e1',1,'GpgFrontend']]], - ['writefilegfbuffer_842',['WriteFileGFBuffer',['../namespaceGpgFrontend.html#a4df3f25e93d16e2dc60c7d680c22dcb9',1,'GpgFrontend']]] + ['waitforopera_835',['WaitForOpera',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#adc42d12a58717dee86d8bd59b1cacf82',1,'GpgFrontend::UI::CommonUtils']]], + ['waitingdialog_836',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html',1,'GpgFrontend::UI::WaitingDialog'],['../classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc',1,'GpgFrontend::UI::WaitingDialog::WaitingDialog()']]], + ['windowstateso_837',['WindowStateSO',['../structGpgFrontend_1_1UI_1_1WindowStateSO.html',1,'GpgFrontend::UI']]], + ['wizard_838',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html',1,'GpgFrontend::UI::Wizard'],['../classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10',1,'GpgFrontend::UI::Wizard::Wizard()']]], + ['writebuffertofile_839',['WriteBufferToFile',['../namespaceGpgFrontend.html#a4e780b0a2bddd1ce8735d3fa36dbfa86',1,'GpgFrontend']]], + ['writefile_840',['WriteFile',['../namespaceGpgFrontend.html#acc93a10f79f6479f72940fba39b780e1',1,'GpgFrontend']]], + ['writefilegfbuffer_841',['WriteFileGFBuffer',['../namespaceGpgFrontend.html#a4df3f25e93d16e2dc60c7d680c22dcb9',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/all_16.js b/docs/html/search/all_16.js index 9e7bd7ba..93bc9b49 100644 --- a/docs/html/search/all_16.js +++ b/docs/html/search/all_16.js @@ -1,5 +1,5 @@ var searchData= [ - ['zoom_5fin_5fact_5f_843',['zoom_in_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689',1,'GpgFrontend::UI::MainWindow']]], - ['zoom_5fout_5fact_5f_844',['zoom_out_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979',1,'GpgFrontend::UI::MainWindow']]] + ['zoom_5fin_5fact_5f_842',['zoom_in_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689',1,'GpgFrontend::UI::MainWindow']]], + ['zoom_5fout_5fact_5f_843',['zoom_out_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/all_17.js b/docs/html/search/all_17.js index 023f2743..31f712db 100644 --- a/docs/html/search/all_17.js +++ b/docs/html/search/all_17.js @@ -1,19 +1,19 @@ var searchData= [ - ['_7ecachemanager_845',['~CacheManager',['../classGpgFrontend_1_1CacheManager.html#a1cb49178670a5f18debac7e59e388610',1,'GpgFrontend::CacheManager']]], - ['_7ecacheobject_846',['~CacheObject',['../classGpgFrontend_1_1CacheObject.html#ab4ab841bf7fef7848af72620352a3141',1,'GpgFrontend::CacheObject']]], - ['_7echannelobject_847',['~ChannelObject',['../classGpgFrontend_1_1ChannelObject.html#a85a29ff6a1233114eb9f159c408cbe35',1,'GpgFrontend::ChannelObject']]], - ['_7eglobalsettingstation_848',['~GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451',1,'GpgFrontend::GlobalSettingStation']]], - ['_7egpgdata_849',['~GpgData',['../classGpgFrontend_1_1GpgData.html#a96f3c1cb27eb2f3e6f28b9cdb2135bc7',1,'GpgFrontend::GpgData']]], - ['_7egpgfrontendapplication_850',['~GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a32f0e7dda69f7b1e3cc869340736c590',1,'GpgFrontend::UI::GpgFrontendApplication']]], - ['_7egpgfrontendcontext_851',['~GpgFrontendContext',['../structGpgFrontend_1_1GpgFrontendContext.html#a7492d29abfc6292ebf8ea015f8e31d1c',1,'GpgFrontend::GpgFrontendContext']]], - ['_7egpgkey_852',['~GpgKey',['../classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697',1,'GpgFrontend::GpgKey']]], - ['_7egpgkeygetter_853',['~GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html#ac9dbf4a2358f6478cf0ce8c85260878f',1,'GpgFrontend::GpgKeyGetter']]], - ['_7egpgkeysignature_854',['~GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html#ab4d7044f4e1ddcf0ae0d28be43f0fcb3',1,'GpgFrontend::GpgKeySignature']]], - ['_7egpgsignature_855',['~GpgSignature',['../classGpgFrontend_1_1GpgSignature.html#a44f137a457ac109d145a1cdd8e544e3a',1,'GpgFrontend::GpgSignature']]], - ['_7egrttreeview_856',['~GRTTreeView',['../classGpgFrontend_1_1UI_1_1GRTTreeView.html#afe0ba5a13c36968a1340fdc08dab33d9',1,'GpgFrontend::UI::GRTTreeView']]], - ['_7esettingsobject_857',['~SettingsObject',['../classGpgFrontend_1_1SettingsObject.html#ab03a4ac000c8629045b205a4d7d29980',1,'GpgFrontend::SettingsObject']]], - ['_7esingletonfunctionobject_858',['~SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html#a8296be8c449f88175285186831b995bc',1,'GpgFrontend::SingletonFunctionObject']]], - ['_7etask_859',['~Task',['../classGpgFrontend_1_1Thread_1_1Task.html#a37766a505662b33ad14672c29e209ea8',1,'GpgFrontend::Thread::Task']]], - ['_7etaskrunner_860',['~TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ac3e57b59d537e2a75e741d4a5418ae6d',1,'GpgFrontend::Thread::TaskRunner']]] + ['_7ecachemanager_844',['~CacheManager',['../classGpgFrontend_1_1CacheManager.html#a1cb49178670a5f18debac7e59e388610',1,'GpgFrontend::CacheManager']]], + ['_7ecacheobject_845',['~CacheObject',['../classGpgFrontend_1_1CacheObject.html#ab4ab841bf7fef7848af72620352a3141',1,'GpgFrontend::CacheObject']]], + ['_7echannelobject_846',['~ChannelObject',['../classGpgFrontend_1_1ChannelObject.html#a85a29ff6a1233114eb9f159c408cbe35',1,'GpgFrontend::ChannelObject']]], + ['_7eglobalsettingstation_847',['~GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451',1,'GpgFrontend::GlobalSettingStation']]], + ['_7egpgdata_848',['~GpgData',['../classGpgFrontend_1_1GpgData.html#a96f3c1cb27eb2f3e6f28b9cdb2135bc7',1,'GpgFrontend::GpgData']]], + ['_7egpgfrontendapplication_849',['~GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a32f0e7dda69f7b1e3cc869340736c590',1,'GpgFrontend::UI::GpgFrontendApplication']]], + ['_7egpgfrontendcontext_850',['~GpgFrontendContext',['../structGpgFrontend_1_1GpgFrontendContext.html#a7492d29abfc6292ebf8ea015f8e31d1c',1,'GpgFrontend::GpgFrontendContext']]], + ['_7egpgkey_851',['~GpgKey',['../classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697',1,'GpgFrontend::GpgKey']]], + ['_7egpgkeygetter_852',['~GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html#ac9dbf4a2358f6478cf0ce8c85260878f',1,'GpgFrontend::GpgKeyGetter']]], + ['_7egpgkeysignature_853',['~GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html#ab4d7044f4e1ddcf0ae0d28be43f0fcb3',1,'GpgFrontend::GpgKeySignature']]], + ['_7egpgsignature_854',['~GpgSignature',['../classGpgFrontend_1_1GpgSignature.html#a44f137a457ac109d145a1cdd8e544e3a',1,'GpgFrontend::GpgSignature']]], + ['_7egrttreeview_855',['~GRTTreeView',['../classGpgFrontend_1_1UI_1_1GRTTreeView.html#afe0ba5a13c36968a1340fdc08dab33d9',1,'GpgFrontend::UI::GRTTreeView']]], + ['_7esettingsobject_856',['~SettingsObject',['../classGpgFrontend_1_1SettingsObject.html#ab03a4ac000c8629045b205a4d7d29980',1,'GpgFrontend::SettingsObject']]], + ['_7esingletonfunctionobject_857',['~SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html#a8296be8c449f88175285186831b995bc',1,'GpgFrontend::SingletonFunctionObject']]], + ['_7etask_858',['~Task',['../classGpgFrontend_1_1Thread_1_1Task.html#a37766a505662b33ad14672c29e209ea8',1,'GpgFrontend::Thread::Task']]], + ['_7etaskrunner_859',['~TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ac3e57b59d537e2a75e741d4a5418ae6d',1,'GpgFrontend::Thread::TaskRunner']]] ]; diff --git a/docs/html/search/all_6.js b/docs/html/search/all_6.js index 2a602ab5..7fcf9b5d 100644 --- a/docs/html/search/all_6.js +++ b/docs/html/search/all_6.js @@ -21,7 +21,7 @@ var searchData= ['genkeyinfo_204',['GenKeyInfo',['../classGpgFrontend_1_1GenKeyInfo.html#acfa8401da6425bf3b5fe63d897a33b69',1,'GpgFrontend::GenKeyInfo::GenKeyInfo()'],['../classGpgFrontend_1_1GenKeyInfo.html',1,'GpgFrontend::GenKeyInfo']]], ['get_5fdata_5fobject_5fkey_205',['get_data_object_key',['../classGpgFrontend_1_1CacheManager_1_1Impl.html#a2e30e1288e5e7bff4cb54a9723fbcaeb',1,'GpgFrontend::CacheManager::Impl']]], ['get_5fkey_5fin_5fcache_206',['get_key_in_cache',['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html#a440653d7752aec61575b522d9b7bce25',1,'GpgFrontend::GpgKeyGetter::Impl']]], - ['get_5frestart_5fneeded_207',['get_restart_needed',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a2ca2325a0dd0764cb6b5c2a7e35ba408',1,'GpgFrontend::UI::SettingsDialog::get_restart_needed()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#a5e95f62dac9fba1ead6ec69c145923db',1,'GpgFrontend::UI::MainWindow::get_restart_needed()'],['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a20c7a1887d6dddae4f5d78c35394fa3b',1,'GpgFrontend::UI::GnuPGControllerDialog::get_restart_needed()']]], + ['get_5frestart_5fneeded_207',['get_restart_needed',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a5e95f62dac9fba1ead6ec69c145923db',1,'GpgFrontend::UI::MainWindow::get_restart_needed()'],['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a20c7a1887d6dddae4f5d78c35394fa3b',1,'GpgFrontend::UI::GnuPGControllerDialog::get_restart_needed()']]], ['get_5fselected_5fsubkey_208',['get_selected_subkey',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aa757320412a0a904bcbd2d6ee536c744',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], ['get_5fsign_5fselected_209',['get_sign_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#ab090e19189ae4f03ab43f9a300b906f0',1,'GpgFrontend::UI::KeyPairUIDTab']]], ['get_5fstatus_5fstring_210',['get_status_string',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a168bea15c50aa5c42601026124fb04f0',1,'GpgFrontend::UI::KeyImportDetailDialog']]], @@ -37,17 +37,17 @@ var searchData= ['getcachevalue_220',['GetCacheValue',['../namespaceGpgFrontend.html#a145ff996dfe117c16297483ce7bc053a',1,'GpgFrontend']]], ['getchannel_221',['GetChannel',['../classGpgFrontend_1_1ChannelObject.html#a085b36517fcc46916279b9d633da2d26',1,'GpgFrontend::ChannelObject::GetChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a94ee1e1251023610590e675ae3de8bd5',1,'GpgFrontend::SingletonFunctionObject::GetChannel()']]], ['getchannelobjectinstance_222',['GetChannelObjectInstance',['../namespaceGpgFrontend.html#a0f6c508ed7db841c0eaf5907c7612ff6',1,'GpgFrontend']]], - ['getchecked_223',['GetChecked',['../structGpgFrontend_1_1UI_1_1KeyTable.html#a77eba4055ecb7d32fab06f65b80ae07e',1,'GpgFrontend::UI::KeyTable::GetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a97d01278c44e1f7cd53f842ae80b477b',1,'GpgFrontend::UI::KeyList::GetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ab9114a304fae835b3464d3f55e53b3fc',1,'GpgFrontend::UI::KeyList::GetChecked(const KeyTable &key_table)']]], + ['getchecked_223',['GetChecked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a97d01278c44e1f7cd53f842ae80b477b',1,'GpgFrontend::UI::KeyList::GetChecked()'],['../structGpgFrontend_1_1UI_1_1KeyTable.html#a77eba4055ecb7d32fab06f65b80ae07e',1,'GpgFrontend::UI::KeyTable::GetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ab9114a304fae835b3464d3f55e53b3fc',1,'GpgFrontend::UI::KeyList::GetChecked()']]], ['getcheckedsigners_224',['GetCheckedSigners',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a293d71b597bd052836675a4cff8ad28d',1,'GpgFrontend::UI::SignersPicker']]], ['getcomment_225',['GetComment',['../classGpgFrontend_1_1GpgUID.html#af71a8fb322d11f4d0267fb5a1c109904',1,'GpgFrontend::GpgUID::GetComment()'],['../classGpgFrontend_1_1GpgKeySignature.html#a964da32ce71553d6a584c36f4797db0f',1,'GpgFrontend::GpgKeySignature::GetComment()'],['../classGpgFrontend_1_1GpgKey.html#aadfb3ec59be62ca0c14e73766f219557',1,'GpgFrontend::GpgKey::GetComment()'],['../classGpgFrontend_1_1GenKeyInfo.html#abbc1d76d54202eb5cf2cc27767ab238d',1,'GpgFrontend::GenKeyInfo::GetComment()']]], ['getcorelogger_226',['GetCoreLogger',['../namespaceGpgFrontend.html#addea8a9496b97952a6268f14a392e981',1,'GpgFrontend']]], ['getcreatetime_227',['GetCreateTime',['../classGpgFrontend_1_1GpgSubKey.html#acb69f7d19dd2e9278c59ed68033c95f6',1,'GpgFrontend::GpgSubKey::GetCreateTime()'],['../classGpgFrontend_1_1GpgSignature.html#a83cefe63b9410bd07ff123fe61f05e95',1,'GpgFrontend::GpgSignature::GetCreateTime()'],['../classGpgFrontend_1_1GpgKeySignature.html#aa49800564631056c764fd412305f5a50',1,'GpgFrontend::GpgKeySignature::GetCreateTime()'],['../classGpgFrontend_1_1GpgKey.html#a51ec231fb31f5c968511eeb2ecc7a82f',1,'GpgFrontend::GpgKey::GetCreateTime()']]], ['getcurrentpath_228',['GetCurrentPath',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a984bd4a6f7d133d6e6356b46ba2d46d4',1,'GpgFrontend::UI::FileTreeView']]], ['getdataobjectsfilessize_229',['GetDataObjectsFilesSize',['../classGpgFrontend_1_1GlobalSettingStation.html#a67d731d4a2c0f3033c9f6b6f52094e25',1,'GpgFrontend::GlobalSettingStation']]], - ['getdefaultchannel_230',['GetDefaultChannel',['../classGpgFrontend_1_1SingletonFunctionObject.html#ad983153cbe3a0c32c123c506e04f31fc',1,'GpgFrontend::SingletonFunctionObject::GetDefaultChannel()'],['../classGpgFrontend_1_1ChannelObject.html#a6a3672c8ff3d4fb5ef6bc1bda202bbb8',1,'GpgFrontend::ChannelObject::GetDefaultChannel()']]], + ['getdefaultchannel_230',['GetDefaultChannel',['../classGpgFrontend_1_1ChannelObject.html#a6a3672c8ff3d4fb5ef6bc1bda202bbb8',1,'GpgFrontend::ChannelObject::GetDefaultChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ad983153cbe3a0c32c123c506e04f31fc',1,'GpgFrontend::SingletonFunctionObject::GetDefaultChannel()']]], ['getdefaultlogger_231',['GetDefaultLogger',['../namespaceGpgFrontend.html#aadeb053cc9436a24f80ab4ec5b27cf51',1,'GpgFrontend']]], ['getdescription_232',['GetDescription',['../classGpgFrontend_1_1GpgTOFUInfo.html#a7659c5c7483a7629be347d6a8f05fe37',1,'GpgFrontend::GpgTOFUInfo']]], - ['getemail_233',['GetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#af87474dd334abdc17f39bf5cc04cc464',1,'GpgFrontend::GenKeyInfo::GetEmail()'],['../classGpgFrontend_1_1GpgKey.html#acfde01907c1ec56cdb6dab519c7948e9',1,'GpgFrontend::GpgKey::GetEmail()'],['../classGpgFrontend_1_1GpgKeySignature.html#aeef7bdd5d64493a585e77d4e4839e055',1,'GpgFrontend::GpgKeySignature::GetEmail()'],['../classGpgFrontend_1_1GpgUID.html#a72b06128992429e3fc730134d82f4a37',1,'GpgFrontend::GpgUID::GetEmail()']]], + ['getemail_233',['GetEmail',['../classGpgFrontend_1_1GpgUID.html#a72b06128992429e3fc730134d82f4a37',1,'GpgFrontend::GpgUID::GetEmail()'],['../classGpgFrontend_1_1GenKeyInfo.html#af87474dd334abdc17f39bf5cc04cc464',1,'GpgFrontend::GenKeyInfo::GetEmail()'],['../classGpgFrontend_1_1GpgKeySignature.html#aeef7bdd5d64493a585e77d4e4839e055',1,'GpgFrontend::GpgKeySignature::GetEmail()'],['../classGpgFrontend_1_1GpgKey.html#acfde01907c1ec56cdb6dab519c7948e9',1,'GpgFrontend::GpgKey::GetEmail()']]], ['getencrcount_234',['GetEncrCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#a55e9388dce5d0d695844cbbb03db0437',1,'GpgFrontend::GpgTOFUInfo']]], ['getencrlast_235',['GetEncrLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a4dc5e5573cabb90f55761bdc252f4f82',1,'GpgFrontend::GpgTOFUInfo']]], ['getexpiretime_236',['GetExpireTime',['../classGpgFrontend_1_1GenKeyInfo.html#abba96c63d675a9bdd05926eaca64c268',1,'GpgFrontend::GenKeyInfo::GetExpireTime()'],['../classGpgFrontend_1_1GpgKey.html#a430e4275ee13ceaf177138dd4be388c7',1,'GpgFrontend::GpgKey::GetExpireTime()'],['../classGpgFrontend_1_1GpgKeySignature.html#a9da492e149e2e5ff8766aa7b925e8887',1,'GpgFrontend::GpgKeySignature::GetExpireTime()'],['../classGpgFrontend_1_1GpgSignature.html#abaedefd31b8e3a1d59feb8a5f9f3527c',1,'GpgFrontend::GpgSignature::GetExpireTime()'],['../classGpgFrontend_1_1GpgSubKey.html#a70e3268330b354ff99a1ec753ee71601',1,'GpgFrontend::GpgSubKey::GetExpireTime()']]], diff --git a/docs/html/search/all_8.js b/docs/html/search/all_8.js index 8d0d0e3e..9b05df1b 100644 --- a/docs/html/search/all_8.js +++ b/docs/html/search/all_8.js @@ -14,7 +14,7 @@ var searchData= ['infovalid_392',['InfoValid',['../structSoftwareVersion.html#ad17cca5d4ce26f21666721d16b7f4d04',1,'SoftwareVersion']]], ['init_393',['Init',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759',1,'GpgFrontend::UI::MainWindow']]], ['init_5fapp_5fsecure_5fkey_394',['init_app_secure_key',['../classGpgFrontend_1_1DataObjectOperator.html#a6b357780482f0e0c021ad55a81eb37cf',1,'GpgFrontend::DataObjectOperator']]], - ['initglobalbasicalenv_395',['InitGlobalBasicalEnv',['../namespaceGpgFrontend.html#acd17bf45c5a18c762d8638fd643eaf41',1,'GpgFrontend']]], + ['initglobalbasicenv_395',['InitGlobalBasicEnv',['../namespaceGpgFrontend.html#a0b2b812dbc7f8752ed0dfe03eaa8a5a5',1,'GpgFrontend']]], ['initglobalpathenv_396',['InitGlobalPathEnv',['../namespaceGpgFrontend.html#a2b70b63c5a2173e62168123f6a2ad3da',1,'GpgFrontend']]], ['initgpgfrontendui_397',['InitGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#ab0311557c1d7bde9c56cbca85fefa6ad',1,'GpgFrontend::UI']]], ['initlocale_398',['InitLocale',['../namespaceGpgFrontend.html#a7ffad7330067c9ab03842c656fa199f4',1,'GpgFrontend']]], diff --git a/docs/html/search/classes_0.js b/docs/html/search/classes_0.js index 5c7e7bb3..c753a62d 100644 --- a/docs/html/search/classes_0.js +++ b/docs/html/search/classes_0.js @@ -1,10 +1,10 @@ var searchData= [ - ['aboutdialog_861',['AboutDialog',['../classGpgFrontend_1_1UI_1_1AboutDialog.html',1,'GpgFrontend::UI']]], - ['alloc_862',['alloc',['../classsecmem_1_1alloc.html',1,'secmem']]], - ['appearanceso_863',['AppearanceSO',['../structGpgFrontend_1_1UI_1_1AppearanceSO.html',1,'GpgFrontend::UI']]], - ['appearancetab_864',['AppearanceTab',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html',1,'GpgFrontend::UI']]], - ['archivefileoperator_865',['ArchiveFileOperator',['../classGpgFrontend_1_1ArchiveFileOperator.html',1,'GpgFrontend']]], - ['archivereadclientdata_866',['ArchiveReadClientData',['../structGpgFrontend_1_1ArchiveReadClientData.html',1,'GpgFrontend']]], - ['automatonhandelstruct_867',['AutomatonHandelStruct',['../structGpgFrontend_1_1GpgKeyManager_1_1AutomatonHandelStruct.html',1,'GpgFrontend::GpgKeyManager']]] + ['aboutdialog_860',['AboutDialog',['../classGpgFrontend_1_1UI_1_1AboutDialog.html',1,'GpgFrontend::UI']]], + ['alloc_861',['alloc',['../classsecmem_1_1alloc.html',1,'secmem']]], + ['appearanceso_862',['AppearanceSO',['../structGpgFrontend_1_1UI_1_1AppearanceSO.html',1,'GpgFrontend::UI']]], + ['appearancetab_863',['AppearanceTab',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html',1,'GpgFrontend::UI']]], + ['archivefileoperator_864',['ArchiveFileOperator',['../classGpgFrontend_1_1ArchiveFileOperator.html',1,'GpgFrontend']]], + ['archivereadclientdata_865',['ArchiveReadClientData',['../structGpgFrontend_1_1ArchiveReadClientData.html',1,'GpgFrontend']]], + ['automatonhandelstruct_866',['AutomatonHandelStruct',['../structGpgFrontend_1_1GpgKeyManager_1_1AutomatonHandelStruct.html',1,'GpgFrontend::GpgKeyManager']]] ]; diff --git a/docs/html/search/classes_1.js b/docs/html/search/classes_1.js index bfa5b67b..fb806cb0 100644 --- a/docs/html/search/classes_1.js +++ b/docs/html/search/classes_1.js @@ -1,15 +1,15 @@ var searchData= [ - ['cachemanager_868',['CacheManager',['../classGpgFrontend_1_1CacheManager.html',1,'GpgFrontend']]], - ['cacheobject_869',['CacheObject',['../classGpgFrontend_1_1CacheObject.html',1,'GpgFrontend']]], - ['capslockwatcher_870',['CapsLockWatcher',['../classCapsLockWatcher.html',1,'']]], - ['channelobject_871',['ChannelObject',['../classGpgFrontend_1_1ChannelObject.html',1,'GpgFrontend']]], - ['choosepage_872',['ChoosePage',['../classGpgFrontend_1_1UI_1_1ChoosePage.html',1,'GpgFrontend::UI']]], - ['class_873',['class',['../classclass.html',1,'']]], - ['commonutils_874',['CommonUtils',['../classGpgFrontend_1_1UI_1_1CommonUtils.html',1,'GpgFrontend::UI']]], - ['conclusionpage_875',['ConclusionPage',['../classGpgFrontend_1_1UI_1_1ConclusionPage.html',1,'GpgFrontend::UI']]], - ['constraintsoptions_876',['ConstraintsOptions',['../structPinEntryDialog_1_1ConstraintsOptions.html',1,'PinEntryDialog']]], - ['coreinitargs_877',['CoreInitArgs',['../structGpgFrontend_1_1CoreInitArgs.html',1,'GpgFrontend']]], - ['coresignalstation_878',['CoreSignalStation',['../classGpgFrontend_1_1CoreSignalStation.html',1,'GpgFrontend']]], - ['cryptomenu_879',['CryptoMenu',['../structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html',1,'GpgFrontend::UI::MainWindow']]] + ['cachemanager_867',['CacheManager',['../classGpgFrontend_1_1CacheManager.html',1,'GpgFrontend']]], + ['cacheobject_868',['CacheObject',['../classGpgFrontend_1_1CacheObject.html',1,'GpgFrontend']]], + ['capslockwatcher_869',['CapsLockWatcher',['../classCapsLockWatcher.html',1,'']]], + ['channelobject_870',['ChannelObject',['../classGpgFrontend_1_1ChannelObject.html',1,'GpgFrontend']]], + ['choosepage_871',['ChoosePage',['../classGpgFrontend_1_1UI_1_1ChoosePage.html',1,'GpgFrontend::UI']]], + ['class_872',['class',['../classclass.html',1,'']]], + ['commonutils_873',['CommonUtils',['../classGpgFrontend_1_1UI_1_1CommonUtils.html',1,'GpgFrontend::UI']]], + ['conclusionpage_874',['ConclusionPage',['../classGpgFrontend_1_1UI_1_1ConclusionPage.html',1,'GpgFrontend::UI']]], + ['constraintsoptions_875',['ConstraintsOptions',['../structPinEntryDialog_1_1ConstraintsOptions.html',1,'PinEntryDialog']]], + ['coreinitargs_876',['CoreInitArgs',['../structGpgFrontend_1_1CoreInitArgs.html',1,'GpgFrontend']]], + ['coresignalstation_877',['CoreSignalStation',['../classGpgFrontend_1_1CoreSignalStation.html',1,'GpgFrontend']]], + ['cryptomenu_878',['CryptoMenu',['../structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu.html',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/classes_10.js b/docs/html/search/classes_10.js index cf8851e1..d3279296 100644 --- a/docs/html/search/classes_10.js +++ b/docs/html/search/classes_10.js @@ -1,13 +1,13 @@ var searchData= [ - ['task_1035',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html',1,'GpgFrontend::Thread']]], - ['taskhandler_1036',['TaskHandler',['../classGpgFrontend_1_1Thread_1_1Task_1_1TaskHandler.html',1,'GpgFrontend::Thread::Task']]], - ['taskrunner_1037',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html',1,'GpgFrontend::Thread']]], - ['taskrunnergetter_1038',['TaskRunnerGetter',['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html',1,'GpgFrontend::Thread']]], - ['testlistedkeyserverthread_1039',['TestListedKeyServerThread',['../classTestListedKeyServerThread.html',1,'']]], - ['textedit_1040',['TextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html',1,'GpgFrontend::UI']]], - ['threadsafemap_1041',['ThreadSafeMap',['../classGpgFrontend_1_1ThreadSafeMap.html',1,'GpgFrontend']]], - ['threadsafemap_3c_20qstring_2c_20qjsondocument_20_3e_1042',['ThreadSafeMap< QString, QJsonDocument >',['../classGpgFrontend_1_1ThreadSafeMap.html',1,'GpgFrontend']]], - ['tofuinfopage_1043',['TOFUInfoPage',['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html',1,'GpgFrontend::UI']]], - ['translatorstab_1044',['TranslatorsTab',['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html',1,'GpgFrontend::UI']]] + ['task_1034',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html',1,'GpgFrontend::Thread']]], + ['taskhandler_1035',['TaskHandler',['../classGpgFrontend_1_1Thread_1_1Task_1_1TaskHandler.html',1,'GpgFrontend::Thread::Task']]], + ['taskrunner_1036',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html',1,'GpgFrontend::Thread']]], + ['taskrunnergetter_1037',['TaskRunnerGetter',['../classGpgFrontend_1_1Thread_1_1TaskRunnerGetter.html',1,'GpgFrontend::Thread']]], + ['testlistedkeyserverthread_1038',['TestListedKeyServerThread',['../classTestListedKeyServerThread.html',1,'']]], + ['textedit_1039',['TextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html',1,'GpgFrontend::UI']]], + ['threadsafemap_1040',['ThreadSafeMap',['../classGpgFrontend_1_1ThreadSafeMap.html',1,'GpgFrontend']]], + ['threadsafemap_3c_20qstring_2c_20qjsondocument_20_3e_1041',['ThreadSafeMap< QString, QJsonDocument >',['../classGpgFrontend_1_1ThreadSafeMap.html',1,'GpgFrontend']]], + ['tofuinfopage_1042',['TOFUInfoPage',['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html',1,'GpgFrontend::UI']]], + ['translatorstab_1043',['TranslatorsTab',['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_11.js b/docs/html/search/classes_11.js index 78dedcf6..ef5b2027 100644 --- a/docs/html/search/classes_11.js +++ b/docs/html/search/classes_11.js @@ -1,5 +1,5 @@ var searchData= [ - ['uisignalstation_1045',['UISignalStation',['../classGpgFrontend_1_1UI_1_1UISignalStation.html',1,'GpgFrontend::UI']]], - ['updatetab_1046',['UpdateTab',['../classGpgFrontend_1_1UI_1_1UpdateTab.html',1,'GpgFrontend::UI']]] + ['uisignalstation_1044',['UISignalStation',['../classGpgFrontend_1_1UI_1_1UISignalStation.html',1,'GpgFrontend::UI']]], + ['updatetab_1045',['UpdateTab',['../classGpgFrontend_1_1UI_1_1UpdateTab.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_12.js b/docs/html/search/classes_12.js index bdcc9814..eb841a67 100644 --- a/docs/html/search/classes_12.js +++ b/docs/html/search/classes_12.js @@ -1,6 +1,6 @@ var searchData= [ - ['verifydetailsdialog_1047',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html',1,'GpgFrontend::UI']]], - ['verifykeydetailbox_1048',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html',1,'GpgFrontend::UI']]], - ['versionchecktask_1049',['VersionCheckTask',['../classVersionCheckTask.html',1,'']]] + ['verifydetailsdialog_1046',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html',1,'GpgFrontend::UI']]], + ['verifykeydetailbox_1047',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html',1,'GpgFrontend::UI']]], + ['versionchecktask_1048',['VersionCheckTask',['../classVersionCheckTask.html',1,'']]] ]; diff --git a/docs/html/search/classes_13.js b/docs/html/search/classes_13.js index 38959170..2eaacee8 100644 --- a/docs/html/search/classes_13.js +++ b/docs/html/search/classes_13.js @@ -1,6 +1,6 @@ var searchData= [ - ['waitingdialog_1050',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html',1,'GpgFrontend::UI']]], - ['windowstateso_1051',['WindowStateSO',['../structGpgFrontend_1_1UI_1_1WindowStateSO.html',1,'GpgFrontend::UI']]], - ['wizard_1052',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html',1,'GpgFrontend::UI']]] + ['waitingdialog_1049',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html',1,'GpgFrontend::UI']]], + ['windowstateso_1050',['WindowStateSO',['../structGpgFrontend_1_1UI_1_1WindowStateSO.html',1,'GpgFrontend::UI']]], + ['wizard_1051',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_2.js b/docs/html/search/classes_2.js index ed5a0472..6956b430 100644 --- a/docs/html/search/classes_2.js +++ b/docs/html/search/classes_2.js @@ -1,6 +1,6 @@ var searchData= [ - ['dataobject_880',['DataObject',['../classGpgFrontend_1_1DataObject.html',1,'GpgFrontend']]], - ['dataobjectoperator_881',['DataObjectOperator',['../classGpgFrontend_1_1DataObjectOperator.html',1,'GpgFrontend']]], - ['datarefdeleter_882',['DataRefDeleter',['../structGpgFrontend_1_1GpgData_1_1DataRefDeleter.html',1,'GpgFrontend::GpgData']]] + ['dataobject_879',['DataObject',['../classGpgFrontend_1_1DataObject.html',1,'GpgFrontend']]], + ['dataobjectoperator_880',['DataObjectOperator',['../classGpgFrontend_1_1DataObjectOperator.html',1,'GpgFrontend']]], + ['datarefdeleter_881',['DataRefDeleter',['../structGpgFrontend_1_1GpgData_1_1DataRefDeleter.html',1,'GpgFrontend::GpgData']]] ]; diff --git a/docs/html/search/classes_3.js b/docs/html/search/classes_3.js index c5069a10..48ad7a6d 100644 --- a/docs/html/search/classes_3.js +++ b/docs/html/search/classes_3.js @@ -1,6 +1,6 @@ var searchData= [ - ['event_883',['Event',['../classGpgFrontend_1_1Module_1_1Event.html',1,'GpgFrontend::Module']]], - ['executecontext_884',['ExecuteContext',['../structGpgFrontend_1_1GpgCommandExecutor_1_1ExecuteContext.html',1,'GpgFrontend::GpgCommandExecutor']]], - ['exportkeypackagedialog_885',['ExportKeyPackageDialog',['../classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html',1,'GpgFrontend::UI']]] + ['event_882',['Event',['../classGpgFrontend_1_1Module_1_1Event.html',1,'GpgFrontend::Module']]], + ['executecontext_883',['ExecuteContext',['../structGpgFrontend_1_1GpgCommandExecutor_1_1ExecuteContext.html',1,'GpgFrontend::GpgCommandExecutor']]], + ['exportkeypackagedialog_884',['ExportKeyPackageDialog',['../classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_4.js b/docs/html/search/classes_4.js index bda5e510..6b2f1b13 100644 --- a/docs/html/search/classes_4.js +++ b/docs/html/search/classes_4.js @@ -1,11 +1,11 @@ var searchData= [ - ['filepage_886',['FilePage',['../classGpgFrontend_1_1UI_1_1FilePage.html',1,'GpgFrontend::UI']]], - ['filereadtask_887',['FileReadTask',['../classGpgFrontend_1_1UI_1_1FileReadTask.html',1,'GpgFrontend::UI']]], - ['filetreeview_888',['FileTreeView',['../classGpgFrontend_1_1UI_1_1FileTreeView.html',1,'GpgFrontend::UI']]], - ['findwidget_889',['FindWidget',['../classGpgFrontend_1_1UI_1_1FindWidget.html',1,'GpgFrontend::UI']]], - ['formattedpassphraseoptions_890',['FormattedPassphraseOptions',['../structPinEntryDialog_1_1FormattedPassphraseOptions.html',1,'PinEntryDialog']]], - ['formatter_3c_20qbytearray_20_3e_891',['formatter< QByteArray >',['../structfmt_1_1formatter_3_01QByteArray_01_4.html',1,'fmt']]], - ['formatter_3c_20qstring_20_3e_892',['formatter< QString >',['../structfmt_1_1formatter_3_01QString_01_4.html',1,'fmt']]], - ['functionobjecttypelockinfo_893',['FunctionObjectTypeLockInfo',['../structFunctionObjectTypeLockInfo.html',1,'']]] + ['filepage_885',['FilePage',['../classGpgFrontend_1_1UI_1_1FilePage.html',1,'GpgFrontend::UI']]], + ['filereadtask_886',['FileReadTask',['../classGpgFrontend_1_1UI_1_1FileReadTask.html',1,'GpgFrontend::UI']]], + ['filetreeview_887',['FileTreeView',['../classGpgFrontend_1_1UI_1_1FileTreeView.html',1,'GpgFrontend::UI']]], + ['findwidget_888',['FindWidget',['../classGpgFrontend_1_1UI_1_1FindWidget.html',1,'GpgFrontend::UI']]], + ['formattedpassphraseoptions_889',['FormattedPassphraseOptions',['../structPinEntryDialog_1_1FormattedPassphraseOptions.html',1,'PinEntryDialog']]], + ['formatter_3c_20qbytearray_20_3e_890',['formatter< QByteArray >',['../structfmt_1_1formatter_3_01QByteArray_01_4.html',1,'fmt']]], + ['formatter_3c_20qstring_20_3e_891',['formatter< QString >',['../structfmt_1_1formatter_3_01QString_01_4.html',1,'fmt']]], + ['functionobjecttypelockinfo_892',['FunctionObjectTypeLockInfo',['../structFunctionObjectTypeLockInfo.html',1,'']]] ]; diff --git a/docs/html/search/classes_5.js b/docs/html/search/classes_5.js index ee652f6f..23375e88 100644 --- a/docs/html/search/classes_5.js +++ b/docs/html/search/classes_5.js @@ -1,59 +1,59 @@ var searchData= [ - ['generaldialog_894',['GeneralDialog',['../classGpgFrontend_1_1UI_1_1GeneralDialog.html',1,'GpgFrontend::UI']]], - ['generalmainwindow_895',['GeneralMainWindow',['../classGpgFrontend_1_1UI_1_1GeneralMainWindow.html',1,'GpgFrontend::UI']]], - ['generaltab_896',['GeneralTab',['../classGpgFrontend_1_1UI_1_1GeneralTab.html',1,'GpgFrontend::UI']]], - ['generalwindowstate_897',['GeneralWindowState',['../classGpgFrontend_1_1UI_1_1GeneralWindowState.html',1,'GpgFrontend::UI']]], - ['generaterevokecertification_898',['GenerateRevokeCertification',['../classGpgFrontend_1_1UI_1_1GenerateRevokeCertification.html',1,'GpgFrontend::UI']]], - ['genkeyinfo_899',['GenKeyInfo',['../classGpgFrontend_1_1GenKeyInfo.html',1,'GpgFrontend']]], - ['gfbuffer_900',['GFBuffer',['../classGpgFrontend_1_1GFBuffer.html',1,'GpgFrontend']]], - ['gfdataexchanger_901',['GFDataExchanger',['../classGpgFrontend_1_1GFDataExchanger.html',1,'GpgFrontend']]], - ['gfmoduleevent_902',['GFModuleEvent',['../structGFModuleEvent.html',1,'']]], - ['gfmoduleeventparam_903',['GFModuleEventParam',['../structGFModuleEventParam.html',1,'']]], - ['gfmodulemetadata_904',['GFModuleMetaData',['../structGFModuleMetaData.html',1,'']]], - ['globalmodulecontext_905',['GlobalModuleContext',['../classGpgFrontend_1_1Module_1_1GlobalModuleContext.html',1,'GpgFrontend::Module']]], - ['globalregistertable_906',['GlobalRegisterTable',['../classGpgFrontend_1_1Module_1_1GlobalRegisterTable.html',1,'GpgFrontend::Module']]], - ['globalregistertabletreemodel_907',['GlobalRegisterTableTreeModel',['../classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel.html',1,'GpgFrontend::Module']]], - ['globalsettingstation_908',['GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html',1,'GpgFrontend']]], - ['gnupgcontrollerdialog_909',['GnuPGControllerDialog',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html',1,'GpgFrontend::UI']]], - ['gnupgtab_910',['GnupgTab',['../classGpgFrontend_1_1UI_1_1GnupgTab.html',1,'GpgFrontend::UI']]], - ['gpgadvancedoperator_911',['GpgAdvancedOperator',['../classGpgFrontend_1_1GpgAdvancedOperator.html',1,'GpgFrontend']]], - ['gpgbasicoperator_912',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html',1,'GpgFrontend']]], - ['gpgcommandexecutor_913',['GpgCommandExecutor',['../classGpgFrontend_1_1GpgCommandExecutor.html',1,'GpgFrontend']]], - ['gpgcomponentinfo_914',['GpgComponentInfo',['../structGpgComponentInfo.html',1,'']]], - ['gpgcontext_915',['GpgContext',['../classGpgFrontend_1_1GpgContext.html',1,'GpgFrontend']]], - ['gpgcontextinitargs_916',['GpgContextInitArgs',['../structGpgFrontend_1_1GpgContextInitArgs.html',1,'GpgFrontend']]], - ['gpgcoretest_917',['GpgCoreTest',['../classGpgFrontend_1_1Test_1_1GpgCoreTest.html',1,'GpgFrontend::Test']]], - ['gpgdata_918',['GpgData',['../classGpgFrontend_1_1GpgData.html',1,'GpgFrontend']]], - ['gpgdecryptresult_919',['GpgDecryptResult',['../classGpgFrontend_1_1GpgDecryptResult.html',1,'GpgFrontend']]], - ['gpgdecryptresultanalyse_920',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html',1,'GpgFrontend']]], - ['gpgencryptresult_921',['GpgEncryptResult',['../classGpgFrontend_1_1GpgEncryptResult.html',1,'GpgFrontend']]], - ['gpgencryptresultanalyse_922',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html',1,'GpgFrontend']]], - ['gpgfileopera_923',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html',1,'GpgFrontend']]], - ['gpgfrontendapplication_924',['GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html',1,'GpgFrontend::UI']]], - ['gpgfrontendcontext_925',['GpgFrontendContext',['../structGpgFrontend_1_1GpgFrontendContext.html',1,'GpgFrontend::GpgFrontendContext'],['../structGpgFrontend_1_1Test_1_1GpgFrontendContext.html',1,'GpgFrontend::Test::GpgFrontendContext']]], - ['gpggeneratekeyresult_926',['GpgGenerateKeyResult',['../classGpgFrontend_1_1GpgGenerateKeyResult.html',1,'GpgFrontend']]], - ['gpgimportedkey_927',['GpgImportedKey',['../classGpgFrontend_1_1GpgImportInformation_1_1GpgImportedKey.html',1,'GpgFrontend::GpgImportInformation']]], - ['gpgimportinformation_928',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html',1,'GpgFrontend']]], - ['gpginfo_929',['GpgInfo',['../classGpgInfo.html',1,'']]], - ['gpgkey_930',['GpgKey',['../classGpgFrontend_1_1GpgKey.html',1,'GpgFrontend']]], - ['gpgkeygetter_931',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html',1,'GpgFrontend']]], - ['gpgkeyimportexporter_932',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html',1,'GpgFrontend']]], - ['gpgkeymanager_933',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html',1,'GpgFrontend']]], - ['gpgkeyopera_934',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html',1,'GpgFrontend']]], - ['gpgkeysignature_935',['GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html',1,'GpgFrontend']]], - ['gpgoptionsinfo_936',['GpgOptionsInfo',['../structGpgOptionsInfo.html',1,'']]], - ['gpgpassphrasecontext_937',['GpgPassphraseContext',['../classGpgFrontend_1_1GpgPassphraseContext.html',1,'GpgFrontend']]], - ['gpgrecipient_938',['GpgRecipient',['../structGpgFrontend_1_1GpgRecipient.html',1,'GpgFrontend']]], - ['gpgresultanalyse_939',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html',1,'GpgFrontend']]], - ['gpgsignature_940',['GpgSignature',['../classGpgFrontend_1_1GpgSignature.html',1,'GpgFrontend']]], - ['gpgsignresult_941',['GpgSignResult',['../classGpgFrontend_1_1GpgSignResult.html',1,'GpgFrontend']]], - ['gpgsignresultanalyse_942',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html',1,'GpgFrontend']]], - ['gpgsubkey_943',['GpgSubKey',['../classGpgFrontend_1_1GpgSubKey.html',1,'GpgFrontend']]], - ['gpgtofuinfo_944',['GpgTOFUInfo',['../classGpgFrontend_1_1GpgTOFUInfo.html',1,'GpgFrontend']]], - ['gpguid_945',['GpgUID',['../classGpgFrontend_1_1GpgUID.html',1,'GpgFrontend']]], - ['gpguidoperator_946',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html',1,'GpgFrontend']]], - ['gpgverifyresult_947',['GpgVerifyResult',['../classGpgFrontend_1_1GpgVerifyResult.html',1,'GpgFrontend']]], - ['gpgverifyresultanalyse_948',['GpgVerifyResultAnalyse',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html',1,'GpgFrontend']]], - ['grttreeview_949',['GRTTreeView',['../classGpgFrontend_1_1UI_1_1GRTTreeView.html',1,'GpgFrontend::UI']]] + ['generaldialog_893',['GeneralDialog',['../classGpgFrontend_1_1UI_1_1GeneralDialog.html',1,'GpgFrontend::UI']]], + ['generalmainwindow_894',['GeneralMainWindow',['../classGpgFrontend_1_1UI_1_1GeneralMainWindow.html',1,'GpgFrontend::UI']]], + ['generaltab_895',['GeneralTab',['../classGpgFrontend_1_1UI_1_1GeneralTab.html',1,'GpgFrontend::UI']]], + ['generalwindowstate_896',['GeneralWindowState',['../classGpgFrontend_1_1UI_1_1GeneralWindowState.html',1,'GpgFrontend::UI']]], + ['generaterevokecertification_897',['GenerateRevokeCertification',['../classGpgFrontend_1_1UI_1_1GenerateRevokeCertification.html',1,'GpgFrontend::UI']]], + ['genkeyinfo_898',['GenKeyInfo',['../classGpgFrontend_1_1GenKeyInfo.html',1,'GpgFrontend']]], + ['gfbuffer_899',['GFBuffer',['../classGpgFrontend_1_1GFBuffer.html',1,'GpgFrontend']]], + ['gfdataexchanger_900',['GFDataExchanger',['../classGpgFrontend_1_1GFDataExchanger.html',1,'GpgFrontend']]], + ['gfmoduleevent_901',['GFModuleEvent',['../structGFModuleEvent.html',1,'']]], + ['gfmoduleeventparam_902',['GFModuleEventParam',['../structGFModuleEventParam.html',1,'']]], + ['gfmodulemetadata_903',['GFModuleMetaData',['../structGFModuleMetaData.html',1,'']]], + ['globalmodulecontext_904',['GlobalModuleContext',['../classGpgFrontend_1_1Module_1_1GlobalModuleContext.html',1,'GpgFrontend::Module']]], + ['globalregistertable_905',['GlobalRegisterTable',['../classGpgFrontend_1_1Module_1_1GlobalRegisterTable.html',1,'GpgFrontend::Module']]], + ['globalregistertabletreemodel_906',['GlobalRegisterTableTreeModel',['../classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel.html',1,'GpgFrontend::Module']]], + ['globalsettingstation_907',['GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html',1,'GpgFrontend']]], + ['gnupgcontrollerdialog_908',['GnuPGControllerDialog',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html',1,'GpgFrontend::UI']]], + ['gnupgtab_909',['GnupgTab',['../classGpgFrontend_1_1UI_1_1GnupgTab.html',1,'GpgFrontend::UI']]], + ['gpgadvancedoperator_910',['GpgAdvancedOperator',['../classGpgFrontend_1_1GpgAdvancedOperator.html',1,'GpgFrontend']]], + ['gpgbasicoperator_911',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html',1,'GpgFrontend']]], + ['gpgcommandexecutor_912',['GpgCommandExecutor',['../classGpgFrontend_1_1GpgCommandExecutor.html',1,'GpgFrontend']]], + ['gpgcomponentinfo_913',['GpgComponentInfo',['../structGpgComponentInfo.html',1,'']]], + ['gpgcontext_914',['GpgContext',['../classGpgFrontend_1_1GpgContext.html',1,'GpgFrontend']]], + ['gpgcontextinitargs_915',['GpgContextInitArgs',['../structGpgFrontend_1_1GpgContextInitArgs.html',1,'GpgFrontend']]], + ['gpgcoretest_916',['GpgCoreTest',['../classGpgFrontend_1_1Test_1_1GpgCoreTest.html',1,'GpgFrontend::Test']]], + ['gpgdata_917',['GpgData',['../classGpgFrontend_1_1GpgData.html',1,'GpgFrontend']]], + ['gpgdecryptresult_918',['GpgDecryptResult',['../classGpgFrontend_1_1GpgDecryptResult.html',1,'GpgFrontend']]], + ['gpgdecryptresultanalyse_919',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html',1,'GpgFrontend']]], + ['gpgencryptresult_920',['GpgEncryptResult',['../classGpgFrontend_1_1GpgEncryptResult.html',1,'GpgFrontend']]], + ['gpgencryptresultanalyse_921',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html',1,'GpgFrontend']]], + ['gpgfileopera_922',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html',1,'GpgFrontend']]], + ['gpgfrontendapplication_923',['GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html',1,'GpgFrontend::UI']]], + ['gpgfrontendcontext_924',['GpgFrontendContext',['../structGpgFrontend_1_1GpgFrontendContext.html',1,'GpgFrontend::GpgFrontendContext'],['../structGpgFrontend_1_1Test_1_1GpgFrontendContext.html',1,'GpgFrontend::Test::GpgFrontendContext']]], + ['gpggeneratekeyresult_925',['GpgGenerateKeyResult',['../classGpgFrontend_1_1GpgGenerateKeyResult.html',1,'GpgFrontend']]], + ['gpgimportedkey_926',['GpgImportedKey',['../classGpgFrontend_1_1GpgImportInformation_1_1GpgImportedKey.html',1,'GpgFrontend::GpgImportInformation']]], + ['gpgimportinformation_927',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html',1,'GpgFrontend']]], + ['gpginfo_928',['GpgInfo',['../classGpgInfo.html',1,'']]], + ['gpgkey_929',['GpgKey',['../classGpgFrontend_1_1GpgKey.html',1,'GpgFrontend']]], + ['gpgkeygetter_930',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html',1,'GpgFrontend']]], + ['gpgkeyimportexporter_931',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html',1,'GpgFrontend']]], + ['gpgkeymanager_932',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html',1,'GpgFrontend']]], + ['gpgkeyopera_933',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html',1,'GpgFrontend']]], + ['gpgkeysignature_934',['GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html',1,'GpgFrontend']]], + ['gpgoptionsinfo_935',['GpgOptionsInfo',['../structGpgOptionsInfo.html',1,'']]], + ['gpgpassphrasecontext_936',['GpgPassphraseContext',['../classGpgFrontend_1_1GpgPassphraseContext.html',1,'GpgFrontend']]], + ['gpgrecipient_937',['GpgRecipient',['../structGpgFrontend_1_1GpgRecipient.html',1,'GpgFrontend']]], + ['gpgresultanalyse_938',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html',1,'GpgFrontend']]], + ['gpgsignature_939',['GpgSignature',['../classGpgFrontend_1_1GpgSignature.html',1,'GpgFrontend']]], + ['gpgsignresult_940',['GpgSignResult',['../classGpgFrontend_1_1GpgSignResult.html',1,'GpgFrontend']]], + ['gpgsignresultanalyse_941',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html',1,'GpgFrontend']]], + ['gpgsubkey_942',['GpgSubKey',['../classGpgFrontend_1_1GpgSubKey.html',1,'GpgFrontend']]], + ['gpgtofuinfo_943',['GpgTOFUInfo',['../classGpgFrontend_1_1GpgTOFUInfo.html',1,'GpgFrontend']]], + ['gpguid_944',['GpgUID',['../classGpgFrontend_1_1GpgUID.html',1,'GpgFrontend']]], + ['gpguidoperator_945',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html',1,'GpgFrontend']]], + ['gpgverifyresult_946',['GpgVerifyResult',['../classGpgFrontend_1_1GpgVerifyResult.html',1,'GpgFrontend']]], + ['gpgverifyresultanalyse_947',['GpgVerifyResultAnalyse',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html',1,'GpgFrontend']]], + ['grttreeview_948',['GRTTreeView',['../classGpgFrontend_1_1UI_1_1GRTTreeView.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_6.js b/docs/html/search/classes_6.js index 03e638ea..408b9280 100644 --- a/docs/html/search/classes_6.js +++ b/docs/html/search/classes_6.js @@ -1,4 +1,4 @@ var searchData= [ - ['helppage_950',['HelpPage',['../classGpgFrontend_1_1UI_1_1HelpPage.html',1,'GpgFrontend::UI']]] + ['helppage_949',['HelpPage',['../classGpgFrontend_1_1UI_1_1HelpPage.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_7.js b/docs/html/search/classes_7.js index d236a994..99e1e33d 100644 --- a/docs/html/search/classes_7.js +++ b/docs/html/search/classes_7.js @@ -1,7 +1,7 @@ var searchData= [ - ['impl_951',['Impl',['../classGpgFrontend_1_1CacheManager_1_1Impl.html',1,'GpgFrontend::CacheManager::Impl'],['../classGpgFrontend_1_1DataObject_1_1Impl.html',1,'GpgFrontend::DataObject::Impl'],['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html',1,'GpgFrontend::GlobalSettingStation::Impl'],['../classGpgFrontend_1_1GpgContext_1_1Impl.html',1,'GpgFrontend::GpgContext::Impl'],['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html',1,'GpgFrontend::GpgKeyGetter::Impl'],['../classGpgFrontend_1_1Module_1_1Event_1_1Impl.html',1,'GpgFrontend::Module::Event::Impl'],['../classGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl.html',1,'GpgFrontend::Module::GlobalModuleContext::Impl'],['../classGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl.html',1,'GpgFrontend::Module::GlobalRegisterTable::Impl'],['../classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel_1_1Impl.html',1,'GpgFrontend::Module::GlobalRegisterTableTreeModel::Impl'],['../classGpgFrontend_1_1Module_1_1Module_1_1Impl.html',1,'GpgFrontend::Module::Module::Impl'],['../classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl.html',1,'GpgFrontend::Module::ModuleManager::Impl'],['../classGpgFrontend_1_1SingletonStorage_1_1Impl.html',1,'GpgFrontend::SingletonStorage::Impl'],['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html',1,'GpgFrontend::SingletonStorageCollection::Impl'],['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html',1,'GpgFrontend::Thread::Task::Impl'],['../classGpgFrontend_1_1Thread_1_1TaskRunner_1_1Impl.html',1,'GpgFrontend::Thread::TaskRunner::Impl']]], - ['infoboardwidget_952',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html',1,'GpgFrontend::UI']]], - ['infotab_953',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html',1,'GpgFrontend::UI']]], - ['intropage_954',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html',1,'GpgFrontend::UI']]] + ['impl_950',['Impl',['../classGpgFrontend_1_1CacheManager_1_1Impl.html',1,'GpgFrontend::CacheManager::Impl'],['../classGpgFrontend_1_1DataObject_1_1Impl.html',1,'GpgFrontend::DataObject::Impl'],['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html',1,'GpgFrontend::GlobalSettingStation::Impl'],['../classGpgFrontend_1_1GpgContext_1_1Impl.html',1,'GpgFrontend::GpgContext::Impl'],['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html',1,'GpgFrontend::GpgKeyGetter::Impl'],['../classGpgFrontend_1_1Module_1_1Event_1_1Impl.html',1,'GpgFrontend::Module::Event::Impl'],['../classGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl.html',1,'GpgFrontend::Module::GlobalModuleContext::Impl'],['../classGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl.html',1,'GpgFrontend::Module::GlobalRegisterTable::Impl'],['../classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel_1_1Impl.html',1,'GpgFrontend::Module::GlobalRegisterTableTreeModel::Impl'],['../classGpgFrontend_1_1Module_1_1Module_1_1Impl.html',1,'GpgFrontend::Module::Module::Impl'],['../classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl.html',1,'GpgFrontend::Module::ModuleManager::Impl'],['../classGpgFrontend_1_1SingletonStorage_1_1Impl.html',1,'GpgFrontend::SingletonStorage::Impl'],['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html',1,'GpgFrontend::SingletonStorageCollection::Impl'],['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html',1,'GpgFrontend::Thread::Task::Impl'],['../classGpgFrontend_1_1Thread_1_1TaskRunner_1_1Impl.html',1,'GpgFrontend::Thread::TaskRunner::Impl']]], + ['infoboardwidget_951',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html',1,'GpgFrontend::UI']]], + ['infotab_952',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html',1,'GpgFrontend::UI']]], + ['intropage_953',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_8.js b/docs/html/search/classes_8.js index 1348119a..f2b14b15 100644 --- a/docs/html/search/classes_8.js +++ b/docs/html/search/classes_8.js @@ -1,28 +1,28 @@ var searchData= [ - ['keydetailsdialog_955',['KeyDetailsDialog',['../classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html',1,'GpgFrontend::UI']]], - ['keygendialog_956',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html',1,'GpgFrontend::UI']]], - ['keygenpage_957',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html',1,'GpgFrontend::UI']]], - ['keyimportdetaildialog_958',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html',1,'GpgFrontend::UI']]], - ['keylist_959',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html',1,'GpgFrontend::UI']]], - ['keylistcolumn_960',['KeyListColumn',['../structGpgFrontend_1_1UI_1_1KeyListColumn.html',1,'GpgFrontend::UI']]], - ['keylistrow_961',['KeyListRow',['../structGpgFrontend_1_1UI_1_1KeyListRow.html',1,'GpgFrontend::UI']]], - ['keymenuability_962',['KeyMenuAbility',['../structGpgFrontend_1_1UI_1_1KeyMenuAbility.html',1,'GpgFrontend::UI']]], - ['keymgmt_963',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html',1,'GpgFrontend::UI']]], - ['keynewuiddialog_964',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html',1,'GpgFrontend::UI']]], - ['keypackageoperator_965',['KeyPackageOperator',['../classGpgFrontend_1_1KeyPackageOperator.html',1,'GpgFrontend']]], - ['keypairdetailtab_966',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html',1,'GpgFrontend::UI']]], - ['keypairoperatab_967',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html',1,'GpgFrontend::UI']]], - ['keypairsubkeytab_968',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html',1,'GpgFrontend::UI']]], - ['keypairuidtab_969',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html',1,'GpgFrontend::UI']]], - ['keyrefdeleter_970',['KeyRefDeleter',['../structGpgFrontend_1_1GpgKey_1_1KeyRefDeleter.html',1,'GpgFrontend::GpgKey']]], - ['keyserverimportdialog_971',['KeyServerImportDialog',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html',1,'GpgFrontend::UI']]], - ['keyserverimporttask_972',['KeyServerImportTask',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html',1,'GpgFrontend::UI']]], - ['keyserversearchtask_973',['KeyServerSearchTask',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html',1,'GpgFrontend::UI']]], - ['keyserverso_974',['KeyServerSO',['../structGpgFrontend_1_1UI_1_1KeyServerSO.html',1,'GpgFrontend::UI']]], - ['keyservertab_975',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html',1,'GpgFrontend::UI']]], - ['keysetexpiredatedialog_976',['KeySetExpireDateDialog',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html',1,'GpgFrontend::UI']]], - ['keytable_977',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html',1,'GpgFrontend::UI']]], - ['keyuidsigndialog_978',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html',1,'GpgFrontend::UI']]], - ['keyuploaddialog_979',['KeyUploadDialog',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html',1,'GpgFrontend::UI']]] + ['keydetailsdialog_954',['KeyDetailsDialog',['../classGpgFrontend_1_1UI_1_1KeyDetailsDialog.html',1,'GpgFrontend::UI']]], + ['keygendialog_955',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html',1,'GpgFrontend::UI']]], + ['keygenpage_956',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html',1,'GpgFrontend::UI']]], + ['keyimportdetaildialog_957',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html',1,'GpgFrontend::UI']]], + ['keylist_958',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html',1,'GpgFrontend::UI']]], + ['keylistcolumn_959',['KeyListColumn',['../structGpgFrontend_1_1UI_1_1KeyListColumn.html',1,'GpgFrontend::UI']]], + ['keylistrow_960',['KeyListRow',['../structGpgFrontend_1_1UI_1_1KeyListRow.html',1,'GpgFrontend::UI']]], + ['keymenuability_961',['KeyMenuAbility',['../structGpgFrontend_1_1UI_1_1KeyMenuAbility.html',1,'GpgFrontend::UI']]], + ['keymgmt_962',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html',1,'GpgFrontend::UI']]], + ['keynewuiddialog_963',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html',1,'GpgFrontend::UI']]], + ['keypackageoperator_964',['KeyPackageOperator',['../classGpgFrontend_1_1KeyPackageOperator.html',1,'GpgFrontend']]], + ['keypairdetailtab_965',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html',1,'GpgFrontend::UI']]], + ['keypairoperatab_966',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html',1,'GpgFrontend::UI']]], + ['keypairsubkeytab_967',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html',1,'GpgFrontend::UI']]], + ['keypairuidtab_968',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html',1,'GpgFrontend::UI']]], + ['keyrefdeleter_969',['KeyRefDeleter',['../structGpgFrontend_1_1GpgKey_1_1KeyRefDeleter.html',1,'GpgFrontend::GpgKey']]], + ['keyserverimportdialog_970',['KeyServerImportDialog',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html',1,'GpgFrontend::UI']]], + ['keyserverimporttask_971',['KeyServerImportTask',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html',1,'GpgFrontend::UI']]], + ['keyserversearchtask_972',['KeyServerSearchTask',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html',1,'GpgFrontend::UI']]], + ['keyserverso_973',['KeyServerSO',['../structGpgFrontend_1_1UI_1_1KeyServerSO.html',1,'GpgFrontend::UI']]], + ['keyservertab_974',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html',1,'GpgFrontend::UI']]], + ['keysetexpiredatedialog_975',['KeySetExpireDateDialog',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html',1,'GpgFrontend::UI']]], + ['keytable_976',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html',1,'GpgFrontend::UI']]], + ['keyuidsigndialog_977',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html',1,'GpgFrontend::UI']]], + ['keyuploaddialog_978',['KeyUploadDialog',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_9.js b/docs/html/search/classes_9.js index b91fd28d..c7f411ec 100644 --- a/docs/html/search/classes_9.js +++ b/docs/html/search/classes_9.js @@ -1,5 +1,5 @@ var searchData= [ - ['listedkeyservertesttask_980',['ListedKeyServerTestTask',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html',1,'GpgFrontend::UI']]], - ['loggermanager_981',['LoggerManager',['../classGpgFrontend_1_1LoggerManager.html',1,'GpgFrontend']]] + ['listedkeyservertesttask_979',['ListedKeyServerTestTask',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html',1,'GpgFrontend::UI']]], + ['loggermanager_980',['LoggerManager',['../classGpgFrontend_1_1LoggerManager.html',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/classes_a.js b/docs/html/search/classes_a.js index c7e52f7b..0b125138 100644 --- a/docs/html/search/classes_a.js +++ b/docs/html/search/classes_a.js @@ -1,11 +1,11 @@ var searchData= [ - ['mainwindow_982',['MainWindow',['../classGpgFrontend_1_1UI_1_1MainWindow.html',1,'GpgFrontend::UI']]], - ['module_983',['Module',['../classGpgFrontend_1_1Module_1_1Module.html',1,'GpgFrontend::Module']]], - ['modulecontrollerdialog_984',['ModuleControllerDialog',['../classGpgFrontend_1_1UI_1_1ModuleControllerDialog.html',1,'GpgFrontend::UI']]], - ['moduleinitargs_985',['ModuleInitArgs',['../structGpgFrontend_1_1Module_1_1ModuleInitArgs.html',1,'GpgFrontend::Module']]], - ['modulelistview_986',['ModuleListView',['../classGpgFrontend_1_1UI_1_1ModuleListView.html',1,'GpgFrontend::UI']]], - ['modulemanager_987',['ModuleManager',['../classGpgFrontend_1_1Module_1_1ModuleManager.html',1,'GpgFrontend::Module']]], - ['moduleregisterinfo_988',['ModuleRegisterInfo',['../structGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl_1_1ModuleRegisterInfo.html',1,'GpgFrontend::Module::GlobalModuleContext::Impl']]], - ['moduleso_989',['ModuleSO',['../structGpgFrontend_1_1ModuleSO.html',1,'GpgFrontend']]] + ['mainwindow_981',['MainWindow',['../classGpgFrontend_1_1UI_1_1MainWindow.html',1,'GpgFrontend::UI']]], + ['module_982',['Module',['../classGpgFrontend_1_1Module_1_1Module.html',1,'GpgFrontend::Module']]], + ['modulecontrollerdialog_983',['ModuleControllerDialog',['../classGpgFrontend_1_1UI_1_1ModuleControllerDialog.html',1,'GpgFrontend::UI']]], + ['moduleinitargs_984',['ModuleInitArgs',['../structGpgFrontend_1_1Module_1_1ModuleInitArgs.html',1,'GpgFrontend::Module']]], + ['modulelistview_985',['ModuleListView',['../classGpgFrontend_1_1UI_1_1ModuleListView.html',1,'GpgFrontend::UI']]], + ['modulemanager_986',['ModuleManager',['../classGpgFrontend_1_1Module_1_1ModuleManager.html',1,'GpgFrontend::Module']]], + ['moduleregisterinfo_987',['ModuleRegisterInfo',['../structGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl_1_1ModuleRegisterInfo.html',1,'GpgFrontend::Module::GlobalModuleContext::Impl']]], + ['moduleso_988',['ModuleSO',['../structGpgFrontend_1_1ModuleSO.html',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/classes_b.js b/docs/html/search/classes_b.js index 7243b115..d614327f 100644 --- a/docs/html/search/classes_b.js +++ b/docs/html/search/classes_b.js @@ -1,4 +1,4 @@ var searchData= [ - ['networktab_990',['NetworkTab',['../classGpgFrontend_1_1UI_1_1NetworkTab.html',1,'GpgFrontend::UI']]] + ['networktab_989',['NetworkTab',['../classGpgFrontend_1_1UI_1_1NetworkTab.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_c.js b/docs/html/search/classes_c.js index 7f940928..d82a25d5 100644 --- a/docs/html/search/classes_c.js +++ b/docs/html/search/classes_c.js @@ -1,13 +1,13 @@ var searchData= [ - ['parameterinitializer_991',['ParameterInitializer',['../structGpgFrontend_1_1Module_1_1Event_1_1ParameterInitializer.html',1,'GpgFrontend::Module::Event']]], - ['passphrasegenerator_992',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html',1,'GpgFrontend']]], - ['pinentry_993',['pinentry',['../structpinentry.html',1,'']]], - ['pinentryconfirm_994',['PinentryConfirm',['../classPinentryConfirm.html',1,'']]], - ['pinentrydialog_995',['PinEntryDialog',['../classPinEntryDialog.html',1,'']]], - ['pinlineedit_996',['PinLineEdit',['../classPinLineEdit.html',1,'']]], - ['plaintexteditorpage_997',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html',1,'GpgFrontend::UI']]], - ['pointerconverter_998',['PointerConverter',['../classGpgFrontend_1_1PointerConverter.html',1,'GpgFrontend']]], - ['private_999',['Private',['../classCapsLockWatcher_1_1Private.html',1,'CapsLockWatcher::Private'],['../classPinLineEdit_1_1Private.html',1,'PinLineEdit::Private']]], - ['proxyconnectiontesttask_1000',['ProxyConnectionTestTask',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html',1,'GpgFrontend::UI']]] + ['parameterinitializer_990',['ParameterInitializer',['../structGpgFrontend_1_1Module_1_1Event_1_1ParameterInitializer.html',1,'GpgFrontend::Module::Event']]], + ['passphrasegenerator_991',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html',1,'GpgFrontend']]], + ['pinentry_992',['pinentry',['../structpinentry.html',1,'']]], + ['pinentryconfirm_993',['PinentryConfirm',['../classPinentryConfirm.html',1,'']]], + ['pinentrydialog_994',['PinEntryDialog',['../classPinEntryDialog.html',1,'']]], + ['pinlineedit_995',['PinLineEdit',['../classPinLineEdit.html',1,'']]], + ['plaintexteditorpage_996',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html',1,'GpgFrontend::UI']]], + ['pointerconverter_997',['PointerConverter',['../classGpgFrontend_1_1PointerConverter.html',1,'GpgFrontend']]], + ['private_998',['Private',['../classCapsLockWatcher_1_1Private.html',1,'CapsLockWatcher::Private'],['../classPinLineEdit_1_1Private.html',1,'PinLineEdit::Private']]], + ['proxyconnectiontesttask_999',['ProxyConnectionTestTask',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_d.js b/docs/html/search/classes_d.js index cbc0c2cc..fd5cb6e2 100644 --- a/docs/html/search/classes_d.js +++ b/docs/html/search/classes_d.js @@ -1,4 +1,4 @@ var searchData= [ - ['quitdialog_1001',['QuitDialog',['../classGpgFrontend_1_1UI_1_1QuitDialog.html',1,'GpgFrontend::UI']]] + ['quitdialog_1000',['QuitDialog',['../classGpgFrontend_1_1UI_1_1QuitDialog.html',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/classes_e.js b/docs/html/search/classes_e.js index e8365370..7511edbe 100644 --- a/docs/html/search/classes_e.js +++ b/docs/html/search/classes_e.js @@ -1,7 +1,7 @@ var searchData= [ - ['raisepinentry_1002',['RaisePinentry',['../classGpgFrontend_1_1UI_1_1RaisePinentry.html',1,'GpgFrontend::UI']]], - ['rebind_1003',['rebind',['../structsecmem_1_1alloc_1_1rebind.html',1,'secmem::alloc']]], - ['refdeleter_1004',['RefDeleter',['../structGpgFrontend_1_1RefDeleter.html',1,'GpgFrontend']]], - ['rtnode_1005',['RTNode',['../structGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl_1_1RTNode.html',1,'GpgFrontend::Module::GlobalRegisterTable::Impl']]] + ['raisepinentry_1001',['RaisePinentry',['../classGpgFrontend_1_1UI_1_1RaisePinentry.html',1,'GpgFrontend::UI']]], + ['rebind_1002',['rebind',['../structsecmem_1_1alloc_1_1rebind.html',1,'secmem::alloc']]], + ['refdeleter_1003',['RefDeleter',['../structGpgFrontend_1_1RefDeleter.html',1,'GpgFrontend']]], + ['rtnode_1004',['RTNode',['../structGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl_1_1RTNode.html',1,'GpgFrontend::Module::GlobalRegisterTable::Impl']]] ]; diff --git a/docs/html/search/classes_f.js b/docs/html/search/classes_f.js index 3a16d175..8f199f54 100644 --- a/docs/html/search/classes_f.js +++ b/docs/html/search/classes_f.js @@ -1,32 +1,32 @@ var searchData= [ - ['securememoryallocator_1006',['SecureMemoryAllocator',['../classGpgFrontend_1_1SecureMemoryAllocator.html',1,'GpgFrontend']]], - ['secureobjectdeleter_1007',['SecureObjectDeleter',['../structGpgFrontend_1_1SecureObjectDeleter.html',1,'GpgFrontend']]], - ['setownertrustlevel_1008',['SetOwnerTrustLevel',['../classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel.html',1,'GpgFrontend::UI']]], - ['settingsdialog_1009',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html',1,'GpgFrontend::UI']]], - ['settingsobject_1010',['SettingsObject',['../classGpgFrontend_1_1SettingsObject.html',1,'GpgFrontend']]], - ['signaturedetailsdialog_1011',['SignatureDetailsDialog',['../classSignatureDetailsDialog.html',1,'']]], - ['signerspicker_1012',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html',1,'GpgFrontend::UI']]], - ['singletonfunctionobject_1013',['SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20cachemanager_20_3e_1014',['SingletonFunctionObject< CacheManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20dataobjectoperator_20_3e_1015',['SingletonFunctionObject< DataObjectOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20globalsettingstation_20_3e_1016',['SingletonFunctionObject< GlobalSettingStation >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgbasicoperator_20_3e_1017',['SingletonFunctionObject< GpgBasicOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgcontext_20_3e_1018',['SingletonFunctionObject< GpgContext >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgfileopera_20_3e_1019',['SingletonFunctionObject< GpgFileOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeygetter_20_3e_1020',['SingletonFunctionObject< GpgKeyGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeygetter_3a_3aimpl_20_3e_1021',['SingletonFunctionObject< GpgKeyGetter::Impl >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeyimportexporter_20_3e_1022',['SingletonFunctionObject< GpgKeyImportExporter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeymanager_20_3e_1023',['SingletonFunctionObject< GpgKeyManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpgkeyopera_20_3e_1024',['SingletonFunctionObject< GpgKeyOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20gpguidoperator_20_3e_1025',['SingletonFunctionObject< GpgUIDOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20loggermanager_20_3e_1026',['SingletonFunctionObject< LoggerManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20modulemanager_20_3e_1027',['SingletonFunctionObject< ModuleManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20passphrasegenerator_20_3e_1028',['SingletonFunctionObject< PassphraseGenerator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonfunctionobject_3c_20taskrunnergetter_20_3e_1029',['SingletonFunctionObject< TaskRunnerGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], - ['singletonstorage_1030',['SingletonStorage',['../classGpgFrontend_1_1SingletonStorage.html',1,'GpgFrontend']]], - ['singletonstoragecollection_1031',['SingletonStorageCollection',['../classGpgFrontend_1_1SingletonStorageCollection.html',1,'GpgFrontend']]], - ['softwareversion_1032',['SoftwareVersion',['../structSoftwareVersion.html',1,'']]], - ['subkeygeneratedialog_1033',['SubkeyGenerateDialog',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html',1,'GpgFrontend::UI']]], - ['symbol_1034',['Symbol',['../structGpgFrontend_1_1Module_1_1Module_1_1Impl_1_1Symbol.html',1,'GpgFrontend::Module::Module::Impl']]] + ['securememoryallocator_1005',['SecureMemoryAllocator',['../classGpgFrontend_1_1SecureMemoryAllocator.html',1,'GpgFrontend']]], + ['secureobjectdeleter_1006',['SecureObjectDeleter',['../structGpgFrontend_1_1SecureObjectDeleter.html',1,'GpgFrontend']]], + ['setownertrustlevel_1007',['SetOwnerTrustLevel',['../classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel.html',1,'GpgFrontend::UI']]], + ['settingsdialog_1008',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html',1,'GpgFrontend::UI']]], + ['settingsobject_1009',['SettingsObject',['../classGpgFrontend_1_1SettingsObject.html',1,'GpgFrontend']]], + ['signaturedetailsdialog_1010',['SignatureDetailsDialog',['../classSignatureDetailsDialog.html',1,'']]], + ['signerspicker_1011',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html',1,'GpgFrontend::UI']]], + ['singletonfunctionobject_1012',['SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20cachemanager_20_3e_1013',['SingletonFunctionObject< CacheManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20dataobjectoperator_20_3e_1014',['SingletonFunctionObject< DataObjectOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20globalsettingstation_20_3e_1015',['SingletonFunctionObject< GlobalSettingStation >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgbasicoperator_20_3e_1016',['SingletonFunctionObject< GpgBasicOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgcontext_20_3e_1017',['SingletonFunctionObject< GpgContext >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgfileopera_20_3e_1018',['SingletonFunctionObject< GpgFileOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeygetter_20_3e_1019',['SingletonFunctionObject< GpgKeyGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeygetter_3a_3aimpl_20_3e_1020',['SingletonFunctionObject< GpgKeyGetter::Impl >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeyimportexporter_20_3e_1021',['SingletonFunctionObject< GpgKeyImportExporter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeymanager_20_3e_1022',['SingletonFunctionObject< GpgKeyManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpgkeyopera_20_3e_1023',['SingletonFunctionObject< GpgKeyOpera >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20gpguidoperator_20_3e_1024',['SingletonFunctionObject< GpgUIDOperator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20loggermanager_20_3e_1025',['SingletonFunctionObject< LoggerManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20modulemanager_20_3e_1026',['SingletonFunctionObject< ModuleManager >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20passphrasegenerator_20_3e_1027',['SingletonFunctionObject< PassphraseGenerator >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonfunctionobject_3c_20taskrunnergetter_20_3e_1028',['SingletonFunctionObject< TaskRunnerGetter >',['../classGpgFrontend_1_1SingletonFunctionObject.html',1,'GpgFrontend']]], + ['singletonstorage_1029',['SingletonStorage',['../classGpgFrontend_1_1SingletonStorage.html',1,'GpgFrontend']]], + ['singletonstoragecollection_1030',['SingletonStorageCollection',['../classGpgFrontend_1_1SingletonStorageCollection.html',1,'GpgFrontend']]], + ['softwareversion_1031',['SoftwareVersion',['../structSoftwareVersion.html',1,'']]], + ['subkeygeneratedialog_1032',['SubkeyGenerateDialog',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html',1,'GpgFrontend::UI']]], + ['symbol_1033',['Symbol',['../structGpgFrontend_1_1Module_1_1Module_1_1Impl_1_1Symbol.html',1,'GpgFrontend::Module::Module::Impl']]] ]; diff --git a/docs/html/search/enums_0.js b/docs/html/search/enums_0.js index a80bbf00..61703ca4 100644 --- a/docs/html/search/enums_0.js +++ b/docs/html/search/enums_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['infoboardstatus_1811',['InfoBoardStatus',['../namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00d',1,'GpgFrontend::UI']]] + ['infoboardstatus_1808',['InfoBoardStatus',['../namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00d',1,'GpgFrontend::UI']]] ]; diff --git a/docs/html/search/functions_0.js b/docs/html/search/functions_0.js index c0b20cd8..ad441db5 100644 --- a/docs/html/search/functions_0.js +++ b/docs/html/search/functions_0.js @@ -1,14 +1,14 @@ var searchData= [ - ['aboutdialog_1060',['AboutDialog',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#a6eeb23edb8a6cce44b7001e2134beb2a',1,'GpgFrontend::UI::AboutDialog']]], - ['addlistgrouptab_1061',['AddListGroupTab',['../classGpgFrontend_1_1UI_1_1KeyList.html#ab8663d18901d10c00dbcc0ba852b3bf4',1,'GpgFrontend::UI::KeyList']]], - ['addmenuaction_1062',['AddMenuAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#aa961e3ba3c48f84dea4bb7ab4f756886',1,'GpgFrontend::UI::KeyList']]], - ['addoptionalaction_1063',['AddOptionalAction',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a456f15315a03107f7757d84362c1af71',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['adduid_1064',['AddUID',['../classGpgFrontend_1_1GpgUIDOperator.html#ac2983b9e56569500911da72cad07fcda',1,'GpgFrontend::GpgUIDOperator::AddUID(const GpgKey &key, const QString &uid) -> bool'],['../classGpgFrontend_1_1GpgUIDOperator.html#ad85cb5988f90d395bb6b8f1810b14510',1,'GpgFrontend::GpgUIDOperator::AddUID(const GpgKey &key, const QString &name, const QString &comment, const QString &email) -> bool']]], - ['aes_5f256_5fcbc_5fdecrypt_1065',['aes_256_cbc_decrypt',['../namespaceGpgFrontend_1_1RawAPI.html#a2e388ecafc7b859eda84b4e3c4e2576f',1,'GpgFrontend::RawAPI']]], - ['aes_5f256_5fcbc_5fencrypt_1066',['aes_256_cbc_encrypt',['../namespaceGpgFrontend_1_1RawAPI.html#aa2bc88cf78b8da893f1b5c7e2e8ccf42',1,'GpgFrontend::RawAPI']]], - ['aes_5f256_5fcbc_5finit_1067',['aes_256_cbc_init',['../namespaceGpgFrontend_1_1RawAPI.html#a1f2f6c82e9c904c3875a123a65564697',1,'GpgFrontend::RawAPI']]], - ['appearancetab_1068',['AppearanceTab',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abfca670540bc0409b9be4459ee6a3b6c',1,'GpgFrontend::UI::AppearanceTab']]], - ['associatetabwidget_1069',['AssociateTabWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adfa4acd435d2ec29f951f4e7e6a43f38',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['associatetextedit_1070',['AssociateTextEdit',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a4fd6f91eb435feb41ae93e44485646ab',1,'GpgFrontend::UI::InfoBoardWidget']]] + ['aboutdialog_1059',['AboutDialog',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#a6eeb23edb8a6cce44b7001e2134beb2a',1,'GpgFrontend::UI::AboutDialog']]], + ['addlistgrouptab_1060',['AddListGroupTab',['../classGpgFrontend_1_1UI_1_1KeyList.html#ab8663d18901d10c00dbcc0ba852b3bf4',1,'GpgFrontend::UI::KeyList']]], + ['addmenuaction_1061',['AddMenuAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#aa961e3ba3c48f84dea4bb7ab4f756886',1,'GpgFrontend::UI::KeyList']]], + ['addoptionalaction_1062',['AddOptionalAction',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a456f15315a03107f7757d84362c1af71',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['adduid_1063',['AddUID',['../classGpgFrontend_1_1GpgUIDOperator.html#ac2983b9e56569500911da72cad07fcda',1,'GpgFrontend::GpgUIDOperator::AddUID(const GpgKey &key, const QString &uid) -> bool'],['../classGpgFrontend_1_1GpgUIDOperator.html#ad85cb5988f90d395bb6b8f1810b14510',1,'GpgFrontend::GpgUIDOperator::AddUID(const GpgKey &key, const QString &name, const QString &comment, const QString &email) -> bool']]], + ['aes_5f256_5fcbc_5fdecrypt_1064',['aes_256_cbc_decrypt',['../namespaceGpgFrontend_1_1RawAPI.html#a2e388ecafc7b859eda84b4e3c4e2576f',1,'GpgFrontend::RawAPI']]], + ['aes_5f256_5fcbc_5fencrypt_1065',['aes_256_cbc_encrypt',['../namespaceGpgFrontend_1_1RawAPI.html#aa2bc88cf78b8da893f1b5c7e2e8ccf42',1,'GpgFrontend::RawAPI']]], + ['aes_5f256_5fcbc_5finit_1066',['aes_256_cbc_init',['../namespaceGpgFrontend_1_1RawAPI.html#a1f2f6c82e9c904c3875a123a65564697',1,'GpgFrontend::RawAPI']]], + ['appearancetab_1067',['AppearanceTab',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abfca670540bc0409b9be4459ee6a3b6c',1,'GpgFrontend::UI::AppearanceTab']]], + ['associatetabwidget_1068',['AssociateTabWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adfa4acd435d2ec29f951f4e7e6a43f38',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['associatetextedit_1069',['AssociateTextEdit',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a4fd6f91eb435feb41ae93e44485646ab',1,'GpgFrontend::UI::InfoBoardWidget']]] ]; diff --git a/docs/html/search/functions_1.js b/docs/html/search/functions_1.js index 10e44915..f00bae3b 100644 --- a/docs/html/search/functions_1.js +++ b/docs/html/search/functions_1.js @@ -1,4 +1,4 @@ var searchData= [ - ['beautifyfingerprint_1071',['BeautifyFingerprint',['../namespaceGpgFrontend.html#ad437908d506d86137a0d2fdec4c6c957',1,'GpgFrontend']]] + ['beautifyfingerprint_1070',['BeautifyFingerprint',['../namespaceGpgFrontend.html#ad437908d506d86137a0d2fdec4c6c957',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/functions_10.js b/docs/html/search/functions_10.js index c147a1c8..b059787b 100644 --- a/docs/html/search/functions_10.js +++ b/docs/html/search/functions_10.js @@ -1,35 +1,35 @@ var searchData= [ - ['raisefailuremessagebox_1436',['RaiseFailureMessageBox',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a4bc0d817e2083cc262f4fb2c65027442',1,'GpgFrontend::UI::CommonUtils']]], - ['raisemessagebox_1437',['RaiseMessageBox',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a2eb678ee01d3b6e1c0d8f90345712644',1,'GpgFrontend::UI::CommonUtils']]], - ['raisepinentry_1438',['RaisePinentry',['../classGpgFrontend_1_1UI_1_1RaisePinentry.html#acce90910b541e1f8b3409d22ed5dbd98',1,'GpgFrontend::UI::RaisePinentry']]], - ['read2gfbuffer_1439',['Read2GFBuffer',['../classGpgFrontend_1_1GpgData.html#a7e59c37c350caa54424ec8a4e2a2e7a2',1,'GpgFrontend::GpgData']]], - ['readdone_1440',['ReadDone',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['readfile_1441',['ReadFile',['../namespaceGpgFrontend.html#a253c30d60238c5c0ed1545d0c7bf31de',1,'GpgFrontend']]], - ['readfilegfbuffer_1442',['ReadFileGFBuffer',['../namespaceGpgFrontend.html#a316a209be1a4c403426c77b029e319fc',1,'GpgFrontend']]], - ['refresh_1443',['Refresh',['../structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f',1,'GpgFrontend::UI::KeyTable']]], - ['refresh_5finfo_5fboard_1444',['refresh_info_board',['../namespaceGpgFrontend_1_1UI.html#aec857a0eb461ce71c4535f5d71e7aaee',1,'GpgFrontend::UI']]], - ['refresh_5fkeys_5ffrom_5fkey_5fserver_1445',['refresh_keys_from_key_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98',1,'GpgFrontend::UI::MainWindow']]], - ['refresh_5fwidgets_5fstate_1446',['refresh_widgets_state',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a4eb53559f200092cd299f7a90c03cdbb',1,'GpgFrontend::UI::KeyGenDialog::refresh_widgets_state()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a4a5b77fb909e9a6a0e4da780c75f7535',1,'GpgFrontend::UI::SubkeyGenerateDialog::refresh_widgets_state()']]], - ['register_5fcache_5fkey_1447',['register_cache_key',['../classGpgFrontend_1_1CacheManager_1_1Impl.html#ab8723181823b8c3c3b1dd5f333c0f196',1,'GpgFrontend::CacheManager::Impl']]], - ['registerasynclogger_1448',['RegisterAsyncLogger',['../namespaceGpgFrontend.html#a5b02173b14e6ea7c0eee0e23e6bc879f',1,'GpgFrontend']]], - ['registersynclogger_1449',['RegisterSyncLogger',['../namespaceGpgFrontend.html#ae910f7b068d7bd832bff6bfabed34859',1,'GpgFrontend']]], - ['registertask_1450',['RegisterTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a31a08bfcc288cc70be93de991841d9f9',1,'GpgFrontend::Thread::TaskRunner']]], - ['releasechannel_1451',['ReleaseChannel',['../classGpgFrontend_1_1SingletonStorage.html#adb22cc80a1ab040b6e4bce962625edfd',1,'GpgFrontend::SingletonStorage::ReleaseChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ab49b1d50252e1934691a9483a6df2106',1,'GpgFrontend::SingletonFunctionObject::ReleaseChannel()']]], - ['reloadgpgcomponents_1452',['ReloadGpgComponents',['../classGpgFrontend_1_1GpgAdvancedOperator.html#acac2e0b60aec9e02b7dd5be6d37f0b31',1,'GpgFrontend::GpgAdvancedOperator']]], - ['resetcache_1453',['ResetCache',['../classGpgFrontend_1_1CacheManager.html#a5600c892efc29bcf3279fa4d9447d328',1,'GpgFrontend::CacheManager']]], - ['resetcachevalue_1454',['ResetCacheValue',['../namespaceGpgFrontend.html#a1fad8d31c148bf81a9bea45b2918b9e5',1,'GpgFrontend']]], - ['resetconfigures_1455',['ResetConfigures',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a62a1e0d0eeef7ecbd43c261b77c393e1',1,'GpgFrontend::GpgAdvancedOperator']]], - ['resetdurablecache_1456',['ResetDurableCache',['../classGpgFrontend_1_1CacheManager.html#a62c3f25d8c897c10acf7dc8faf792906',1,'GpgFrontend::CacheManager']]], - ['resetoptionactionsmenu_1457',['ResetOptionActionsMenu',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['restartgpgcomponents_1458',['RestartGpgComponents',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a224daa8424245db4ea6be831ef791f8d',1,'GpgFrontend::GpgAdvancedOperator']]], - ['restore_5fsettings_1459',['restore_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a',1,'GpgFrontend::UI::MainWindow']]], - ['revsign_1460',['RevSign',['../classGpgFrontend_1_1GpgKeyManager.html#a85c5ca9f31480fe3351c056b92b0aa12',1,'GpgFrontend::GpgKeyManager']]], - ['revuid_1461',['RevUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a9b34da410125ab866e40b047298a9caa',1,'GpgFrontend::GpgUIDOperator']]], - ['run_1462',['Run',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a2a1a60dc9e87755ed77a2e6318b23115',1,'GpgFrontend::UI::KeyServerSearchTask::Run()'],['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a3f0a9f8c46e7495b654f297594de8ea3',1,'GpgFrontend::UI::ListedKeyServerTestTask::Run()'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a0c58343f261ff4304868f314f03ca658',1,'GpgFrontend::UI::ProxyConnectionTestTask::Run()'],['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#acc4979fdc2daa3c0805754a725969aa3',1,'GpgFrontend::UI::KeyServerImportTask::Run()'],['../classVersionCheckTask.html#a8750568dd3031821d30bf436068cc75c',1,'VersionCheckTask::Run()'],['../classGpgFrontend_1_1Thread_1_1Task.html#ab3e3d4206efeeff5d3d6f1b5f0c60ab2',1,'GpgFrontend::Thread::Task::Run()'],['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#af57e2e511eb44f755d1bfc62898f433d',1,'GpgFrontend::Thread::Task::Impl::Run()'],['../classGpgFrontend_1_1UI_1_1FileReadTask.html#abd8f62be2b544d0fc8bbb1e5b7b3de9b',1,'GpgFrontend::UI::FileReadTask::Run()']]], - ['rungpgfrontendui_1463',['RunGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#ac53b300d580dcb56188aaed68c3de755',1,'GpgFrontend::UI']]], - ['rungpgoperaasync_1464',['RunGpgOperaAsync',['../namespaceGpgFrontend.html#abeb3c754e9529570abe5fef6a97f3c22',1,'GpgFrontend']]], - ['rungpgoperasync_1465',['RunGpgOperaSync',['../namespaceGpgFrontend.html#a4c2a4a157e45e169682a99d7f5130dc0',1,'GpgFrontend']]], - ['runiooperaasync_1466',['RunIOOperaAsync',['../namespaceGpgFrontend.html#a6a865c31afb5384811ed69b72c31ad8c',1,'GpgFrontend']]], - ['runoperaasync_1467',['RunOperaAsync',['../namespaceGpgFrontend.html#a9eb3f1dfac3cab84bb08712c3953eb61',1,'GpgFrontend']]] + ['raisefailuremessagebox_1435',['RaiseFailureMessageBox',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a4bc0d817e2083cc262f4fb2c65027442',1,'GpgFrontend::UI::CommonUtils']]], + ['raisemessagebox_1436',['RaiseMessageBox',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a2eb678ee01d3b6e1c0d8f90345712644',1,'GpgFrontend::UI::CommonUtils']]], + ['raisepinentry_1437',['RaisePinentry',['../classGpgFrontend_1_1UI_1_1RaisePinentry.html#acce90910b541e1f8b3409d22ed5dbd98',1,'GpgFrontend::UI::RaisePinentry']]], + ['read2gfbuffer_1438',['Read2GFBuffer',['../classGpgFrontend_1_1GpgData.html#a7e59c37c350caa54424ec8a4e2a2e7a2',1,'GpgFrontend::GpgData']]], + ['readdone_1439',['ReadDone',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['readfile_1440',['ReadFile',['../namespaceGpgFrontend.html#a253c30d60238c5c0ed1545d0c7bf31de',1,'GpgFrontend']]], + ['readfilegfbuffer_1441',['ReadFileGFBuffer',['../namespaceGpgFrontend.html#a316a209be1a4c403426c77b029e319fc',1,'GpgFrontend']]], + ['refresh_1442',['Refresh',['../structGpgFrontend_1_1UI_1_1KeyTable.html#aaac381e205c323444098803e0295060f',1,'GpgFrontend::UI::KeyTable']]], + ['refresh_5finfo_5fboard_1443',['refresh_info_board',['../namespaceGpgFrontend_1_1UI.html#aec857a0eb461ce71c4535f5d71e7aaee',1,'GpgFrontend::UI']]], + ['refresh_5fkeys_5ffrom_5fkey_5fserver_1444',['refresh_keys_from_key_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98',1,'GpgFrontend::UI::MainWindow']]], + ['refresh_5fwidgets_5fstate_1445',['refresh_widgets_state',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a4eb53559f200092cd299f7a90c03cdbb',1,'GpgFrontend::UI::KeyGenDialog::refresh_widgets_state()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a4a5b77fb909e9a6a0e4da780c75f7535',1,'GpgFrontend::UI::SubkeyGenerateDialog::refresh_widgets_state()']]], + ['register_5fcache_5fkey_1446',['register_cache_key',['../classGpgFrontend_1_1CacheManager_1_1Impl.html#ab8723181823b8c3c3b1dd5f333c0f196',1,'GpgFrontend::CacheManager::Impl']]], + ['registerasynclogger_1447',['RegisterAsyncLogger',['../namespaceGpgFrontend.html#a5b02173b14e6ea7c0eee0e23e6bc879f',1,'GpgFrontend']]], + ['registersynclogger_1448',['RegisterSyncLogger',['../namespaceGpgFrontend.html#ae910f7b068d7bd832bff6bfabed34859',1,'GpgFrontend']]], + ['registertask_1449',['RegisterTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a31a08bfcc288cc70be93de991841d9f9',1,'GpgFrontend::Thread::TaskRunner']]], + ['releasechannel_1450',['ReleaseChannel',['../classGpgFrontend_1_1SingletonStorage.html#adb22cc80a1ab040b6e4bce962625edfd',1,'GpgFrontend::SingletonStorage::ReleaseChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ab49b1d50252e1934691a9483a6df2106',1,'GpgFrontend::SingletonFunctionObject::ReleaseChannel()']]], + ['reloadgpgcomponents_1451',['ReloadGpgComponents',['../classGpgFrontend_1_1GpgAdvancedOperator.html#acac2e0b60aec9e02b7dd5be6d37f0b31',1,'GpgFrontend::GpgAdvancedOperator']]], + ['resetcache_1452',['ResetCache',['../classGpgFrontend_1_1CacheManager.html#a5600c892efc29bcf3279fa4d9447d328',1,'GpgFrontend::CacheManager']]], + ['resetcachevalue_1453',['ResetCacheValue',['../namespaceGpgFrontend.html#a1fad8d31c148bf81a9bea45b2918b9e5',1,'GpgFrontend']]], + ['resetconfigures_1454',['ResetConfigures',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a62a1e0d0eeef7ecbd43c261b77c393e1',1,'GpgFrontend::GpgAdvancedOperator']]], + ['resetdurablecache_1455',['ResetDurableCache',['../classGpgFrontend_1_1CacheManager.html#a62c3f25d8c897c10acf7dc8faf792906',1,'GpgFrontend::CacheManager']]], + ['resetoptionactionsmenu_1456',['ResetOptionActionsMenu',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a7d7504339221bd680fb18698dd829b32',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['restartgpgcomponents_1457',['RestartGpgComponents',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a224daa8424245db4ea6be831ef791f8d',1,'GpgFrontend::GpgAdvancedOperator']]], + ['restore_5fsettings_1458',['restore_settings',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a',1,'GpgFrontend::UI::MainWindow']]], + ['revsign_1459',['RevSign',['../classGpgFrontend_1_1GpgKeyManager.html#a85c5ca9f31480fe3351c056b92b0aa12',1,'GpgFrontend::GpgKeyManager']]], + ['revuid_1460',['RevUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a9b34da410125ab866e40b047298a9caa',1,'GpgFrontend::GpgUIDOperator']]], + ['run_1461',['Run',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#a2a1a60dc9e87755ed77a2e6318b23115',1,'GpgFrontend::UI::KeyServerSearchTask::Run()'],['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a3f0a9f8c46e7495b654f297594de8ea3',1,'GpgFrontend::UI::ListedKeyServerTestTask::Run()'],['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a0c58343f261ff4304868f314f03ca658',1,'GpgFrontend::UI::ProxyConnectionTestTask::Run()'],['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#acc4979fdc2daa3c0805754a725969aa3',1,'GpgFrontend::UI::KeyServerImportTask::Run()'],['../classVersionCheckTask.html#a8750568dd3031821d30bf436068cc75c',1,'VersionCheckTask::Run()'],['../classGpgFrontend_1_1Thread_1_1Task.html#ab3e3d4206efeeff5d3d6f1b5f0c60ab2',1,'GpgFrontend::Thread::Task::Run()'],['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#af57e2e511eb44f755d1bfc62898f433d',1,'GpgFrontend::Thread::Task::Impl::Run()'],['../classGpgFrontend_1_1UI_1_1FileReadTask.html#abd8f62be2b544d0fc8bbb1e5b7b3de9b',1,'GpgFrontend::UI::FileReadTask::Run()']]], + ['rungpgfrontendui_1462',['RunGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#ac53b300d580dcb56188aaed68c3de755',1,'GpgFrontend::UI']]], + ['rungpgoperaasync_1463',['RunGpgOperaAsync',['../namespaceGpgFrontend.html#abeb3c754e9529570abe5fef6a97f3c22',1,'GpgFrontend']]], + ['rungpgoperasync_1464',['RunGpgOperaSync',['../namespaceGpgFrontend.html#a4c2a4a157e45e169682a99d7f5130dc0',1,'GpgFrontend']]], + ['runiooperaasync_1465',['RunIOOperaAsync',['../namespaceGpgFrontend.html#a6a865c31afb5384811ed69b72c31ad8c',1,'GpgFrontend']]], + ['runoperaasync_1466',['RunOperaAsync',['../namespaceGpgFrontend.html#a9eb3f1dfac3cab84bb08712c3953eb61',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/functions_11.js b/docs/html/search/functions_11.js index 68b16141..0802aa73 100644 --- a/docs/html/search/functions_11.js +++ b/docs/html/search/functions_11.js @@ -1,186 +1,184 @@ var searchData= [ - ['safelyrun_1468',['SafelyRun',['../classGpgFrontend_1_1Thread_1_1Task.html#a3983635b9bcb8d7ec84d97109dddacec',1,'GpgFrontend::Thread::Task']]], - ['save_5ffile_1469',['save_file',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf',1,'GpgFrontend::UI::TextEdit']]], - ['savecache_1470',['SaveCache',['../classGpgFrontend_1_1CacheManager.html#ac7e6ac02327d98eff60817bde774b872',1,'GpgFrontend::CacheManager']]], - ['savedurablecache_1471',['SaveDurableCache',['../classGpgFrontend_1_1CacheManager.html#ac000be202e836c85f505f8d9808e0f89',1,'GpgFrontend::CacheManager']]], - ['securemalloc_1472',['SecureMalloc',['../namespaceGpgFrontend.html#afd01101bc53f022b7d4790c6855762c4',1,'GpgFrontend']]], - ['securemallocastype_1473',['SecureMallocAsType',['../namespaceGpgFrontend.html#a398baf5153c1eb3534729d11edb01f9c',1,'GpgFrontend']]], - ['securerealloc_1474',['SecureRealloc',['../namespaceGpgFrontend.html#a5e86f89a31d6514217b74dd1bbc59bfe',1,'GpgFrontend']]], - ['securereallocastype_1475',['SecureReallocAsType',['../namespaceGpgFrontend.html#aa639da20e2329c4471ab5612325aef53',1,'GpgFrontend']]], - ['selectionchanged_1476',['selectionChanged',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a710ca837224c645182f44eea0d6bb0f0',1,'GpgFrontend::UI::FileTreeView']]], - ['set_5fbackground_1477',['set_background',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a0c531f2c673caed29225a323e750205f',1,'GpgFrontend::UI::FindWidget']]], - ['set_5floading_1478',['set_loading',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['set_5fmessage_1479',['set_message',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['set_5fsettings_1480',['set_settings',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a6eeca78f12b49f095610d762d4cf7d7e',1,'GpgFrontend::UI::GnuPGControllerDialog']]], - ['set_5fsignal_5fslot_1481',['set_signal_slot',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a90900b67eceb2d16af5de27f9f038f7f',1,'GpgFrontend::UI::SubkeyGenerateDialog::set_signal_slot()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa36de61cedb98f919f10e35d4e6b5146',1,'GpgFrontend::UI::KeyGenDialog::set_signal_slot()']]], - ['setalgo_1482',['SetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a438c9bd77727a93961109a8492673fe5',1,'GpgFrontend::GenKeyInfo']]], - ['setallowauthentication_1483',['SetAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aac51d251682ed1bc1090416ebfeba4de',1,'GpgFrontend::GenKeyInfo']]], - ['setallowcertification_1484',['SetAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ac5f52f74566618c71a29bdc5e70fce2e',1,'GpgFrontend::GenKeyInfo']]], - ['setallowencryption_1485',['SetAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a965014232f6de22c6d33320231ca4454',1,'GpgFrontend::GenKeyInfo']]], - ['setallowsigning_1486',['SetAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a1a01518b24d40d95e187ef73f4dcd52a',1,'GpgFrontend::GenKeyInfo']]], - ['setcachevalue_1487',['SetCacheValue',['../namespaceGpgFrontend.html#a026a59b2fb217146cfcc4ca2b108d455',1,'GpgFrontend']]], - ['setchannel_1488',['SetChannel',['../classGpgFrontend_1_1ChannelObject.html#aa3b19cad6d873b314bba32a3dae85f09',1,'GpgFrontend::ChannelObject']]], - ['setchecked_1489',['SetChecked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689',1,'GpgFrontend::UI::KeyList::SetChecked(KeyIdArgsListPtr key_ids)'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ab0182646beb01850779260b3772bd8fe',1,'GpgFrontend::UI::KeyList::SetChecked(const KeyIdArgsListPtr &keyIds, const KeyTable &key_table)'],['../structGpgFrontend_1_1UI_1_1KeyTable.html#ae0713ebbc21e78995db9a856d746fe6c',1,'GpgFrontend::UI::KeyTable::SetChecked()']]], - ['setcolumnwidth_1490',['SetColumnWidth',['../classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5',1,'GpgFrontend::UI::KeyList']]], - ['setcomment_1491',['SetComment',['../classGpgFrontend_1_1GenKeyInfo.html#a0d498db9a8249db8b7e1742065a82c42',1,'GpgFrontend::GenKeyInfo']]], - ['setdefaultloglevel_1492',['SetDefaultLogLevel',['../namespaceGpgFrontend.html#ad5b2890d3b26624800fa482d23f0e48d',1,'GpgFrontend']]], - ['setdoubleclickedaction_1493',['SetDoubleClickedAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291',1,'GpgFrontend::UI::KeyList']]], - ['setemail_1494',['SetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#a6cff6c278089c5e6a646592e87f046b5',1,'GpgFrontend::GenKeyInfo']]], - ['setexpire_1495',['SetExpire',['../classGpgFrontend_1_1GpgKeyManager.html#ab4a61f4a895ddc965a018a851b222dce',1,'GpgFrontend::GpgKeyManager::SetExpire()'],['../classGpgFrontend_1_1GpgKeyOpera.html#a46fcc0675c7015a70a7b2b2517a2b99e',1,'GpgFrontend::GpgKeyOpera::SetExpire()']]], - ['setexpiretime_1496',['SetExpireTime',['../classGpgFrontend_1_1GenKeyInfo.html#a8475c1f419a65055dd659d3b60d4e356',1,'GpgFrontend::GenKeyInfo']]], - ['setextensionofoutputfile_1497',['SetExtensionOfOutputFile',['../namespaceGpgFrontend.html#aacb6d1475346e42afb8e0ea8427bac9a',1,'GpgFrontend']]], - ['setextensionofoutputfileforarchive_1498',['SetExtensionOfOutputFileForArchive',['../namespaceGpgFrontend.html#a4d05b4cdd90b01bb59d887e43df39e69',1,'GpgFrontend']]], - ['setfilepath_1499',['SetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['setinfoboard_1500',['SetInfoBoard',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac936cfc8e1b3af65d0d71b74fb3f0b02',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['setissubkey_1501',['SetIsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#acd9f7742b739e1db60bd50489690dec1',1,'GpgFrontend::GenKeyInfo']]], - ['setkeylength_1502',['SetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#ae744395012e4dcb9734ad5a30aa8ed75',1,'GpgFrontend::GenKeyInfo']]], - ['setname_1503',['SetName',['../classGpgFrontend_1_1GenKeyInfo.html#a8f80b74f6ed3183063a46f2cd3bb9172',1,'GpgFrontend::GenKeyInfo']]], - ['setnonexpired_1504',['SetNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aea247381c21896f5371bb813ca665329',1,'GpgFrontend::GenKeyInfo']]], - ['setnonpassphrase_1505',['SetNonPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a864407216cbdbef9e7b35e6be694d3ef',1,'GpgFrontend::GenKeyInfo']]], - ['setobjectinchannel_1506',['SetObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#a8da5e914fe1469681a0caec2542428d8',1,'GpgFrontend::SingletonStorage']]], - ['setownertrustlevel_1507',['SetOwnerTrustLevel',['../classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel.html#a635e1ca7837abb556ffa589d52d8ce42',1,'GpgFrontend::UI::SetOwnerTrustLevel::SetOwnerTrustLevel()'],['../classGpgFrontend_1_1GpgKeyManager.html#a5fa56401416872cd4ed741830b72041b',1,'GpgFrontend::GpgKeyManager::SetOwnerTrustLevel()']]], - ['setpassphrase_1508',['SetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a0499b0e924ff9d63361b744ead83fc40',1,'GpgFrontend::GenKeyInfo']]], - ['setprimaryuid_1509',['SetPrimaryUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a5a591f82d024b0383c1445acad99d8ee',1,'GpgFrontend::GpgUIDOperator']]], + ['safelyrun_1467',['SafelyRun',['../classGpgFrontend_1_1Thread_1_1Task.html#a3983635b9bcb8d7ec84d97109dddacec',1,'GpgFrontend::Thread::Task']]], + ['save_5ffile_1468',['save_file',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf',1,'GpgFrontend::UI::TextEdit']]], + ['savecache_1469',['SaveCache',['../classGpgFrontend_1_1CacheManager.html#ac7e6ac02327d98eff60817bde774b872',1,'GpgFrontend::CacheManager']]], + ['savedurablecache_1470',['SaveDurableCache',['../classGpgFrontend_1_1CacheManager.html#ac000be202e836c85f505f8d9808e0f89',1,'GpgFrontend::CacheManager']]], + ['securemalloc_1471',['SecureMalloc',['../namespaceGpgFrontend.html#afd01101bc53f022b7d4790c6855762c4',1,'GpgFrontend']]], + ['securemallocastype_1472',['SecureMallocAsType',['../namespaceGpgFrontend.html#a398baf5153c1eb3534729d11edb01f9c',1,'GpgFrontend']]], + ['securerealloc_1473',['SecureRealloc',['../namespaceGpgFrontend.html#a5e86f89a31d6514217b74dd1bbc59bfe',1,'GpgFrontend']]], + ['securereallocastype_1474',['SecureReallocAsType',['../namespaceGpgFrontend.html#aa639da20e2329c4471ab5612325aef53',1,'GpgFrontend']]], + ['selectionchanged_1475',['selectionChanged',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a710ca837224c645182f44eea0d6bb0f0',1,'GpgFrontend::UI::FileTreeView']]], + ['set_5fbackground_1476',['set_background',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a0c531f2c673caed29225a323e750205f',1,'GpgFrontend::UI::FindWidget']]], + ['set_5floading_1477',['set_loading',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ad4a75da57fa18bfcfaeb7fc601f1c8f6',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['set_5fmessage_1478',['set_message',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ab93fbf5e0626bffe398f5baa2bc00b1a',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['set_5fsettings_1479',['set_settings',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a6eeca78f12b49f095610d762d4cf7d7e',1,'GpgFrontend::UI::GnuPGControllerDialog']]], + ['set_5fsignal_5fslot_1480',['set_signal_slot',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a90900b67eceb2d16af5de27f9f038f7f',1,'GpgFrontend::UI::SubkeyGenerateDialog::set_signal_slot()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa36de61cedb98f919f10e35d4e6b5146',1,'GpgFrontend::UI::KeyGenDialog::set_signal_slot()']]], + ['setalgo_1481',['SetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a438c9bd77727a93961109a8492673fe5',1,'GpgFrontend::GenKeyInfo']]], + ['setallowauthentication_1482',['SetAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aac51d251682ed1bc1090416ebfeba4de',1,'GpgFrontend::GenKeyInfo']]], + ['setallowcertification_1483',['SetAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ac5f52f74566618c71a29bdc5e70fce2e',1,'GpgFrontend::GenKeyInfo']]], + ['setallowencryption_1484',['SetAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a965014232f6de22c6d33320231ca4454',1,'GpgFrontend::GenKeyInfo']]], + ['setallowsigning_1485',['SetAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a1a01518b24d40d95e187ef73f4dcd52a',1,'GpgFrontend::GenKeyInfo']]], + ['setcachevalue_1486',['SetCacheValue',['../namespaceGpgFrontend.html#a026a59b2fb217146cfcc4ca2b108d455',1,'GpgFrontend']]], + ['setchannel_1487',['SetChannel',['../classGpgFrontend_1_1ChannelObject.html#aa3b19cad6d873b314bba32a3dae85f09',1,'GpgFrontend::ChannelObject']]], + ['setchecked_1488',['SetChecked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a68b595a2bb83dfafa61b3e467dd15689',1,'GpgFrontend::UI::KeyList::SetChecked(KeyIdArgsListPtr key_ids)'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ab0182646beb01850779260b3772bd8fe',1,'GpgFrontend::UI::KeyList::SetChecked(const KeyIdArgsListPtr &keyIds, const KeyTable &key_table)'],['../structGpgFrontend_1_1UI_1_1KeyTable.html#ae0713ebbc21e78995db9a856d746fe6c',1,'GpgFrontend::UI::KeyTable::SetChecked()']]], + ['setcolumnwidth_1489',['SetColumnWidth',['../classGpgFrontend_1_1UI_1_1KeyList.html#aab3f4facfc850e7eeb917571ca89f4a5',1,'GpgFrontend::UI::KeyList']]], + ['setcomment_1490',['SetComment',['../classGpgFrontend_1_1GenKeyInfo.html#a0d498db9a8249db8b7e1742065a82c42',1,'GpgFrontend::GenKeyInfo']]], + ['setdefaultloglevel_1491',['SetDefaultLogLevel',['../namespaceGpgFrontend.html#ad5b2890d3b26624800fa482d23f0e48d',1,'GpgFrontend']]], + ['setdoubleclickedaction_1492',['SetDoubleClickedAction',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7d75246eee6368be295c9ab5fe5ef291',1,'GpgFrontend::UI::KeyList']]], + ['setemail_1493',['SetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#a6cff6c278089c5e6a646592e87f046b5',1,'GpgFrontend::GenKeyInfo']]], + ['setexpire_1494',['SetExpire',['../classGpgFrontend_1_1GpgKeyManager.html#ab4a61f4a895ddc965a018a851b222dce',1,'GpgFrontend::GpgKeyManager::SetExpire()'],['../classGpgFrontend_1_1GpgKeyOpera.html#a46fcc0675c7015a70a7b2b2517a2b99e',1,'GpgFrontend::GpgKeyOpera::SetExpire()']]], + ['setexpiretime_1495',['SetExpireTime',['../classGpgFrontend_1_1GenKeyInfo.html#a8475c1f419a65055dd659d3b60d4e356',1,'GpgFrontend::GenKeyInfo']]], + ['setextensionofoutputfile_1496',['SetExtensionOfOutputFile',['../namespaceGpgFrontend.html#aacb6d1475346e42afb8e0ea8427bac9a',1,'GpgFrontend']]], + ['setextensionofoutputfileforarchive_1497',['SetExtensionOfOutputFileForArchive',['../namespaceGpgFrontend.html#a4d05b4cdd90b01bb59d887e43df39e69',1,'GpgFrontend']]], + ['setfilepath_1498',['SetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['setinfoboard_1499',['SetInfoBoard',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#ac936cfc8e1b3af65d0d71b74fb3f0b02',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['setissubkey_1500',['SetIsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#acd9f7742b739e1db60bd50489690dec1',1,'GpgFrontend::GenKeyInfo']]], + ['setkeylength_1501',['SetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#ae744395012e4dcb9734ad5a30aa8ed75',1,'GpgFrontend::GenKeyInfo']]], + ['setname_1502',['SetName',['../classGpgFrontend_1_1GenKeyInfo.html#a8f80b74f6ed3183063a46f2cd3bb9172',1,'GpgFrontend::GenKeyInfo']]], + ['setnonexpired_1503',['SetNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#aea247381c21896f5371bb813ca665329',1,'GpgFrontend::GenKeyInfo']]], + ['setnonpassphrase_1504',['SetNonPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a864407216cbdbef9e7b35e6be694d3ef',1,'GpgFrontend::GenKeyInfo']]], + ['setobjectinchannel_1505',['SetObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#a8da5e914fe1469681a0caec2542428d8',1,'GpgFrontend::SingletonStorage']]], + ['setownertrustlevel_1506',['SetOwnerTrustLevel',['../classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel.html#a635e1ca7837abb556ffa589d52d8ce42',1,'GpgFrontend::UI::SetOwnerTrustLevel::SetOwnerTrustLevel()'],['../classGpgFrontend_1_1GpgKeyManager.html#a5fa56401416872cd4ed741830b72041b',1,'GpgFrontend::GpgKeyManager::SetOwnerTrustLevel()']]], + ['setpassphrase_1507',['SetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a0499b0e924ff9d63361b744ead83fc40',1,'GpgFrontend::GenKeyInfo']]], + ['setprimaryuid_1508',['SetPrimaryUID',['../classGpgFrontend_1_1GpgUIDOperator.html#a5a591f82d024b0383c1445acad99d8ee',1,'GpgFrontend::GpgUIDOperator']]], + ['setrtn_1509',['SetRTN',['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#a4f5addc7abfd18e180a5969895f5d83a',1,'GpgFrontend::Thread::Task::Impl']]], ['setrtn_1510',['setRTN',['../classGpgFrontend_1_1Thread_1_1Task.html#a406206b3ecb2bdcff9608d762735c5e4',1,'GpgFrontend::Thread::Task']]], - ['setrtn_1511',['SetRTN',['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#a4f5addc7abfd18e180a5969895f5d83a',1,'GpgFrontend::Thread::Task::Impl']]], - ['setsettings_1512',['SetSettings',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#a2fed39a2657407fcdb37d2431ef28e56',1,'GpgFrontend::UI::AppearanceTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1GeneralTab.html#a7b26d8a088ce8f50b1fd0e719e38534b',1,'GpgFrontend::UI::GeneralTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a221117b56dda48956e44d96a08f6823b',1,'GpgFrontend::UI::KeyserverTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a51cd114731899b6480cc1b6d5a80826a',1,'GpgFrontend::UI::NetworkTab::SetSettings()']]], - ['setsigners_1513',['SetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#aba9f6442dadcba29994d6680a4a0a8d6',1,'GpgFrontend::GpgBasicOperator']]], - ['setstatus_1514',['setStatus',['../classGpgFrontend_1_1GpgResultAnalyse.html#a034b7e5ccf50f9d89ac9597cd5c84efc',1,'GpgFrontend::GpgResultAnalyse']]], - ['settingsdialog_1515',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc',1,'GpgFrontend::UI::SettingsDialog']]], - ['settingsobject_1516',['SettingsObject',['../classGpgFrontend_1_1SettingsObject.html#ac635cfd808cf15e9ff89cfc1c01d9b08',1,'GpgFrontend::SettingsObject::SettingsObject(QString settings_name)'],['../classGpgFrontend_1_1SettingsObject.html#acb60d62227d0a0f7ce7aa6d5fd925504',1,'GpgFrontend::SettingsObject::SettingsObject(QJsonObject sub_json)']]], - ['show_5fverify_5fdetails_1517',['show_verify_details',['../namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281',1,'GpgFrontend::UI']]], - ['showevent_1518',['showEvent',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab799cd5e07b06a8e953d72105c0a1083',1,'GpgFrontend::UI::AboutDialog']]], - ['shownotificationwidget_1519',['ShowNotificationWidget',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['shutdownglobalbasicalenv_1520',['ShutdownGlobalBasicalEnv',['../namespaceGpgFrontend.html#a3ad5659719d261ea3142c2baa60d40ff',1,'GpgFrontend']]], - ['shutdowngpgfrontendmodules_1521',['ShutdownGpgFrontendModules',['../namespaceGpgFrontend_1_1Module.html#a25a2b6107e70c76ab0731f2685d94745',1,'GpgFrontend::Module']]], - ['sign_1522',['Sign',['../classGpgFrontend_1_1GpgBasicOperator.html#a8c52574f86bd8452a578143e08c7254b',1,'GpgFrontend::GpgBasicOperator']]], - ['signaldeeprestartneeded_1523',['SignalDeepRestartNeeded',['../classGpgFrontend_1_1UI_1_1GeneralTab.html#afc107d56f13000aa28436a5e26a0876b',1,'GpgFrontend::UI::GeneralTab']]], - ['signalkeydatabaserefreshdone_1524',['SignalKeyDatabaseRefreshDone',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28',1,'GpgFrontend::UI::CommonUtils']]], - ['signalkeyserverimportresult_1525',['SignalKeyServerImportResult',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a857152c19538b833f8945e2e68c6fe1b',1,'GpgFrontend::UI::KeyServerImportTask']]], - ['signalkeyserverlisttestresult_1526',['SignalKeyServerListTestResult',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a20f0147d670be7ab5c9d3051a900f508',1,'GpgFrontend::UI::ListedKeyServerTestTask']]], - ['signalkeyserversearchresult_1527',['SignalKeyServerSearchResult',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#ae478130476c95a8b220c3b0e6a7b88b4',1,'GpgFrontend::UI::KeyServerSearchTask']]], - ['signalmainwindowlupdatebasicaloperamenu_1528',['SignalMainWindowlUpdateBasicalOperaMenu',['../classGpgFrontend_1_1UI_1_1FilePage.html#adadebdebea3d4d8ced7aacc17b617627',1,'GpgFrontend::UI::FilePage']]], - ['signalopenhelp_1529',['SignalOpenHelp',['../classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb',1,'GpgFrontend::UI::Wizard']]], - ['signalpathchanged_1530',['SignalPathChanged',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a4a02715e876d9a36b4bbdf505d8ad8a2',1,'GpgFrontend::UI::FileTreeView::SignalPathChanged()'],['../classGpgFrontend_1_1UI_1_1FilePage.html#af4462f25386ff65594ab0de771cb45c5',1,'GpgFrontend::UI::FilePage::SignalPathChanged()']]], - ['signalproxyconnectiontestresult_1531',['SignalProxyConnectionTestResult',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a31cd14d72c6c28c811c9183f118f5873',1,'GpgFrontend::UI::ProxyConnectionTestTask']]], - ['signalrefreshinfoboard_1532',['SignalRefreshInfoBoard',['../classGpgFrontend_1_1UI_1_1FilePage.html#a8c24032167f81c86770c216c3831da57',1,'GpgFrontend::UI::FilePage::SignalRefreshInfoBoard()'],['../classGpgFrontend_1_1UI_1_1UISignalStation.html#a1952bc7608f4449afd2c0f0e169a0007',1,'GpgFrontend::UI::UISignalStation::SignalRefreshInfoBoard()']]], - ['signalrefreshstatusbar_1533',['SignalRefreshStatusBar',['../classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a',1,'GpgFrontend::UI::KeyList::SignalRefreshStatusBar()'],['../classGpgFrontend_1_1UI_1_1UISignalStation.html#a28d70bad814ed795ba47e4daf2917e19',1,'GpgFrontend::UI::UISignalStation::SignalRefreshStatusBar()']]], - ['signalreplyfromupdateserver_1534',['SignalReplyFromUpdateServer',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95',1,'GpgFrontend::UI::UpdateTab']]], - ['signalrestartneeded_1535',['SignalRestartNeeded',['../classGpgFrontend_1_1UI_1_1GeneralTab.html#aa88ccbda61728be6de0aa2d9b92e0b69',1,'GpgFrontend::UI::GeneralTab::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#af5ba6646af45d0d1d794bc52ee54b1b9',1,'GpgFrontend::UI::SettingsDialog::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a35a707865fbcc95b6261e382a6ff171c',1,'GpgFrontend::UI::GnuPGControllerDialog::SignalRestartNeeded()']]], - ['signalrestartneeded_1536',['signalRestartNeeded',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#abff49b636449815a9ebff52f5c067712',1,'GpgFrontend::UI::AppearanceTab']]], - ['signalrestartneeded_1537',['SignalRestartNeeded',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a26449a77844d9db69a543ff88f10e347',1,'GpgFrontend::UI::KeyserverTab']]], - ['signaluibytesdisplayed_1538',['SignalUIBytesDisplayed',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['signalupgradeversion_1539',['SignalUpgradeVersion',['../classVersionCheckTask.html#a017130179e7d18f361d112b9ad3d7462',1,'VersionCheckTask']]], - ['signerspicker_1540',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb',1,'GpgFrontend::UI::SignersPicker']]], - ['signfile_1541',['SignFile',['../classGpgFrontend_1_1GpgFileOpera.html#acbbc57156fd7aa984489a2397b942fef',1,'GpgFrontend::GpgFileOpera']]], - ['signfilesync_1542',['SignFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#a247db95aa42991f6772f2404e81e822d',1,'GpgFrontend::GpgFileOpera']]], - ['signkey_1543',['SignKey',['../classGpgFrontend_1_1GpgKeyManager.html#ab5e56b3a2161f3251666c988d7eaa929',1,'GpgFrontend::GpgKeyManager']]], - ['signsync_1544',['SignSync',['../classGpgFrontend_1_1GpgBasicOperator.html#aec37726d1386dcca7a75e1f2706bad77',1,'GpgFrontend::GpgBasicOperator']]], - ['singletonfunctionobject_1545',['SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html#a194e49b07d46345bdad386505d743a61',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const SingletonFunctionObject< T > &)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aabc5fe8e5a372ac276a265286457cb9a',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(T &&)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a4aa7f1eb1d3281bb1fccfcbb1b416251',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(int channel)'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a02e76b42ab51d77588b01c7508bed258',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject()=default'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a7090636bed6f4bad5b99f28f6872c645',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const T &)=delete']]], - ['slot_5factivated_5fkey_5ftype_1546',['slot_activated_key_type',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a52a0aadc9b1e80bdcaaf1ad9d8997957',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_activated_key_type()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab8f04b046abb56d53bdbe67838b84fdc',1,'GpgFrontend::UI::KeyGenDialog::slot_activated_key_type()']]], - ['slot_5fadd_5fpgp_5fheader_1547',['slot_add_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fadd_5fuid_5fresult_1548',['slot_add_uid_result',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['slot_5fappend_5fselected_5fkeys_1549',['slot_append_selected_keys',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fauthentication_5fbox_5fchanged_1550',['slot_authentication_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a13229f07ef0ed594357df1918af50d3d',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_authentication_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a904d5e72a1946382ddfca80dc57c4db5',1,'GpgFrontend::UI::KeyGenDialog::slot_authentication_box_changed()']]], - ['slot_5fcertification_5fbox_5fchanged_1551',['slot_certification_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8ab50d8f47489c57e382b3fe231ba9a7',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_certification_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a48e953cd49efde2315868e8606af7226',1,'GpgFrontend::UI::KeyGenDialog::slot_certification_box_changed()']]], - ['slot_5fclean_5fdouble_5fline_5fbreaks_1552',['slot_clean_double_line_breaks',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fcompress_5ffiles_1553',['slot_compress_files',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a4e4c6474f46750c5e78cbd10ce6c2cc1',1,'GpgFrontend::UI::FileTreeView']]], - ['slot_5fcopy_5fdefault_5fuid_5fto_5fclipboard_1554',['slot_copy_default_uid_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3982432b140738859415e487e2c5f5eb',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fcopy_5ffingerprint_1555',['slot_copy_fingerprint',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['slot_5fcopy_5fkey_5fid_5fto_5fclipboard_1556',['slot_copy_key_id_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9e2ddb2135df42d76134bea168fbdce9',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fcopy_5fmail_5faddress_5fto_5fclipboard_1557',['slot_copy_mail_address_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fcreate_5fnew_5fuid_1558',['slot_create_new_uid',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c',1,'GpgFrontend::UI::KeyNewUIDDialog']]], - ['slot_5fcreate_5fpopup_5fmenu_1559',['slot_create_popup_menu',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#ac45715a8e6e67f1221a1902ee5d51a44',1,'GpgFrontend::UI::FileTreeView']]], - ['slot_5fcut_5fpgp_5fheader_1560',['slot_cut_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fdisable_5ftab_5factions_1561',['slot_disable_tab_actions',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fdouble_5fclicked_1562',['slot_double_clicked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e',1,'GpgFrontend::UI::KeyList']]], - ['slot_5fencryption_5fbox_5fchanged_1563',['slot_encryption_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a1f4dda7500b3de7476e5d1e7bd5b550b',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_encryption_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f',1,'GpgFrontend::UI::KeyGenDialog::slot_encryption_box_changed()']]], - ['slot_5fexpire_5fbox_5fchanged_1564',['slot_expire_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a49d9f3bb2cfb17eb39dcd4dc0385234e',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_expire_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a516aa59c71a9ddf06c51e93252e93b76',1,'GpgFrontend::UI::KeyGenDialog::slot_expire_box_changed()']]], - ['slot_5fexport_5fprivate_5fkey_1565',['slot_export_private_key',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab',1,'GpgFrontend::UI::KeyPairOperaTab']]], - ['slot_5ffile_5ftree_5fview_5fitem_5fdouble_5fclicked_1566',['slot_file_tree_view_item_double_clicked',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a3f3f0feea01ce05304e48110d2f33af0',1,'GpgFrontend::UI::FileTreeView']]], - ['slot_5ffind_1567',['slot_find',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fformat_5fgpg_5fheader_1568',['slot_format_gpg_header',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['slot_5fimport_1569',['slot_import',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['slot_5fimport_5ffinished_1570',['slot_import_finished',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a236935d77e2b2a17ee66798c490f1361',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['slot_5fimport_5fkey_5ffrom_5fedit_1571',['slot_import_key_from_edit',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5finsert_5ftext_1572',['slot_insert_text',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a184985104f23da8fdf2b9aaf7b27405b',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['slot_5fjump_5fpage_1573',['slot_jump_page',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b',1,'GpgFrontend::UI::ChoosePage']]], - ['slot_5fkey_5fgen_5faccept_1574',['slot_key_gen_accept',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#af1f7a62dcb024513453766ee8816d514',1,'GpgFrontend::UI::KeyGenDialog::slot_key_gen_accept()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aab426dec4b4655b215b09b490e05ad05',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_key_gen_accept()']]], - ['slot_5fnon_5fexpired_5fchecked_1575',['slot_non_expired_checked',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274',1,'GpgFrontend::UI::KeySetExpireDateDialog']]], - ['slot_5fopen_5ffile_5ftab_1576',['slot_open_file_tab',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fopen_5fkey_5fmanagement_1577',['slot_open_key_management',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fopen_5fsettings_5fdialog_1578',['slot_open_settings_dialog',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fopen_5furl_1579',['slot_open_url',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99',1,'GpgFrontend::UI::HelpPage']]], - ['slot_5fprocess_5fnetwork_5freply_1580',['slot_process_network_reply',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a612eabb08138bed927bdd845d0fdd3e6',1,'GpgFrontend::UI::ProxyConnectionTestTask::slot_process_network_reply()'],['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#af9350e0a8d5993e5be0a5478fcb161be',1,'GpgFrontend::UI::ListedKeyServerTestTask::slot_process_network_reply()']]], - ['slot_5fremove_5ftab_1581',['slot_remove_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42',1,'GpgFrontend::UI::TextEdit']]], - ['slot_5fsave_5fstatus_5fto_5fcache_5ffor_5frevovery_1582',['slot_save_status_to_cache_for_revovery',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a1bf57ebe1e32b12c48bb633b7dd7a4f1',1,'GpgFrontend::UI::TextEdit']]], - ['slot_5fset_5frestart_5fneeded_1583',['slot_set_restart_needed',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a2bb963a14733cf9b99736b6624c09d83',1,'GpgFrontend::UI::GnuPGControllerDialog::slot_set_restart_needed()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#acc6b4386de554fce6fbb60ac6d201952',1,'GpgFrontend::UI::SettingsDialog::slot_set_restart_needed()']]], - ['slot_5fshow_5fcustom_5fcontext_5fmenu_1584',['slot_show_custom_context_menu',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a626b131b432c29f162aa9a47fd9f67f7',1,'GpgFrontend::UI::FileTreeView']]], - ['slot_5fshow_5fkey_5fdetails_1585',['slot_show_key_details',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fshow_5fversion_5fstatus_1586',['slot_show_version_status',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a29a504b9657b0f553b7c5a6997892a24',1,'GpgFrontend::UI::UpdateTab']]], - ['slot_5fsign_5fkey_1587',['slot_sign_key',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43',1,'GpgFrontend::UI::KeyUIDSignDialog']]], - ['slot_5fsigning_5fbox_5fchanged_1588',['slot_signing_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03b7fe3e34147e404ca3ca6a0aa80cfc',1,'GpgFrontend::UI::KeyGenDialog::slot_signing_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aedef4e8784c8a3edb06b0f2821500552',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_signing_box_changed()']]], - ['slot_5fstart_5fwizard_1589',['slot_start_wizard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be',1,'GpgFrontend::UI::MainWindow']]], - ['slot_5fupdate_5fkey_5fstatus_1590',['slot_update_key_status',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e',1,'GpgFrontend::UI::CommonUtils']]], - ['slot_5fupload_5fkey_5fto_5fserver_1591',['slot_upload_key_to_server',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#ae72c3bbd04e1bfbf142d806d50bbe617',1,'GpgFrontend::UI::KeyUploadDialog']]], - ['slot_5fversion_5fupgrade_5fnofity_1592',['slot_version_upgrade_nofity',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2af52ff72325fc4c4d50aefc496100cd',1,'GpgFrontend::UI::MainWindow']]], - ['slotappendtext2curtextpage_1593',['SlotAppendText2CurTextPage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae9ffb1f027ce05737e77add66bd1540f',1,'GpgFrontend::UI::TextEdit']]], - ['slotarchivedecrypt_1594',['SlotArchiveDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aba7c5572c2736701cc5799776876bbdd',1,'GpgFrontend::UI::MainWindow']]], - ['slotarchivedecryptverify_1595',['SlotArchiveDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8ee995b7d1a21ebaab2333a5e79ae77c',1,'GpgFrontend::UI::MainWindow']]], - ['slotclosetab_1596',['SlotCloseTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b',1,'GpgFrontend::UI::TextEdit']]], - ['slotcopy_1597',['SlotCopy',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780',1,'GpgFrontend::UI::TextEdit']]], - ['slotcurpagefiletreeview_1598',['SlotCurPageFileTreeView',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9',1,'GpgFrontend::UI::TextEdit']]], - ['slotcurpagetextedit_1599',['SlotCurPageTextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1',1,'GpgFrontend::UI::TextEdit']]], - ['slotcut_1600',['SlotCut',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162',1,'GpgFrontend::UI::TextEdit']]], - ['slotdecrypt_1601',['SlotDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3751c475a29a5827a5eea587ffa6abfb',1,'GpgFrontend::UI::MainWindow']]], - ['slotdecryptverify_1602',['SlotDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7d38ca18a8688b5df163157d26a14c72',1,'GpgFrontend::UI::MainWindow']]], - ['slotdirectoryencryptsign_1603',['SlotDirectoryEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af999edaa3ce60ed0303ded5fcd4ed527',1,'GpgFrontend::UI::MainWindow']]], - ['slotencrypt_1604',['SlotEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a07d02cdb29a8101f988e776ceecc49ad',1,'GpgFrontend::UI::MainWindow']]], - ['slotencryptsign_1605',['SlotEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aca691847190c39fe2d41d669b1e686b8',1,'GpgFrontend::UI::MainWindow']]], - ['slotexecutecommand_1606',['SlotExecuteCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a39fbfbc9ab39581330a02d9cb54e6e4d',1,'GpgFrontend::UI::CommonUtils']]], - ['slotexecutegpgcommand_1607',['SlotExecuteGpgCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d',1,'GpgFrontend::UI::CommonUtils']]], - ['slotfiledecrypt_1608',['SlotFileDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a60d82d4da1775ef21284543435a1f421',1,'GpgFrontend::UI::MainWindow']]], - ['slotfiledecryptverify_1609',['SlotFileDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afd80e8d6e6a1acad0cd12e26635cfc22',1,'GpgFrontend::UI::MainWindow']]], - ['slotfileencrypt_1610',['SlotFileEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88c467b5be4712f7d2b16da0e96cd7e9',1,'GpgFrontend::UI::MainWindow']]], - ['slotfileencryptsign_1611',['SlotFileEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afc86384de0913968ab767e930fc9e24f',1,'GpgFrontend::UI::MainWindow']]], - ['slotfilesign_1612',['SlotFileSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa0bb003f2f1209a4e4d10e94e3d5d06d',1,'GpgFrontend::UI::MainWindow']]], - ['slotfileverify_1613',['SlotFileVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea395f8629aef1532bcec3de337fa6ac',1,'GpgFrontend::UI::MainWindow']]], - ['slotfilltexteditwithtext_1614',['SlotFillTextEditWithText',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20',1,'GpgFrontend::UI::TextEdit']]], - ['slotimport_1615',['SlotImport',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a7de2096702baf67f1335ac4fe50cfa38',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(std::vector< QString > key_ids_list, QString keyserver_url)'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(const KeyIdArgsListPtr &keys)']]], - ['slotimportkeyfromclipboard_1616',['SlotImportKeyFromClipboard',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a',1,'GpgFrontend::UI::CommonUtils']]], - ['slotimportkeyfromfile_1617',['SlotImportKeyFromFile',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d',1,'GpgFrontend::UI::CommonUtils']]], - ['slotimportkeyfromkeyserver_1618',['SlotImportKeyFromKeyServer',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a35a47fc31b81b6c4f5899e8ab5c4c51a',1,'GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer(const GpgFrontend::KeyIdArgsList &key_ids, const GpgFrontend::UI::CommonUtils::ImportCallbackFunctiopn &callback)'],['../classGpgFrontend_1_1UI_1_1CommonUtils.html#af1b3538d3119c8564e83c7661f73f6ea',1,'GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer(QWidget *parent)']]], - ['slotimportkeys_1619',['SlotImportKeys',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ae730cf0ee73379186f082f29a90a2f94',1,'GpgFrontend::UI::CommonUtils']]], - ['slotnewfiletab_1620',['SlotNewFileTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a1859df6906160400710accb0481d6b0c',1,'GpgFrontend::UI::TextEdit']]], - ['slotnewhelptab_1621',['slotNewHelpTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4',1,'GpgFrontend::UI::TextEdit']]], - ['slotnewtab_1622',['SlotNewTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c',1,'GpgFrontend::UI::TextEdit']]], - ['slotopen_1623',['SlotOpen',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb',1,'GpgFrontend::UI::TextEdit']]], - ['slotopenfile_1624',['SlotOpenFile',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad344606cf3c665fc73a3c0dd10a44310',1,'GpgFrontend::UI::MainWindow::SlotOpenFile()'],['../classGpgFrontend_1_1UI_1_1TextEdit.html#a60c73cc66a48a38c13e7890de49e86c3',1,'GpgFrontend::UI::TextEdit::SlotOpenFile(const QString &path)']]], - ['slotpaste_1625',['SlotPaste',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9',1,'GpgFrontend::UI::TextEdit']]], - ['slotprint_1626',['SlotPrint',['../classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224',1,'GpgFrontend::UI::TextEdit']]], - ['slotquote_1627',['SlotQuote',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee',1,'GpgFrontend::UI::TextEdit']]], - ['slotraisepinentry_1628',['SlotRaisePinentry',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abf4b09c9bc6242630c066eb7bf4636bf',1,'GpgFrontend::UI::MainWindow']]], - ['slotredo_1629',['SlotRedo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929',1,'GpgFrontend::UI::TextEdit']]], - ['slotrefresh_1630',['SlotRefresh',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['slotsave_1631',['SlotSave',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0',1,'GpgFrontend::UI::TextEdit']]], - ['slotsaveas_1632',['SlotSaveAs',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a306999df608947dc0728d651893b20f6',1,'GpgFrontend::UI::TextEdit']]], - ['slotselectall_1633',['SlotSelectAll',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55',1,'GpgFrontend::UI::TextEdit']]], - ['slotsetrestartneeded_1634',['SlotSetRestartNeeded',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a276e843e2f5eda8934fb350fb6f89327',1,'GpgFrontend::UI::MainWindow']]], - ['slotshowhiddenfile_1635',['SlotShowHiddenFile',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#aed6a2eaa435630ccf7b65da2f09114dd',1,'GpgFrontend::UI::FileTreeView']]], - ['slotshowmodified_1636',['SlotShowModified',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ab24adc1adb3b9b29469992e4c444436e',1,'GpgFrontend::UI::TextEdit']]], - ['slotsign_1637',['SlotSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa2aeef298a7a05fc1b38bad75b62aad8',1,'GpgFrontend::UI::MainWindow']]], - ['slotswitchtabdown_1638',['SlotSwitchTabDown',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474',1,'GpgFrontend::UI::TextEdit']]], - ['slotswitchtabup_1639',['SlotSwitchTabUp',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762',1,'GpgFrontend::UI::TextEdit']]], - ['slotundo_1640',['SlotUndo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5',1,'GpgFrontend::UI::TextEdit']]], - ['slotupdatecryptomenustatus_1641',['SlotUpdateCryptoMenuStatus',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abd5408ca5f908c330a15db24d959f3a5',1,'GpgFrontend::UI::MainWindow']]], - ['slotverify_1642',['SlotVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ac9bf2a20727eb8e727aa2e3ce5c248e5',1,'GpgFrontend::UI::MainWindow']]], - ['startapplication_1643',['StartApplication',['../namespaceGpgFrontend.html#abca29d455373e3278486ed20c4a63b6e',1,'GpgFrontend']]], - ['startdirmngr_1644',['StartDirmngr',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a7687d84063c6c1d9d8bc11c617085530',1,'GpgFrontend::GpgAdvancedOperator']]], - ['startgpgagent_1645',['StartGpgAgent',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a4af186d06b01ce998e51a42e39e01c86',1,'GpgFrontend::GpgAdvancedOperator']]], - ['startkeyboxd_1646',['StartKeyBoxd',['../classGpgFrontend_1_1GpgAdvancedOperator.html#ae2b097912eb2c9d97da859c45e7a5bac',1,'GpgFrontend::GpgAdvancedOperator']]], - ['stripped_5fname_1647',['stripped_name',['../classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb',1,'GpgFrontend::UI::TextEdit']]], - ['subkeygeneratedialog_1648',['SubkeyGenerateDialog',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8f9d8baa7b576a4aa857818b87c26bcd',1,'GpgFrontend::UI::SubkeyGenerateDialog']]], - ['switch_5fui_5fenabled_1649',['switch_ui_enabled',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513',1,'GpgFrontend::UI::NetworkTab']]], - ['switch_5fui_5fproxy_5ftype_1650',['switch_ui_proxy_type',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd',1,'GpgFrontend::UI::NetworkTab']]] + ['setsettings_1511',['SetSettings',['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#a2fed39a2657407fcdb37d2431ef28e56',1,'GpgFrontend::UI::AppearanceTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1GeneralTab.html#a7b26d8a088ce8f50b1fd0e719e38534b',1,'GpgFrontend::UI::GeneralTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a221117b56dda48956e44d96a08f6823b',1,'GpgFrontend::UI::KeyserverTab::SetSettings()'],['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a51cd114731899b6480cc1b6d5a80826a',1,'GpgFrontend::UI::NetworkTab::SetSettings()']]], + ['setsigners_1512',['SetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#aba9f6442dadcba29994d6680a4a0a8d6',1,'GpgFrontend::GpgBasicOperator']]], + ['setstatus_1513',['setStatus',['../classGpgFrontend_1_1GpgResultAnalyse.html#a034b7e5ccf50f9d89ac9597cd5c84efc',1,'GpgFrontend::GpgResultAnalyse']]], + ['settingsdialog_1514',['SettingsDialog',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc',1,'GpgFrontend::UI::SettingsDialog']]], + ['settingsobject_1515',['SettingsObject',['../classGpgFrontend_1_1SettingsObject.html#ac635cfd808cf15e9ff89cfc1c01d9b08',1,'GpgFrontend::SettingsObject::SettingsObject(QString settings_name)'],['../classGpgFrontend_1_1SettingsObject.html#acb60d62227d0a0f7ce7aa6d5fd925504',1,'GpgFrontend::SettingsObject::SettingsObject(QJsonObject sub_json)']]], + ['show_5fverify_5fdetails_1516',['show_verify_details',['../namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281',1,'GpgFrontend::UI']]], + ['showevent_1517',['showEvent',['../classGpgFrontend_1_1UI_1_1AboutDialog.html#ab799cd5e07b06a8e953d72105c0a1083',1,'GpgFrontend::UI::AboutDialog']]], + ['shownotificationwidget_1518',['ShowNotificationWidget',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['shutdownglobalbasicenv_1519',['ShutdownGlobalBasicEnv',['../namespaceGpgFrontend.html#a89c5fed8586b3f380fecc2040b42e344',1,'GpgFrontend']]], + ['shutdowngpgfrontendmodules_1520',['ShutdownGpgFrontendModules',['../namespaceGpgFrontend_1_1Module.html#a25a2b6107e70c76ab0731f2685d94745',1,'GpgFrontend::Module']]], + ['sign_1521',['Sign',['../classGpgFrontend_1_1GpgBasicOperator.html#a8c52574f86bd8452a578143e08c7254b',1,'GpgFrontend::GpgBasicOperator']]], + ['signaldeeprestartneeded_1522',['SignalDeepRestartNeeded',['../classGpgFrontend_1_1UI_1_1GeneralTab.html#ad5e1b6106ce724bfc7e3c76aeb6aa4e2',1,'GpgFrontend::UI::GeneralTab']]], + ['signalkeydatabaserefreshdone_1523',['SignalKeyDatabaseRefreshDone',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a1abc83bba95579aa94d0870181991a28',1,'GpgFrontend::UI::CommonUtils']]], + ['signalkeyserverimportresult_1524',['SignalKeyServerImportResult',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a857152c19538b833f8945e2e68c6fe1b',1,'GpgFrontend::UI::KeyServerImportTask']]], + ['signalkeyserverlisttestresult_1525',['SignalKeyServerListTestResult',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a20f0147d670be7ab5c9d3051a900f508',1,'GpgFrontend::UI::ListedKeyServerTestTask']]], + ['signalkeyserversearchresult_1526',['SignalKeyServerSearchResult',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#ae478130476c95a8b220c3b0e6a7b88b4',1,'GpgFrontend::UI::KeyServerSearchTask']]], + ['signalmainwindowlupdatebasicaloperamenu_1527',['SignalMainWindowlUpdateBasicalOperaMenu',['../classGpgFrontend_1_1UI_1_1FilePage.html#adadebdebea3d4d8ced7aacc17b617627',1,'GpgFrontend::UI::FilePage']]], + ['signalopenhelp_1528',['SignalOpenHelp',['../classGpgFrontend_1_1UI_1_1Wizard.html#a8b5f5ddb1e6470cbf6c87cc6400031fb',1,'GpgFrontend::UI::Wizard']]], + ['signalpathchanged_1529',['SignalPathChanged',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a4a02715e876d9a36b4bbdf505d8ad8a2',1,'GpgFrontend::UI::FileTreeView::SignalPathChanged()'],['../classGpgFrontend_1_1UI_1_1FilePage.html#af4462f25386ff65594ab0de771cb45c5',1,'GpgFrontend::UI::FilePage::SignalPathChanged()']]], + ['signalproxyconnectiontestresult_1530',['SignalProxyConnectionTestResult',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a31cd14d72c6c28c811c9183f118f5873',1,'GpgFrontend::UI::ProxyConnectionTestTask']]], + ['signalrefreshinfoboard_1531',['SignalRefreshInfoBoard',['../classGpgFrontend_1_1UI_1_1FilePage.html#a8c24032167f81c86770c216c3831da57',1,'GpgFrontend::UI::FilePage::SignalRefreshInfoBoard()'],['../classGpgFrontend_1_1UI_1_1UISignalStation.html#a1952bc7608f4449afd2c0f0e169a0007',1,'GpgFrontend::UI::UISignalStation::SignalRefreshInfoBoard()']]], + ['signalrefreshstatusbar_1532',['SignalRefreshStatusBar',['../classGpgFrontend_1_1UI_1_1KeyList.html#a947f4ce45285b58bbde94f4ae879ff7a',1,'GpgFrontend::UI::KeyList::SignalRefreshStatusBar()'],['../classGpgFrontend_1_1UI_1_1UISignalStation.html#a28d70bad814ed795ba47e4daf2917e19',1,'GpgFrontend::UI::UISignalStation::SignalRefreshStatusBar()']]], + ['signalreplyfromupdateserver_1533',['SignalReplyFromUpdateServer',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a5e752e01539ccfdc6bbe41a404ddaa95',1,'GpgFrontend::UI::UpdateTab']]], + ['signalrestartneeded_1534',['SignalRestartNeeded',['../classGpgFrontend_1_1UI_1_1GeneralTab.html#a801f851aada5ac2e9b11f969b7e0483e',1,'GpgFrontend::UI::GeneralTab::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#af5ba6646af45d0d1d794bc52ee54b1b9',1,'GpgFrontend::UI::SettingsDialog::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1AppearanceTab.html#a0604a8cc86cb6aec7d35e71438d87c9a',1,'GpgFrontend::UI::AppearanceTab::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a35a707865fbcc95b6261e382a6ff171c',1,'GpgFrontend::UI::GnuPGControllerDialog::SignalRestartNeeded()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a26449a77844d9db69a543ff88f10e347',1,'GpgFrontend::UI::KeyserverTab::SignalRestartNeeded()']]], + ['signaluibytesdisplayed_1535',['SignalUIBytesDisplayed',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#afd3749488fdd3d1c53446fb8c833f3f4',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['signalupgradeversion_1536',['SignalUpgradeVersion',['../classVersionCheckTask.html#a017130179e7d18f361d112b9ad3d7462',1,'VersionCheckTask']]], + ['signerspicker_1537',['SignersPicker',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a02c3ba737702894fc6d4ac1a1c543ccb',1,'GpgFrontend::UI::SignersPicker']]], + ['signfile_1538',['SignFile',['../classGpgFrontend_1_1GpgFileOpera.html#acbbc57156fd7aa984489a2397b942fef',1,'GpgFrontend::GpgFileOpera']]], + ['signfilesync_1539',['SignFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#a247db95aa42991f6772f2404e81e822d',1,'GpgFrontend::GpgFileOpera']]], + ['signkey_1540',['SignKey',['../classGpgFrontend_1_1GpgKeyManager.html#ab5e56b3a2161f3251666c988d7eaa929',1,'GpgFrontend::GpgKeyManager']]], + ['signsync_1541',['SignSync',['../classGpgFrontend_1_1GpgBasicOperator.html#aec37726d1386dcca7a75e1f2706bad77',1,'GpgFrontend::GpgBasicOperator']]], + ['singletonfunctionobject_1542',['SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html#a194e49b07d46345bdad386505d743a61',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const SingletonFunctionObject< T > &)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aabc5fe8e5a372ac276a265286457cb9a',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(T &&)=delete'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a4aa7f1eb1d3281bb1fccfcbb1b416251',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(int channel)'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a02e76b42ab51d77588b01c7508bed258',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject()=default'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a7090636bed6f4bad5b99f28f6872c645',1,'GpgFrontend::SingletonFunctionObject::SingletonFunctionObject(const T &)=delete']]], + ['slot_5factivated_5fkey_5ftype_1543',['slot_activated_key_type',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a52a0aadc9b1e80bdcaaf1ad9d8997957',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_activated_key_type()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab8f04b046abb56d53bdbe67838b84fdc',1,'GpgFrontend::UI::KeyGenDialog::slot_activated_key_type()']]], + ['slot_5fadd_5fpgp_5fheader_1544',['slot_add_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fadd_5fuid_5fresult_1545',['slot_add_uid_result',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a16f1ae88d6a417b614cfc6ae1852187c',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['slot_5fappend_5fselected_5fkeys_1546',['slot_append_selected_keys',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fauthentication_5fbox_5fchanged_1547',['slot_authentication_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a13229f07ef0ed594357df1918af50d3d',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_authentication_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a904d5e72a1946382ddfca80dc57c4db5',1,'GpgFrontend::UI::KeyGenDialog::slot_authentication_box_changed()']]], + ['slot_5fcertification_5fbox_5fchanged_1548',['slot_certification_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8ab50d8f47489c57e382b3fe231ba9a7',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_certification_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a48e953cd49efde2315868e8606af7226',1,'GpgFrontend::UI::KeyGenDialog::slot_certification_box_changed()']]], + ['slot_5fclean_5fdouble_5fline_5fbreaks_1549',['slot_clean_double_line_breaks',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fcompress_5ffiles_1550',['slot_compress_files',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a4e4c6474f46750c5e78cbd10ce6c2cc1',1,'GpgFrontend::UI::FileTreeView']]], + ['slot_5fcopy_5fdefault_5fuid_5fto_5fclipboard_1551',['slot_copy_default_uid_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3982432b140738859415e487e2c5f5eb',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fcopy_5ffingerprint_1552',['slot_copy_fingerprint',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#af8b600fbd7cd0fbb5b6183403bf870b2',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['slot_5fcopy_5fkey_5fid_5fto_5fclipboard_1553',['slot_copy_key_id_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9e2ddb2135df42d76134bea168fbdce9',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fcopy_5fmail_5faddress_5fto_5fclipboard_1554',['slot_copy_mail_address_to_clipboard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fcreate_5fnew_5fuid_1555',['slot_create_new_uid',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a4e115ce46a85c2f9e4e0e2427839fc7c',1,'GpgFrontend::UI::KeyNewUIDDialog']]], + ['slot_5fcreate_5fpopup_5fmenu_1556',['slot_create_popup_menu',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#ac45715a8e6e67f1221a1902ee5d51a44',1,'GpgFrontend::UI::FileTreeView']]], + ['slot_5fcut_5fpgp_5fheader_1557',['slot_cut_pgp_header',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fdisable_5ftab_5factions_1558',['slot_disable_tab_actions',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fdouble_5fclicked_1559',['slot_double_clicked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a69e54f06d546d516a0dcdf1055b8028e',1,'GpgFrontend::UI::KeyList']]], + ['slot_5fencryption_5fbox_5fchanged_1560',['slot_encryption_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a1f4dda7500b3de7476e5d1e7bd5b550b',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_encryption_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae611933ccd6fd67e65a2cf1ff09b5e8f',1,'GpgFrontend::UI::KeyGenDialog::slot_encryption_box_changed()']]], + ['slot_5fexpire_5fbox_5fchanged_1561',['slot_expire_box_changed',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a49d9f3bb2cfb17eb39dcd4dc0385234e',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_expire_box_changed()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a516aa59c71a9ddf06c51e93252e93b76',1,'GpgFrontend::UI::KeyGenDialog::slot_expire_box_changed()']]], + ['slot_5fexport_5fprivate_5fkey_1562',['slot_export_private_key',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a384f4250e58110da58c0e6996b42a8ab',1,'GpgFrontend::UI::KeyPairOperaTab']]], + ['slot_5ffile_5ftree_5fview_5fitem_5fdouble_5fclicked_1563',['slot_file_tree_view_item_double_clicked',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a3f3f0feea01ce05304e48110d2f33af0',1,'GpgFrontend::UI::FileTreeView']]], + ['slot_5ffind_1564',['slot_find',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fformat_5fgpg_5fheader_1565',['slot_format_gpg_header',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a45267bcfc8fc83851894061c0fe2a9c2',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['slot_5fimport_1566',['slot_import',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#ac9c14bbc97945c94fd02c8e067ccab06',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['slot_5fimport_5ffinished_1567',['slot_import_finished',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a236935d77e2b2a17ee66798c490f1361',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['slot_5fimport_5fkey_5ffrom_5fedit_1568',['slot_import_key_from_edit',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5finsert_5ftext_1569',['slot_insert_text',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a184985104f23da8fdf2b9aaf7b27405b',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['slot_5fjump_5fpage_1570',['slot_jump_page',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#af0d7890fe65385b7785719b9cff0718b',1,'GpgFrontend::UI::ChoosePage']]], + ['slot_5fkey_5fgen_5faccept_1571',['slot_key_gen_accept',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#af1f7a62dcb024513453766ee8816d514',1,'GpgFrontend::UI::KeyGenDialog::slot_key_gen_accept()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aab426dec4b4655b215b09b490e05ad05',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_key_gen_accept()']]], + ['slot_5fnon_5fexpired_5fchecked_1572',['slot_non_expired_checked',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#adde2b33bd17f521f0630702987b1d274',1,'GpgFrontend::UI::KeySetExpireDateDialog']]], + ['slot_5fopen_5ffile_5ftab_1573',['slot_open_file_tab',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fopen_5fkey_5fmanagement_1574',['slot_open_key_management',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fopen_5fsettings_5fdialog_1575',['slot_open_settings_dialog',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fopen_5furl_1576',['slot_open_url',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a51ff99077a75507365307f5dd783df99',1,'GpgFrontend::UI::HelpPage']]], + ['slot_5fprocess_5fnetwork_5freply_1577',['slot_process_network_reply',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a612eabb08138bed927bdd845d0fdd3e6',1,'GpgFrontend::UI::ProxyConnectionTestTask::slot_process_network_reply()'],['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#af9350e0a8d5993e5be0a5478fcb161be',1,'GpgFrontend::UI::ListedKeyServerTestTask::slot_process_network_reply()']]], + ['slot_5fremove_5ftab_1578',['slot_remove_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a12f65fbc4984c266a5df4505ecde7c42',1,'GpgFrontend::UI::TextEdit']]], + ['slot_5fsave_5fstatus_5fto_5fcache_5ffor_5frevovery_1579',['slot_save_status_to_cache_for_revovery',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a1bf57ebe1e32b12c48bb633b7dd7a4f1',1,'GpgFrontend::UI::TextEdit']]], + ['slot_5fset_5frestart_5fneeded_1580',['slot_set_restart_needed',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a2bb963a14733cf9b99736b6624c09d83',1,'GpgFrontend::UI::GnuPGControllerDialog']]], + ['slot_5fshow_5fcustom_5fcontext_5fmenu_1581',['slot_show_custom_context_menu',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a626b131b432c29f162aa9a47fd9f67f7',1,'GpgFrontend::UI::FileTreeView']]], + ['slot_5fshow_5fkey_5fdetails_1582',['slot_show_key_details',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fshow_5fversion_5fstatus_1583',['slot_show_version_status',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a29a504b9657b0f553b7c5a6997892a24',1,'GpgFrontend::UI::UpdateTab']]], + ['slot_5fsign_5fkey_1584',['slot_sign_key',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#a82f6bf641ff3b64341a0bdcf76571c43',1,'GpgFrontend::UI::KeyUIDSignDialog']]], + ['slot_5fsigning_5fbox_5fchanged_1585',['slot_signing_box_changed',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03b7fe3e34147e404ca3ca6a0aa80cfc',1,'GpgFrontend::UI::KeyGenDialog::slot_signing_box_changed()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aedef4e8784c8a3edb06b0f2821500552',1,'GpgFrontend::UI::SubkeyGenerateDialog::slot_signing_box_changed()']]], + ['slot_5fstart_5fwizard_1586',['slot_start_wizard',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be',1,'GpgFrontend::UI::MainWindow']]], + ['slot_5fupdate_5fkey_5fstatus_1587',['slot_update_key_status',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ab4ac26378d6a07757720163eb4b1cb0e',1,'GpgFrontend::UI::CommonUtils']]], + ['slot_5fupload_5fkey_5fto_5fserver_1588',['slot_upload_key_to_server',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#ae72c3bbd04e1bfbf142d806d50bbe617',1,'GpgFrontend::UI::KeyUploadDialog']]], + ['slot_5fversion_5fupgrade_5fnotify_1589',['slot_version_upgrade_notify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af943d62a7aeb866bed2a3f50cd9bb565',1,'GpgFrontend::UI::MainWindow']]], + ['slotappendtext2curtextpage_1590',['SlotAppendText2CurTextPage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae9ffb1f027ce05737e77add66bd1540f',1,'GpgFrontend::UI::TextEdit']]], + ['slotarchivedecrypt_1591',['SlotArchiveDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aba7c5572c2736701cc5799776876bbdd',1,'GpgFrontend::UI::MainWindow']]], + ['slotarchivedecryptverify_1592',['SlotArchiveDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8ee995b7d1a21ebaab2333a5e79ae77c',1,'GpgFrontend::UI::MainWindow']]], + ['slotclosetab_1593',['SlotCloseTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b',1,'GpgFrontend::UI::TextEdit']]], + ['slotcopy_1594',['SlotCopy',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780',1,'GpgFrontend::UI::TextEdit']]], + ['slotcurpagefiletreeview_1595',['SlotCurPageFileTreeView',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72014409d407c161b048e07c061b4cf9',1,'GpgFrontend::UI::TextEdit']]], + ['slotcurpagetextedit_1596',['SlotCurPageTextEdit',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1',1,'GpgFrontend::UI::TextEdit']]], + ['slotcut_1597',['SlotCut',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae1e710c6722910b8d35df97aaabb3162',1,'GpgFrontend::UI::TextEdit']]], + ['slotdecrypt_1598',['SlotDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3751c475a29a5827a5eea587ffa6abfb',1,'GpgFrontend::UI::MainWindow']]], + ['slotdecryptverify_1599',['SlotDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7d38ca18a8688b5df163157d26a14c72',1,'GpgFrontend::UI::MainWindow']]], + ['slotdirectoryencryptsign_1600',['SlotDirectoryEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af999edaa3ce60ed0303ded5fcd4ed527',1,'GpgFrontend::UI::MainWindow']]], + ['slotencrypt_1601',['SlotEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a07d02cdb29a8101f988e776ceecc49ad',1,'GpgFrontend::UI::MainWindow']]], + ['slotencryptsign_1602',['SlotEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aca691847190c39fe2d41d669b1e686b8',1,'GpgFrontend::UI::MainWindow']]], + ['slotexecutecommand_1603',['SlotExecuteCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a39fbfbc9ab39581330a02d9cb54e6e4d',1,'GpgFrontend::UI::CommonUtils']]], + ['slotexecutegpgcommand_1604',['SlotExecuteGpgCommand',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#afc845c1c37487c99f78d8e66f6874f6d',1,'GpgFrontend::UI::CommonUtils']]], + ['slotfiledecrypt_1605',['SlotFileDecrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a60d82d4da1775ef21284543435a1f421',1,'GpgFrontend::UI::MainWindow']]], + ['slotfiledecryptverify_1606',['SlotFileDecryptVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afd80e8d6e6a1acad0cd12e26635cfc22',1,'GpgFrontend::UI::MainWindow']]], + ['slotfileencrypt_1607',['SlotFileEncrypt',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88c467b5be4712f7d2b16da0e96cd7e9',1,'GpgFrontend::UI::MainWindow']]], + ['slotfileencryptsign_1608',['SlotFileEncryptSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afc86384de0913968ab767e930fc9e24f',1,'GpgFrontend::UI::MainWindow']]], + ['slotfilesign_1609',['SlotFileSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa0bb003f2f1209a4e4d10e94e3d5d06d',1,'GpgFrontend::UI::MainWindow']]], + ['slotfileverify_1610',['SlotFileVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aea395f8629aef1532bcec3de337fa6ac',1,'GpgFrontend::UI::MainWindow']]], + ['slotfilltexteditwithtext_1611',['SlotFillTextEditWithText',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af466ec2b8ab3f695d206efc0574bbe20',1,'GpgFrontend::UI::TextEdit']]], + ['slotimport_1612',['SlotImport',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a7de2096702baf67f1335ac4fe50cfa38',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(std::vector< QString > key_ids_list, QString keyserver_url)'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a1e17305d6b470d0f7050eb8e3e6ee3d8',1,'GpgFrontend::UI::KeyServerImportDialog::SlotImport(const KeyIdArgsListPtr &keys)']]], + ['slotimportkeyfromclipboard_1613',['SlotImportKeyFromClipboard',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a',1,'GpgFrontend::UI::CommonUtils']]], + ['slotimportkeyfromfile_1614',['SlotImportKeyFromFile',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a057526790f6b2f6288c3a35322c34d8d',1,'GpgFrontend::UI::CommonUtils']]], + ['slotimportkeyfromkeyserver_1615',['SlotImportKeyFromKeyServer',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a35a47fc31b81b6c4f5899e8ab5c4c51a',1,'GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer(const GpgFrontend::KeyIdArgsList &key_ids, const GpgFrontend::UI::CommonUtils::ImportCallbackFunctiopn &callback)'],['../classGpgFrontend_1_1UI_1_1CommonUtils.html#af1b3538d3119c8564e83c7661f73f6ea',1,'GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer(QWidget *parent)']]], + ['slotimportkeys_1616',['SlotImportKeys',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#ae730cf0ee73379186f082f29a90a2f94',1,'GpgFrontend::UI::CommonUtils']]], + ['slotnewfiletab_1617',['SlotNewFileTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a1859df6906160400710accb0481d6b0c',1,'GpgFrontend::UI::TextEdit']]], + ['slotnewhelptab_1618',['slotNewHelpTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4',1,'GpgFrontend::UI::TextEdit']]], + ['slotnewtab_1619',['SlotNewTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c',1,'GpgFrontend::UI::TextEdit']]], + ['slotopen_1620',['SlotOpen',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a15335d38187ddf580b7200d856768cfb',1,'GpgFrontend::UI::TextEdit']]], + ['slotopenfile_1621',['SlotOpenFile',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad344606cf3c665fc73a3c0dd10a44310',1,'GpgFrontend::UI::MainWindow::SlotOpenFile()'],['../classGpgFrontend_1_1UI_1_1TextEdit.html#a60c73cc66a48a38c13e7890de49e86c3',1,'GpgFrontend::UI::TextEdit::SlotOpenFile(const QString &path)']]], + ['slotpaste_1622',['SlotPaste',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9',1,'GpgFrontend::UI::TextEdit']]], + ['slotprint_1623',['SlotPrint',['../classGpgFrontend_1_1UI_1_1TextEdit.html#adca2bbfa746b5598f2a4f74026b84224',1,'GpgFrontend::UI::TextEdit']]], + ['slotquote_1624',['SlotQuote',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6a02fce9dc4039c982d6dd19231517ee',1,'GpgFrontend::UI::TextEdit']]], + ['slotraisepinentry_1625',['SlotRaisePinentry',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abf4b09c9bc6242630c066eb7bf4636bf',1,'GpgFrontend::UI::MainWindow']]], + ['slotredo_1626',['SlotRedo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ae2b3bf422789d56087face98b6a9e929',1,'GpgFrontend::UI::TextEdit']]], + ['slotrefresh_1627',['SlotRefresh',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a68f984815100f4ce281b9794f193e516',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['slotsave_1628',['SlotSave',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ace0b8f4c161db9f4f5db5ecbfd7a91c0',1,'GpgFrontend::UI::TextEdit']]], + ['slotsaveas_1629',['SlotSaveAs',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a306999df608947dc0728d651893b20f6',1,'GpgFrontend::UI::TextEdit']]], + ['slotselectall_1630',['SlotSelectAll',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a6c814253dfc061bfdae0fa71c6196c55',1,'GpgFrontend::UI::TextEdit']]], + ['slotsetrestartneeded_1631',['SlotSetRestartNeeded',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a276e843e2f5eda8934fb350fb6f89327',1,'GpgFrontend::UI::MainWindow']]], + ['slotshowhiddenfile_1632',['SlotShowHiddenFile',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#aed6a2eaa435630ccf7b65da2f09114dd',1,'GpgFrontend::UI::FileTreeView']]], + ['slotshowmodified_1633',['SlotShowModified',['../classGpgFrontend_1_1UI_1_1TextEdit.html#ab24adc1adb3b9b29469992e4c444436e',1,'GpgFrontend::UI::TextEdit']]], + ['slotsign_1634',['SlotSign',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa2aeef298a7a05fc1b38bad75b62aad8',1,'GpgFrontend::UI::MainWindow']]], + ['slotswitchtabdown_1635',['SlotSwitchTabDown',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474',1,'GpgFrontend::UI::TextEdit']]], + ['slotswitchtabup_1636',['SlotSwitchTabUp',['../classGpgFrontend_1_1UI_1_1TextEdit.html#af1e364b513f566c743a5d36c19098762',1,'GpgFrontend::UI::TextEdit']]], + ['slotundo_1637',['SlotUndo',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5',1,'GpgFrontend::UI::TextEdit']]], + ['slotupdatecryptomenustatus_1638',['SlotUpdateCryptoMenuStatus',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abd5408ca5f908c330a15db24d959f3a5',1,'GpgFrontend::UI::MainWindow']]], + ['slotverify_1639',['SlotVerify',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ac9bf2a20727eb8e727aa2e3ce5c248e5',1,'GpgFrontend::UI::MainWindow']]], + ['startapplication_1640',['StartApplication',['../namespaceGpgFrontend.html#abca29d455373e3278486ed20c4a63b6e',1,'GpgFrontend']]], + ['startdirmngr_1641',['StartDirmngr',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a7687d84063c6c1d9d8bc11c617085530',1,'GpgFrontend::GpgAdvancedOperator']]], + ['startgpgagent_1642',['StartGpgAgent',['../classGpgFrontend_1_1GpgAdvancedOperator.html#a4af186d06b01ce998e51a42e39e01c86',1,'GpgFrontend::GpgAdvancedOperator']]], + ['startkeyboxd_1643',['StartKeyBoxd',['../classGpgFrontend_1_1GpgAdvancedOperator.html#ae2b097912eb2c9d97da859c45e7a5bac',1,'GpgFrontend::GpgAdvancedOperator']]], + ['stripped_5fname_1644',['stripped_name',['../classGpgFrontend_1_1UI_1_1TextEdit.html#afb9b7a7d88154d774b3d727d8e640cbb',1,'GpgFrontend::UI::TextEdit']]], + ['subkeygeneratedialog_1645',['SubkeyGenerateDialog',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a8f9d8baa7b576a4aa857818b87c26bcd',1,'GpgFrontend::UI::SubkeyGenerateDialog']]], + ['switch_5fui_5fenabled_1646',['switch_ui_enabled',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#ae3d97948f205e84f0604d4da634a4513',1,'GpgFrontend::UI::NetworkTab']]], + ['switch_5fui_5fproxy_5ftype_1647',['switch_ui_proxy_type',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a1b0297158f13daec77645c88e5a8adcd',1,'GpgFrontend::UI::NetworkTab']]] ]; diff --git a/docs/html/search/functions_12.js b/docs/html/search/functions_12.js index a96086b4..da2821d8 100644 --- a/docs/html/search/functions_12.js +++ b/docs/html/search/functions_12.js @@ -1,11 +1,11 @@ var searchData= [ - ['tabcount_1651',['TabCount',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9',1,'GpgFrontend::UI::TextEdit']]], - ['takechargeofresult_1652',['TakeChargeOfResult',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a8d0af2a9c0a52ef8bfd88bcb66aaf07e',1,'GpgFrontend::GpgVerifyResultAnalyse']]], - ['targetfileprecheck_1653',['TargetFilePreCheck',['../namespaceGpgFrontend.html#a730cce728b43f040f6b0cb2823146a06',1,'GpgFrontend']]], - ['task_1654',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html#a3ca97551610b81a476d5594c97fde559',1,'GpgFrontend::Thread::Task::Task(QString name)'],['../classGpgFrontend_1_1Thread_1_1Task.html#a287d737e66f873850d5eb49d1475a762',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, QString name, DataObjectPtr data_object=nullptr)'],['../classGpgFrontend_1_1Thread_1_1Task.html#afa69068f1b2f930d6ab1d9f66340c565',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, QString name, DataObjectPtr data, TaskCallback callback)']]], - ['taskrunner_1655',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ad3c8612cbe60112f9b14e616fb0a4acf',1,'GpgFrontend::Thread::TaskRunner']]], - ['textissigned_1656',['TextIsSigned',['../namespaceGpgFrontend.html#a05c3fa7850da1b7fc2e89a9604beb1db',1,'GpgFrontend']]], - ['tofuinfopage_1657',['TOFUInfoPage',['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html#a9adc1666e3f57536594876520019e395',1,'GpgFrontend::UI::TOFUInfoPage']]], - ['translatorstab_1658',['TranslatorsTab',['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html#a89e5c7b9c17fb41b7c7bf461fb8ad99e',1,'GpgFrontend::UI::TranslatorsTab']]] + ['tabcount_1648',['TabCount',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a05c54658597b04c3976c72d3a5f9add9',1,'GpgFrontend::UI::TextEdit']]], + ['takechargeofresult_1649',['TakeChargeOfResult',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a8d0af2a9c0a52ef8bfd88bcb66aaf07e',1,'GpgFrontend::GpgVerifyResultAnalyse']]], + ['targetfileprecheck_1650',['TargetFilePreCheck',['../namespaceGpgFrontend.html#a730cce728b43f040f6b0cb2823146a06',1,'GpgFrontend']]], + ['task_1651',['Task',['../classGpgFrontend_1_1Thread_1_1Task.html#a3ca97551610b81a476d5594c97fde559',1,'GpgFrontend::Thread::Task::Task(QString name)'],['../classGpgFrontend_1_1Thread_1_1Task.html#a287d737e66f873850d5eb49d1475a762',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, QString name, DataObjectPtr data_object=nullptr)'],['../classGpgFrontend_1_1Thread_1_1Task.html#afa69068f1b2f930d6ab1d9f66340c565',1,'GpgFrontend::Thread::Task::Task(TaskRunnable runnable, QString name, DataObjectPtr data, TaskCallback callback)']]], + ['taskrunner_1652',['TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ad3c8612cbe60112f9b14e616fb0a4acf',1,'GpgFrontend::Thread::TaskRunner']]], + ['textissigned_1653',['TextIsSigned',['../namespaceGpgFrontend.html#a05c3fa7850da1b7fc2e89a9604beb1db',1,'GpgFrontend']]], + ['tofuinfopage_1654',['TOFUInfoPage',['../classGpgFrontend_1_1UI_1_1TOFUInfoPage.html#a9adc1666e3f57536594876520019e395',1,'GpgFrontend::UI::TOFUInfoPage']]], + ['translatorstab_1655',['TranslatorsTab',['../classGpgFrontend_1_1UI_1_1TranslatorsTab.html#a89e5c7b9c17fb41b7c7bf461fb8ad99e',1,'GpgFrontend::UI::TranslatorsTab']]] ]; diff --git a/docs/html/search/functions_13.js b/docs/html/search/functions_13.js index 7ca91d64..9cf5e8d4 100644 --- a/docs/html/search/functions_13.js +++ b/docs/html/search/functions_13.js @@ -1,7 +1,7 @@ var searchData= [ - ['unsaveddocuments_1659',['UnsavedDocuments',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39',1,'GpgFrontend::UI::TextEdit']]], - ['updatetab_1660',['UpdateTab',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a833c5f709607032bac530aacf389a117',1,'GpgFrontend::UI::UpdateTab']]], - ['upload_5fkey_5fto_5fserver_1661',['upload_key_to_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c',1,'GpgFrontend::UI::MainWindow']]], - ['upsertrtvalue_1662',['UpsertRTValue',['../namespaceGpgFrontend_1_1Module.html#a5e4614222306688d8c2f36fd4ae23de3',1,'GpgFrontend::Module']]] + ['unsaveddocuments_1656',['UnsavedDocuments',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39',1,'GpgFrontend::UI::TextEdit']]], + ['updatetab_1657',['UpdateTab',['../classGpgFrontend_1_1UI_1_1UpdateTab.html#a833c5f709607032bac530aacf389a117',1,'GpgFrontend::UI::UpdateTab']]], + ['upload_5fkey_5fto_5fserver_1658',['upload_key_to_server',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c',1,'GpgFrontend::UI::MainWindow']]], + ['upsertrtvalue_1659',['UpsertRTValue',['../namespaceGpgFrontend_1_1Module.html#a5e4614222306688d8c2f36fd4ae23de3',1,'GpgFrontend::Module']]] ]; diff --git a/docs/html/search/functions_14.js b/docs/html/search/functions_14.js index 794dfaab..13ab339a 100644 --- a/docs/html/search/functions_14.js +++ b/docs/html/search/functions_14.js @@ -1,11 +1,11 @@ var searchData= [ - ['verify_1663',['Verify',['../classGpgFrontend_1_1GpgBasicOperator.html#ae9a2f9923061efae82fe012ebc7a56ab',1,'GpgFrontend::GpgBasicOperator']]], - ['verifydetailsdialog_1664',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda',1,'GpgFrontend::UI::VerifyDetailsDialog']]], - ['verifyfile_1665',['VerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#af4a26e42f0a3d49905777d22828fa430',1,'GpgFrontend::GpgFileOpera']]], - ['verifyfilesync_1666',['VerifyFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#a9511b6a128a6228ebca47ae637c44e55',1,'GpgFrontend::GpgFileOpera']]], - ['verifykeydetailbox_1667',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0',1,'GpgFrontend::UI::VerifyKeyDetailBox']]], - ['verifysync_1668',['VerifySync',['../classGpgFrontend_1_1GpgBasicOperator.html#a3507dec7f2528c8627d3289cfb638a7a',1,'GpgFrontend::GpgBasicOperator']]], - ['versionchecktask_1669',['VersionCheckTask',['../classVersionCheckTask.html#a5be89e73bb5430c248b62f7819c58044',1,'VersionCheckTask']]], - ['versionwithdrawn_1670',['VersionWithdrawn',['../structSoftwareVersion.html#a4f129d14867355cd4ee8ebc323ca1fab',1,'SoftwareVersion']]] + ['verify_1660',['Verify',['../classGpgFrontend_1_1GpgBasicOperator.html#ae9a2f9923061efae82fe012ebc7a56ab',1,'GpgFrontend::GpgBasicOperator']]], + ['verifydetailsdialog_1661',['VerifyDetailsDialog',['../classGpgFrontend_1_1UI_1_1VerifyDetailsDialog.html#ac73f0405e249f623ddd0de22b5130fda',1,'GpgFrontend::UI::VerifyDetailsDialog']]], + ['verifyfile_1662',['VerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#af4a26e42f0a3d49905777d22828fa430',1,'GpgFrontend::GpgFileOpera']]], + ['verifyfilesync_1663',['VerifyFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#a9511b6a128a6228ebca47ae637c44e55',1,'GpgFrontend::GpgFileOpera']]], + ['verifykeydetailbox_1664',['VerifyKeyDetailBox',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#afbbe8e87786cca020c9aa8759eb041a0',1,'GpgFrontend::UI::VerifyKeyDetailBox']]], + ['verifysync_1665',['VerifySync',['../classGpgFrontend_1_1GpgBasicOperator.html#a3507dec7f2528c8627d3289cfb638a7a',1,'GpgFrontend::GpgBasicOperator']]], + ['versionchecktask_1666',['VersionCheckTask',['../classVersionCheckTask.html#a5be89e73bb5430c248b62f7819c58044',1,'VersionCheckTask']]], + ['versionwithdrawn_1667',['VersionWithdrawn',['../structSoftwareVersion.html#a4f129d14867355cd4ee8ebc323ca1fab',1,'SoftwareVersion']]] ]; diff --git a/docs/html/search/functions_15.js b/docs/html/search/functions_15.js index 367fe5d5..e6c00490 100644 --- a/docs/html/search/functions_15.js +++ b/docs/html/search/functions_15.js @@ -1,9 +1,9 @@ var searchData= [ - ['waitforopera_1671',['WaitForOpera',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#adc42d12a58717dee86d8bd59b1cacf82',1,'GpgFrontend::UI::CommonUtils']]], - ['waitingdialog_1672',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc',1,'GpgFrontend::UI::WaitingDialog']]], - ['wizard_1673',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10',1,'GpgFrontend::UI::Wizard']]], - ['writebuffertofile_1674',['WriteBufferToFile',['../namespaceGpgFrontend.html#a4e780b0a2bddd1ce8735d3fa36dbfa86',1,'GpgFrontend']]], - ['writefile_1675',['WriteFile',['../namespaceGpgFrontend.html#acc93a10f79f6479f72940fba39b780e1',1,'GpgFrontend']]], - ['writefilegfbuffer_1676',['WriteFileGFBuffer',['../namespaceGpgFrontend.html#a4df3f25e93d16e2dc60c7d680c22dcb9',1,'GpgFrontend']]] + ['waitforopera_1668',['WaitForOpera',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#adc42d12a58717dee86d8bd59b1cacf82',1,'GpgFrontend::UI::CommonUtils']]], + ['waitingdialog_1669',['WaitingDialog',['../classGpgFrontend_1_1UI_1_1WaitingDialog.html#a809d0ffc8208eb2ff5d8da76c8ee10dc',1,'GpgFrontend::UI::WaitingDialog']]], + ['wizard_1670',['Wizard',['../classGpgFrontend_1_1UI_1_1Wizard.html#a448db8fe5ace96418ffd1f23b0142b10',1,'GpgFrontend::UI::Wizard']]], + ['writebuffertofile_1671',['WriteBufferToFile',['../namespaceGpgFrontend.html#a4e780b0a2bddd1ce8735d3fa36dbfa86',1,'GpgFrontend']]], + ['writefile_1672',['WriteFile',['../namespaceGpgFrontend.html#acc93a10f79f6479f72940fba39b780e1',1,'GpgFrontend']]], + ['writefilegfbuffer_1673',['WriteFileGFBuffer',['../namespaceGpgFrontend.html#a4df3f25e93d16e2dc60c7d680c22dcb9',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/functions_16.js b/docs/html/search/functions_16.js index 90f7b76e..9e92efbc 100644 --- a/docs/html/search/functions_16.js +++ b/docs/html/search/functions_16.js @@ -1,19 +1,19 @@ var searchData= [ - ['_7ecachemanager_1677',['~CacheManager',['../classGpgFrontend_1_1CacheManager.html#a1cb49178670a5f18debac7e59e388610',1,'GpgFrontend::CacheManager']]], - ['_7ecacheobject_1678',['~CacheObject',['../classGpgFrontend_1_1CacheObject.html#ab4ab841bf7fef7848af72620352a3141',1,'GpgFrontend::CacheObject']]], - ['_7echannelobject_1679',['~ChannelObject',['../classGpgFrontend_1_1ChannelObject.html#a85a29ff6a1233114eb9f159c408cbe35',1,'GpgFrontend::ChannelObject']]], - ['_7eglobalsettingstation_1680',['~GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451',1,'GpgFrontend::GlobalSettingStation']]], - ['_7egpgdata_1681',['~GpgData',['../classGpgFrontend_1_1GpgData.html#a96f3c1cb27eb2f3e6f28b9cdb2135bc7',1,'GpgFrontend::GpgData']]], - ['_7egpgfrontendapplication_1682',['~GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a32f0e7dda69f7b1e3cc869340736c590',1,'GpgFrontend::UI::GpgFrontendApplication']]], - ['_7egpgfrontendcontext_1683',['~GpgFrontendContext',['../structGpgFrontend_1_1GpgFrontendContext.html#a7492d29abfc6292ebf8ea015f8e31d1c',1,'GpgFrontend::GpgFrontendContext']]], - ['_7egpgkey_1684',['~GpgKey',['../classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697',1,'GpgFrontend::GpgKey']]], - ['_7egpgkeygetter_1685',['~GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html#ac9dbf4a2358f6478cf0ce8c85260878f',1,'GpgFrontend::GpgKeyGetter']]], - ['_7egpgkeysignature_1686',['~GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html#ab4d7044f4e1ddcf0ae0d28be43f0fcb3',1,'GpgFrontend::GpgKeySignature']]], - ['_7egpgsignature_1687',['~GpgSignature',['../classGpgFrontend_1_1GpgSignature.html#a44f137a457ac109d145a1cdd8e544e3a',1,'GpgFrontend::GpgSignature']]], - ['_7egrttreeview_1688',['~GRTTreeView',['../classGpgFrontend_1_1UI_1_1GRTTreeView.html#afe0ba5a13c36968a1340fdc08dab33d9',1,'GpgFrontend::UI::GRTTreeView']]], - ['_7esettingsobject_1689',['~SettingsObject',['../classGpgFrontend_1_1SettingsObject.html#ab03a4ac000c8629045b205a4d7d29980',1,'GpgFrontend::SettingsObject']]], - ['_7esingletonfunctionobject_1690',['~SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html#a8296be8c449f88175285186831b995bc',1,'GpgFrontend::SingletonFunctionObject']]], - ['_7etask_1691',['~Task',['../classGpgFrontend_1_1Thread_1_1Task.html#a37766a505662b33ad14672c29e209ea8',1,'GpgFrontend::Thread::Task']]], - ['_7etaskrunner_1692',['~TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ac3e57b59d537e2a75e741d4a5418ae6d',1,'GpgFrontend::Thread::TaskRunner']]] + ['_7ecachemanager_1674',['~CacheManager',['../classGpgFrontend_1_1CacheManager.html#a1cb49178670a5f18debac7e59e388610',1,'GpgFrontend::CacheManager']]], + ['_7ecacheobject_1675',['~CacheObject',['../classGpgFrontend_1_1CacheObject.html#ab4ab841bf7fef7848af72620352a3141',1,'GpgFrontend::CacheObject']]], + ['_7echannelobject_1676',['~ChannelObject',['../classGpgFrontend_1_1ChannelObject.html#a85a29ff6a1233114eb9f159c408cbe35',1,'GpgFrontend::ChannelObject']]], + ['_7eglobalsettingstation_1677',['~GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#af700161900e623a0ea14261d51616451',1,'GpgFrontend::GlobalSettingStation']]], + ['_7egpgdata_1678',['~GpgData',['../classGpgFrontend_1_1GpgData.html#a96f3c1cb27eb2f3e6f28b9cdb2135bc7',1,'GpgFrontend::GpgData']]], + ['_7egpgfrontendapplication_1679',['~GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a32f0e7dda69f7b1e3cc869340736c590',1,'GpgFrontend::UI::GpgFrontendApplication']]], + ['_7egpgfrontendcontext_1680',['~GpgFrontendContext',['../structGpgFrontend_1_1GpgFrontendContext.html#a7492d29abfc6292ebf8ea015f8e31d1c',1,'GpgFrontend::GpgFrontendContext']]], + ['_7egpgkey_1681',['~GpgKey',['../classGpgFrontend_1_1GpgKey.html#a1e9223bb1ad8fbb4e769680de39b3697',1,'GpgFrontend::GpgKey']]], + ['_7egpgkeygetter_1682',['~GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html#ac9dbf4a2358f6478cf0ce8c85260878f',1,'GpgFrontend::GpgKeyGetter']]], + ['_7egpgkeysignature_1683',['~GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html#ab4d7044f4e1ddcf0ae0d28be43f0fcb3',1,'GpgFrontend::GpgKeySignature']]], + ['_7egpgsignature_1684',['~GpgSignature',['../classGpgFrontend_1_1GpgSignature.html#a44f137a457ac109d145a1cdd8e544e3a',1,'GpgFrontend::GpgSignature']]], + ['_7egrttreeview_1685',['~GRTTreeView',['../classGpgFrontend_1_1UI_1_1GRTTreeView.html#afe0ba5a13c36968a1340fdc08dab33d9',1,'GpgFrontend::UI::GRTTreeView']]], + ['_7esettingsobject_1686',['~SettingsObject',['../classGpgFrontend_1_1SettingsObject.html#ab03a4ac000c8629045b205a4d7d29980',1,'GpgFrontend::SettingsObject']]], + ['_7esingletonfunctionobject_1687',['~SingletonFunctionObject',['../classGpgFrontend_1_1SingletonFunctionObject.html#a8296be8c449f88175285186831b995bc',1,'GpgFrontend::SingletonFunctionObject']]], + ['_7etask_1688',['~Task',['../classGpgFrontend_1_1Thread_1_1Task.html#a37766a505662b33ad14672c29e209ea8',1,'GpgFrontend::Thread::Task']]], + ['_7etaskrunner_1689',['~TaskRunner',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#ac3e57b59d537e2a75e741d4a5418ae6d',1,'GpgFrontend::Thread::TaskRunner']]] ]; diff --git a/docs/html/search/functions_2.js b/docs/html/search/functions_2.js index c469e932..5a2b4301 100644 --- a/docs/html/search/functions_2.js +++ b/docs/html/search/functions_2.js @@ -1,51 +1,51 @@ var searchData= [ - ['cachemanager_1072',['CacheManager',['../classGpgFrontend_1_1CacheManager.html#a311ae4d0cc4f4d9425b44789aea6090a',1,'GpgFrontend::CacheManager']]], - ['cacheobject_1073',['CacheObject',['../classGpgFrontend_1_1CacheObject.html#a33233f52aae24ddfd9d0432a03e262b9',1,'GpgFrontend::CacheObject']]], - ['calculatebinarychacksum_1074',['CalculateBinaryChacksum',['../namespaceGpgFrontend.html#a9d46f81ce1ba18ace29027a393c01695',1,'GpgFrontend']]], - ['calculatehash_1075',['CalculateHash',['../namespaceGpgFrontend.html#af395fb120a603d913ac040372ee5c651',1,'GpgFrontend']]], - ['channelobject_1076',['ChannelObject',['../classGpgFrontend_1_1ChannelObject.html#aedbf32eddc701e521bd8e790ef208da0',1,'GpgFrontend::ChannelObject::ChannelObject() noexcept'],['../classGpgFrontend_1_1ChannelObject.html#a3d55a57ee60bdb5a747125da9586a0e5',1,'GpgFrontend::ChannelObject::ChannelObject(int channel, QString type)']]], - ['check_5fcustom_5fgnupg_5fkey_5fdatabase_5fpath_1077',['check_custom_gnupg_key_database_path',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#af677680609f32ed65f78a0641bf05389',1,'GpgFrontend::UI::GnuPGControllerDialog']]], - ['check_5fcustom_5fgnupg_5fpath_1078',['check_custom_gnupg_path',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a296dd2fd013f34e7fb389a36bbcaa78e',1,'GpgFrontend::UI::GnuPGControllerDialog']]], - ['check_5femail_5faddress_1079',['check_email_address',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#ad4e09323a53992daee08173bed17bf9a',1,'GpgFrontend::UI::KeyNewUIDDialog::check_email_address()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae8aeaff7be0b1552b29d1f209af0bd28',1,'GpgFrontend::UI::KeyGenDialog::check_email_address()']]], - ['checkgpgerror_1080',['CheckGpgError',['../namespaceGpgFrontend.html#a76dbbc37c483668600134ecb593f6263',1,'GpgFrontend::CheckGpgError(GpgError err, const QString &) -> GpgError'],['../namespaceGpgFrontend.html#a864178db4c07b932c2ae6e7a20fe87bf',1,'GpgFrontend::CheckGpgError(GpgError err) -> GpgError']]], - ['checkgpgerror2errcode_1081',['CheckGpgError2ErrCode',['../namespaceGpgFrontend.html#ac75881bd0bf993fa53464dbf76342a39',1,'GpgFrontend']]], - ['choosepage_1082',['ChoosePage',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#ae370e789009be3926410cb749c86907b',1,'GpgFrontend::UI::ChoosePage']]], - ['clearalldataobjects_1083',['ClearAllDataObjects',['../classGpgFrontend_1_1GlobalSettingStation.html#a393186ae479062b007a41485f608636f',1,'GpgFrontend::GlobalSettingStation']]], - ['clearalllogfiles_1084',['ClearAllLogFiles',['../classGpgFrontend_1_1GlobalSettingStation.html#a43c472c40896308e7bbc14796b5740af',1,'GpgFrontend::GlobalSettingStation']]], - ['cleargpgpasswordcache_1085',['ClearGpgPasswordCache',['../classGpgFrontend_1_1GpgAdvancedOperator.html#ab1678720e30e957ad56e14b683cdedd1',1,'GpgFrontend::GpgAdvancedOperator']]], - ['close_5fattachment_5fdock_1086',['close_attachment_dock',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a473b679fa0dc3cdf4f6f98d6553fa0ec',1,'GpgFrontend::UI::MainWindow']]], - ['closeevent_1087',['closeEvent',['../classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#acc10569862d1575d9453d1c1aa539242',1,'GpgFrontend::UI::GeneralMainWindow::closeEvent()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1759412cb7ee71600c4b6e3c6e752d2e',1,'GpgFrontend::UI::MainWindow::closeEvent()']]], - ['closenotebyclass_1088',['CloseNoteByClass',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['commonutils_1089',['CommonUtils',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a78f5c2696152e9326e845c76c94be965',1,'GpgFrontend::UI::CommonUtils']]], - ['conclusionpage_1090',['ConclusionPage',['../classGpgFrontend_1_1UI_1_1ConclusionPage.html#afcd98b4735047807d384e6b3d3aea3a7',1,'GpgFrontend::UI::ConclusionPage']]], - ['containsprivatekeys_1091',['ContainsPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#adb9c483abd248aabddb5c2275c916edb',1,'GpgFrontend::UI::KeyList']]], - ['contextmenuevent_1092',['contextMenuEvent',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a35d0b436cf13fa127dbba5b12f8f9144',1,'GpgFrontend::UI::KeyPairUIDTab::contextMenuEvent()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a82da61a76a08023b2ddbe2a6869f4190',1,'GpgFrontend::UI::KeyList::contextMenuEvent()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a8cbd6e448e187260730ab8301ad4892e',1,'GpgFrontend::UI::KeyserverTab::contextMenuEvent()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ad415e2dd5046c744b650b26c123130ff',1,'GpgFrontend::UI::KeyPairSubkeyTab::contextMenuEvent()']]], - ['create_5factions_1093',['create_actions',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0ab96012df041f2c2e47092db0600355',1,'GpgFrontend::UI::MainWindow::create_actions()'],['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a23cf6665537f2a96708e9d5423ce3bb8',1,'GpgFrontend::UI::KeyMgmt::create_actions()']]], - ['create_5fattachment_5fdock_1094',['create_attachment_dock',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a92a6d8d46e197e25eaacc3ad7ed289ab',1,'GpgFrontend::UI::MainWindow']]], - ['create_5fbasic_5finfo_5fgroup_5fbox_1095',['create_basic_info_group_box',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a010acccfd5fb5475769658f9cf68da7b',1,'GpgFrontend::UI::KeyGenDialog::create_basic_info_group_box()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a029017ad2e025a43d21144f1b7427593',1,'GpgFrontend::UI::SubkeyGenerateDialog::create_basic_info_group_box()']]], - ['create_5fbutton_1096',['create_button',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c5d8a43fd8a6f1c217d83694dcc689c',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['create_5fbutton_5fbox_1097',['create_button_box',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9f5912ff99e3820d5fa6a58ed14a70c8',1,'GpgFrontend::UI::KeyImportDetailDialog']]], - ['create_5fcombo_5fbox_1098',['create_combo_box',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#af64f0fb9433ea88853beec3a3dd5a334',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['create_5fdock_5fwindows_1099',['create_dock_windows',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a04668246525874760f47a340b4b7d8de',1,'GpgFrontend::UI::MainWindow']]], - ['create_5fgeneral_5finfo_5fbox_1100',['create_general_info_box',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#af88ee416b2227ce847a3b8123a23ce24',1,'GpgFrontend::UI::KeyImportDetailDialog']]], - ['create_5fkey_5finfo_5fgrid_1101',['create_key_info_grid',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#ae5fee2f307d8f1848a4f687a591f83af',1,'GpgFrontend::UI::VerifyKeyDetailBox']]], - ['create_5fkey_5fusage_5fgroup_5fbox_1102',['create_key_usage_group_box',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa24064a5f585b23d71e1036958f31d7d',1,'GpgFrontend::UI::SubkeyGenerateDialog::create_key_usage_group_box()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e6554b47e0dd6c2025ccb0d1d0cb658',1,'GpgFrontend::UI::KeyGenDialog::create_key_usage_group_box()']]], - ['create_5fkeys_5ftable_1103',['create_keys_table',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9e37a653a982e671977d2101b72ae3b6',1,'GpgFrontend::UI::KeyImportDetailDialog::create_keys_table()'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f006d4702885fb41317d10d654dfa3c',1,'GpgFrontend::UI::KeyServerImportDialog::create_keys_table()']]], - ['create_5fmanage_5fuid_5fmenu_1104',['create_manage_uid_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a5c029e55323d54aa2306267cea1809ea',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['create_5fmenus_1105',['create_menus',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9fbd8a2f5b2b5869276db83a4ad20216',1,'GpgFrontend::UI::MainWindow::create_menus()'],['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6ee90b63414038e9f840933a5b2c5e46',1,'GpgFrontend::UI::KeyMgmt::create_menus()']]], - ['create_5fsign_5flist_1106',['create_sign_list',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a32dc14242d88ca168ae71e9a895d2b29',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['create_5fsign_5fpopup_5fmenu_1107',['create_sign_popup_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7653654c81149c48e7e4d5f0c00c360f',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['create_5fstatus_5fbar_1108',['create_status_bar',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1ab1f3f57f9969447491e63f54420585',1,'GpgFrontend::UI::MainWindow']]], - ['create_5fsubkey_5flist_1109',['create_subkey_list',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0503508ce7e11f497a05cdf6f536a253',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], - ['create_5fsubkey_5fopera_5fmenu_1110',['create_subkey_opera_menu',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a324446276f111be455773381ee8b6739',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], - ['create_5ftool_5fbars_1111',['create_tool_bars',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6791486fd94567d504d48050c23476b5',1,'GpgFrontend::UI::KeyMgmt::create_tool_bars()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#aaa1de043b71dbcf0e8d8c265b2a67bd3',1,'GpgFrontend::UI::MainWindow::create_tool_bars()']]], - ['create_5fuid_5flist_1112',['create_uid_list',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0511f5714548920cf3563306536d0bd7',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['create_5fuid_5fpopup_5fmenu_1113',['create_uid_popup_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2a87d3ed720a57a5d96a108c7a9827d7',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['createinstance_1114',['CreateInstance',['../classGpgFrontend_1_1SingletonFunctionObject.html#adff3ff15fc67b7e9cdeeb2577541fbc4',1,'GpgFrontend::SingletonFunctionObject']]], - ['createoperamenu_1115',['CreateOperaMenu',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a4dcec352e412afe5c5491f941495090f',1,'GpgFrontend::UI::KeyPairOperaTab']]], - ['createtempfileandwritedata_1116',['CreateTempFileAndWriteData',['../namespaceGpgFrontend.html#aa8c5cb4cb2c9421dc8f754d3652c5313',1,'GpgFrontend::CreateTempFileAndWriteData(const QString &data) -> QString'],['../namespaceGpgFrontend.html#a75f249f0581b7886cad96fb8a47caebe',1,'GpgFrontend::CreateTempFileAndWriteData(const GFBuffer &data) -> QString']]], - ['curfilepage_1117',['CurFilePage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109',1,'GpgFrontend::UI::TextEdit']]], - ['currentversionreleased_1118',['CurrentVersionReleased',['../structSoftwareVersion.html#a97853d5af36ef09d54e152d4b3c935e1',1,'SoftwareVersion']]], - ['curtextpage_1119',['CurTextPage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a7aa1230fbf796225bd6b83d381e11a3b',1,'GpgFrontend::UI::TextEdit']]] + ['cachemanager_1071',['CacheManager',['../classGpgFrontend_1_1CacheManager.html#a311ae4d0cc4f4d9425b44789aea6090a',1,'GpgFrontend::CacheManager']]], + ['cacheobject_1072',['CacheObject',['../classGpgFrontend_1_1CacheObject.html#a33233f52aae24ddfd9d0432a03e262b9',1,'GpgFrontend::CacheObject']]], + ['calculatebinarychacksum_1073',['CalculateBinaryChacksum',['../namespaceGpgFrontend.html#a9d46f81ce1ba18ace29027a393c01695',1,'GpgFrontend']]], + ['calculatehash_1074',['CalculateHash',['../namespaceGpgFrontend.html#af395fb120a603d913ac040372ee5c651',1,'GpgFrontend']]], + ['channelobject_1075',['ChannelObject',['../classGpgFrontend_1_1ChannelObject.html#aedbf32eddc701e521bd8e790ef208da0',1,'GpgFrontend::ChannelObject::ChannelObject() noexcept'],['../classGpgFrontend_1_1ChannelObject.html#a3d55a57ee60bdb5a747125da9586a0e5',1,'GpgFrontend::ChannelObject::ChannelObject(int channel, QString type)']]], + ['check_5fcustom_5fgnupg_5fkey_5fdatabase_5fpath_1076',['check_custom_gnupg_key_database_path',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#af677680609f32ed65f78a0641bf05389',1,'GpgFrontend::UI::GnuPGControllerDialog']]], + ['check_5fcustom_5fgnupg_5fpath_1077',['check_custom_gnupg_path',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a296dd2fd013f34e7fb389a36bbcaa78e',1,'GpgFrontend::UI::GnuPGControllerDialog']]], + ['check_5femail_5faddress_1078',['check_email_address',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#ad4e09323a53992daee08173bed17bf9a',1,'GpgFrontend::UI::KeyNewUIDDialog::check_email_address()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ae8aeaff7be0b1552b29d1f209af0bd28',1,'GpgFrontend::UI::KeyGenDialog::check_email_address()']]], + ['checkgpgerror_1079',['CheckGpgError',['../namespaceGpgFrontend.html#a76dbbc37c483668600134ecb593f6263',1,'GpgFrontend::CheckGpgError(GpgError err, const QString &) -> GpgError'],['../namespaceGpgFrontend.html#a864178db4c07b932c2ae6e7a20fe87bf',1,'GpgFrontend::CheckGpgError(GpgError err) -> GpgError']]], + ['checkgpgerror2errcode_1080',['CheckGpgError2ErrCode',['../namespaceGpgFrontend.html#ac75881bd0bf993fa53464dbf76342a39',1,'GpgFrontend']]], + ['choosepage_1081',['ChoosePage',['../classGpgFrontend_1_1UI_1_1ChoosePage.html#ae370e789009be3926410cb749c86907b',1,'GpgFrontend::UI::ChoosePage']]], + ['clearalldataobjects_1082',['ClearAllDataObjects',['../classGpgFrontend_1_1GlobalSettingStation.html#a393186ae479062b007a41485f608636f',1,'GpgFrontend::GlobalSettingStation']]], + ['clearalllogfiles_1083',['ClearAllLogFiles',['../classGpgFrontend_1_1GlobalSettingStation.html#a43c472c40896308e7bbc14796b5740af',1,'GpgFrontend::GlobalSettingStation']]], + ['cleargpgpasswordcache_1084',['ClearGpgPasswordCache',['../classGpgFrontend_1_1GpgAdvancedOperator.html#ab1678720e30e957ad56e14b683cdedd1',1,'GpgFrontend::GpgAdvancedOperator']]], + ['close_5fattachment_5fdock_1085',['close_attachment_dock',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a473b679fa0dc3cdf4f6f98d6553fa0ec',1,'GpgFrontend::UI::MainWindow']]], + ['closeevent_1086',['closeEvent',['../classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#acc10569862d1575d9453d1c1aa539242',1,'GpgFrontend::UI::GeneralMainWindow::closeEvent()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1759412cb7ee71600c4b6e3c6e752d2e',1,'GpgFrontend::UI::MainWindow::closeEvent()']]], + ['closenotebyclass_1087',['CloseNoteByClass',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['commonutils_1088',['CommonUtils',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a78f5c2696152e9326e845c76c94be965',1,'GpgFrontend::UI::CommonUtils']]], + ['conclusionpage_1089',['ConclusionPage',['../classGpgFrontend_1_1UI_1_1ConclusionPage.html#afcd98b4735047807d384e6b3d3aea3a7',1,'GpgFrontend::UI::ConclusionPage']]], + ['containsprivatekeys_1090',['ContainsPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#adb9c483abd248aabddb5c2275c916edb',1,'GpgFrontend::UI::KeyList']]], + ['contextmenuevent_1091',['contextMenuEvent',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a35d0b436cf13fa127dbba5b12f8f9144',1,'GpgFrontend::UI::KeyPairUIDTab::contextMenuEvent()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a82da61a76a08023b2ddbe2a6869f4190',1,'GpgFrontend::UI::KeyList::contextMenuEvent()'],['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#a8cbd6e448e187260730ab8301ad4892e',1,'GpgFrontend::UI::KeyserverTab::contextMenuEvent()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ad415e2dd5046c744b650b26c123130ff',1,'GpgFrontend::UI::KeyPairSubkeyTab::contextMenuEvent()']]], + ['create_5factions_1092',['create_actions',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0ab96012df041f2c2e47092db0600355',1,'GpgFrontend::UI::MainWindow::create_actions()'],['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a23cf6665537f2a96708e9d5423ce3bb8',1,'GpgFrontend::UI::KeyMgmt::create_actions()']]], + ['create_5fattachment_5fdock_1093',['create_attachment_dock',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a92a6d8d46e197e25eaacc3ad7ed289ab',1,'GpgFrontend::UI::MainWindow']]], + ['create_5fbasic_5finfo_5fgroup_5fbox_1094',['create_basic_info_group_box',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a010acccfd5fb5475769658f9cf68da7b',1,'GpgFrontend::UI::KeyGenDialog::create_basic_info_group_box()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a029017ad2e025a43d21144f1b7427593',1,'GpgFrontend::UI::SubkeyGenerateDialog::create_basic_info_group_box()']]], + ['create_5fbutton_1095',['create_button',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c5d8a43fd8a6f1c217d83694dcc689c',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['create_5fbutton_5fbox_1096',['create_button_box',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9f5912ff99e3820d5fa6a58ed14a70c8',1,'GpgFrontend::UI::KeyImportDetailDialog']]], + ['create_5fcombo_5fbox_1097',['create_combo_box',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#af64f0fb9433ea88853beec3a3dd5a334',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['create_5fdock_5fwindows_1098',['create_dock_windows',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a04668246525874760f47a340b4b7d8de',1,'GpgFrontend::UI::MainWindow']]], + ['create_5fgeneral_5finfo_5fbox_1099',['create_general_info_box',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#af88ee416b2227ce847a3b8123a23ce24',1,'GpgFrontend::UI::KeyImportDetailDialog']]], + ['create_5fkey_5finfo_5fgrid_1100',['create_key_info_grid',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#ae5fee2f307d8f1848a4f687a591f83af',1,'GpgFrontend::UI::VerifyKeyDetailBox']]], + ['create_5fkey_5fusage_5fgroup_5fbox_1101',['create_key_usage_group_box',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa24064a5f585b23d71e1036958f31d7d',1,'GpgFrontend::UI::SubkeyGenerateDialog::create_key_usage_group_box()'],['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e6554b47e0dd6c2025ccb0d1d0cb658',1,'GpgFrontend::UI::KeyGenDialog::create_key_usage_group_box()']]], + ['create_5fkeys_5ftable_1102',['create_keys_table',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a9e37a653a982e671977d2101b72ae3b6',1,'GpgFrontend::UI::KeyImportDetailDialog::create_keys_table()'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a6f006d4702885fb41317d10d654dfa3c',1,'GpgFrontend::UI::KeyServerImportDialog::create_keys_table()']]], + ['create_5fmanage_5fuid_5fmenu_1103',['create_manage_uid_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a5c029e55323d54aa2306267cea1809ea',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['create_5fmenus_1104',['create_menus',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9fbd8a2f5b2b5869276db83a4ad20216',1,'GpgFrontend::UI::MainWindow::create_menus()'],['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6ee90b63414038e9f840933a5b2c5e46',1,'GpgFrontend::UI::KeyMgmt::create_menus()']]], + ['create_5fsign_5flist_1105',['create_sign_list',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a32dc14242d88ca168ae71e9a895d2b29',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['create_5fsign_5fpopup_5fmenu_1106',['create_sign_popup_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a7653654c81149c48e7e4d5f0c00c360f',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['create_5fstatus_5fbar_1107',['create_status_bar',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1ab1f3f57f9969447491e63f54420585',1,'GpgFrontend::UI::MainWindow']]], + ['create_5fsubkey_5flist_1108',['create_subkey_list',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a0503508ce7e11f497a05cdf6f536a253',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], + ['create_5fsubkey_5fopera_5fmenu_1109',['create_subkey_opera_menu',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a324446276f111be455773381ee8b6739',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], + ['create_5ftool_5fbars_1110',['create_tool_bars',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6791486fd94567d504d48050c23476b5',1,'GpgFrontend::UI::KeyMgmt::create_tool_bars()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#aaa1de043b71dbcf0e8d8c265b2a67bd3',1,'GpgFrontend::UI::MainWindow::create_tool_bars()']]], + ['create_5fuid_5flist_1111',['create_uid_list',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0511f5714548920cf3563306536d0bd7',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['create_5fuid_5fpopup_5fmenu_1112',['create_uid_popup_menu',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a2a87d3ed720a57a5d96a108c7a9827d7',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['createinstance_1113',['CreateInstance',['../classGpgFrontend_1_1SingletonFunctionObject.html#adff3ff15fc67b7e9cdeeb2577541fbc4',1,'GpgFrontend::SingletonFunctionObject']]], + ['createoperamenu_1114',['CreateOperaMenu',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#a4dcec352e412afe5c5491f941495090f',1,'GpgFrontend::UI::KeyPairOperaTab']]], + ['createtempfileandwritedata_1115',['CreateTempFileAndWriteData',['../namespaceGpgFrontend.html#aa8c5cb4cb2c9421dc8f754d3652c5313',1,'GpgFrontend::CreateTempFileAndWriteData(const QString &data) -> QString'],['../namespaceGpgFrontend.html#a75f249f0581b7886cad96fb8a47caebe',1,'GpgFrontend::CreateTempFileAndWriteData(const GFBuffer &data) -> QString']]], + ['curfilepage_1116',['CurFilePage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109',1,'GpgFrontend::UI::TextEdit']]], + ['currentversionreleased_1117',['CurrentVersionReleased',['../structSoftwareVersion.html#a97853d5af36ef09d54e152d4b3c935e1',1,'SoftwareVersion']]], + ['curtextpage_1118',['CurTextPage',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a7aa1230fbf796225bd6b83d381e11a3b',1,'GpgFrontend::UI::TextEdit']]] ]; diff --git a/docs/html/search/functions_3.js b/docs/html/search/functions_3.js index 9d3e99d3..fa00d173 100644 --- a/docs/html/search/functions_3.js +++ b/docs/html/search/functions_3.js @@ -1,25 +1,25 @@ var searchData= [ - ['dataobjectoperator_1120',['DataObjectOperator',['../classGpgFrontend_1_1DataObjectOperator.html#a3a8ae5c36fec01d0d5c3e5f9aed457a6',1,'GpgFrontend::DataObjectOperator']]], - ['decrypt_1121',['Decrypt',['../classGpgFrontend_1_1GpgBasicOperator.html#a508bdf67776fe4e393956d935784f9a4',1,'GpgFrontend::GpgBasicOperator']]], - ['decryptarchive_1122',['DecryptArchive',['../classGpgFrontend_1_1GpgFileOpera.html#a14cbffefe515850c3c9453302d7f60a8',1,'GpgFrontend::GpgFileOpera']]], - ['decryptfile_1123',['DecryptFile',['../classGpgFrontend_1_1GpgFileOpera.html#a5534131c79647b29c92ba282c3af7978',1,'GpgFrontend::GpgFileOpera']]], - ['decryptfilesync_1124',['DecryptFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#aae616b77cdeaebdcf89ff75b7642c9dc',1,'GpgFrontend::GpgFileOpera']]], - ['decryptsync_1125',['DecryptSync',['../classGpgFrontend_1_1GpgBasicOperator.html#af25a8b568723bf1c3b8b59ab1786238c',1,'GpgFrontend::GpgBasicOperator']]], - ['decryptverify_1126',['DecryptVerify',['../classGpgFrontend_1_1GpgBasicOperator.html#a84a66a7a31269ba152c1329083540efc',1,'GpgFrontend::GpgBasicOperator']]], - ['decryptverifyarchive_1127',['DecryptVerifyArchive',['../classGpgFrontend_1_1GpgFileOpera.html#a0d890d70f943b0f07ab65bb8a907d94d',1,'GpgFrontend::GpgFileOpera']]], - ['decryptverifyfile_1128',['DecryptVerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#a795be34a8849de70e90b501bd9e952f2',1,'GpgFrontend::GpgFileOpera']]], - ['decryptverifyfilesync_1129',['DecryptVerifyFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#af10bf1aa98a6717adbef57c11750094c',1,'GpgFrontend::GpgFileOpera']]], - ['decryptverifysync_1130',['DecryptVerifySync',['../classGpgFrontend_1_1GpgBasicOperator.html#a2de32d6c71f3d559aab4ee78648878c0',1,'GpgFrontend::GpgBasicOperator']]], - ['delete_5fkeys_5fwith_5fwarning_1131',['delete_keys_with_warning',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6c62f6142fd4bfe0554223189a31d9a8',1,'GpgFrontend::UI::KeyMgmt']]], - ['delete_5fwidgets_5fin_5flayout_1132',['delete_widgets_in_layout',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a852c1fe10c7d3153a2146bcea4dbe9ad',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['deleteallfilesbypattern_1133',['DeleteAllFilesByPattern',['../namespaceGpgFrontend.html#a445c070c37811b064e6e4dbb8979bc95',1,'GpgFrontend']]], - ['deletekey_1134',['DeleteKey',['../classGpgFrontend_1_1GpgKeyOpera.html#a151c47b997951e9162f8b036c3cb15e0',1,'GpgFrontend::GpgKeyOpera']]], - ['deletekeys_1135',['DeleteKeys',['../classGpgFrontend_1_1GpgKeyOpera.html#a8a06d0f7a600d4428359b653a68f717e',1,'GpgFrontend::GpgKeyOpera']]], - ['describegpgerrcode_1136',['DescribeGpgErrCode',['../namespaceGpgFrontend.html#aa22dc541423cb09a1dd250d458eb069c',1,'GpgFrontend']]], - ['destroy_1137',['Destroy',['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html#ac54d39d57fc7e6edd8d3b9d8b715c643',1,'GpgFrontend::SingletonStorageCollection::Impl']]], - ['destroygpgfrontendui_1138',['DestroyGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#a8c56bcc19761bbc2fc3134878d9bae37',1,'GpgFrontend::UI']]], - ['doanalyse_1139',['doAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a4652e6e7c86756159793306f2218d37b',1,'GpgFrontend::GpgDecryptResultAnalyse']]], - ['dragenterevent_1140',['dragEnterEvent',['../classGpgFrontend_1_1UI_1_1KeyList.html#ae3ad87e114432b0d659a0297d520d72f',1,'GpgFrontend::UI::KeyList']]], - ['dropevent_1141',['dropEvent',['../classGpgFrontend_1_1UI_1_1KeyList.html#a23ebf79be8de637560d41afd0433c35f',1,'GpgFrontend::UI::KeyList']]] + ['dataobjectoperator_1119',['DataObjectOperator',['../classGpgFrontend_1_1DataObjectOperator.html#a3a8ae5c36fec01d0d5c3e5f9aed457a6',1,'GpgFrontend::DataObjectOperator']]], + ['decrypt_1120',['Decrypt',['../classGpgFrontend_1_1GpgBasicOperator.html#a508bdf67776fe4e393956d935784f9a4',1,'GpgFrontend::GpgBasicOperator']]], + ['decryptarchive_1121',['DecryptArchive',['../classGpgFrontend_1_1GpgFileOpera.html#a14cbffefe515850c3c9453302d7f60a8',1,'GpgFrontend::GpgFileOpera']]], + ['decryptfile_1122',['DecryptFile',['../classGpgFrontend_1_1GpgFileOpera.html#a5534131c79647b29c92ba282c3af7978',1,'GpgFrontend::GpgFileOpera']]], + ['decryptfilesync_1123',['DecryptFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#aae616b77cdeaebdcf89ff75b7642c9dc',1,'GpgFrontend::GpgFileOpera']]], + ['decryptsync_1124',['DecryptSync',['../classGpgFrontend_1_1GpgBasicOperator.html#af25a8b568723bf1c3b8b59ab1786238c',1,'GpgFrontend::GpgBasicOperator']]], + ['decryptverify_1125',['DecryptVerify',['../classGpgFrontend_1_1GpgBasicOperator.html#a84a66a7a31269ba152c1329083540efc',1,'GpgFrontend::GpgBasicOperator']]], + ['decryptverifyarchive_1126',['DecryptVerifyArchive',['../classGpgFrontend_1_1GpgFileOpera.html#a0d890d70f943b0f07ab65bb8a907d94d',1,'GpgFrontend::GpgFileOpera']]], + ['decryptverifyfile_1127',['DecryptVerifyFile',['../classGpgFrontend_1_1GpgFileOpera.html#a795be34a8849de70e90b501bd9e952f2',1,'GpgFrontend::GpgFileOpera']]], + ['decryptverifyfilesync_1128',['DecryptVerifyFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#af10bf1aa98a6717adbef57c11750094c',1,'GpgFrontend::GpgFileOpera']]], + ['decryptverifysync_1129',['DecryptVerifySync',['../classGpgFrontend_1_1GpgBasicOperator.html#a2de32d6c71f3d559aab4ee78648878c0',1,'GpgFrontend::GpgBasicOperator']]], + ['delete_5fkeys_5fwith_5fwarning_1130',['delete_keys_with_warning',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6c62f6142fd4bfe0554223189a31d9a8',1,'GpgFrontend::UI::KeyMgmt']]], + ['delete_5fwidgets_5fin_5flayout_1131',['delete_widgets_in_layout',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a852c1fe10c7d3153a2146bcea4dbe9ad',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['deleteallfilesbypattern_1132',['DeleteAllFilesByPattern',['../namespaceGpgFrontend.html#a445c070c37811b064e6e4dbb8979bc95',1,'GpgFrontend']]], + ['deletekey_1133',['DeleteKey',['../classGpgFrontend_1_1GpgKeyOpera.html#a151c47b997951e9162f8b036c3cb15e0',1,'GpgFrontend::GpgKeyOpera']]], + ['deletekeys_1134',['DeleteKeys',['../classGpgFrontend_1_1GpgKeyOpera.html#a8a06d0f7a600d4428359b653a68f717e',1,'GpgFrontend::GpgKeyOpera']]], + ['describegpgerrcode_1135',['DescribeGpgErrCode',['../namespaceGpgFrontend.html#aa22dc541423cb09a1dd250d458eb069c',1,'GpgFrontend']]], + ['destroy_1136',['Destroy',['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html#ac54d39d57fc7e6edd8d3b9d8b715c643',1,'GpgFrontend::SingletonStorageCollection::Impl']]], + ['destroygpgfrontendui_1137',['DestroyGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#a8c56bcc19761bbc2fc3134878d9bae37',1,'GpgFrontend::UI']]], + ['doanalyse_1138',['doAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a4652e6e7c86756159793306f2218d37b',1,'GpgFrontend::GpgDecryptResultAnalyse']]], + ['dragenterevent_1139',['dragEnterEvent',['../classGpgFrontend_1_1UI_1_1KeyList.html#ae3ad87e114432b0d659a0297d520d72f',1,'GpgFrontend::UI::KeyList']]], + ['dropevent_1140',['dropEvent',['../classGpgFrontend_1_1UI_1_1KeyList.html#a23ebf79be8de637560d41afd0433c35f',1,'GpgFrontend::UI::KeyList']]] ]; diff --git a/docs/html/search/functions_4.js b/docs/html/search/functions_4.js index e198041c..ec50e45a 100644 --- a/docs/html/search/functions_4.js +++ b/docs/html/search/functions_4.js @@ -1,24 +1,24 @@ var searchData= [ - ['encryptderectorysymmetric_1142',['EncryptDerectorySymmetric',['../classGpgFrontend_1_1GpgFileOpera.html#a162aad2008f150356ac60369d5aaeca5',1,'GpgFrontend::GpgFileOpera']]], - ['encryptderectorysymmetricsync_1143',['EncryptDerectorySymmetricSync',['../classGpgFrontend_1_1GpgFileOpera.html#abbb5953b208399cc778faa5dd210a23f',1,'GpgFrontend::GpgFileOpera']]], - ['encryptdirectory_1144',['EncryptDirectory',['../classGpgFrontend_1_1GpgFileOpera.html#ace69ece7bb107e350e1ab5b3ff443657',1,'GpgFrontend::GpgFileOpera']]], - ['encryptfile_1145',['EncryptFile',['../classGpgFrontend_1_1GpgFileOpera.html#a53f13bf1b79f155f5196ce5d7dfeaf5e',1,'GpgFrontend::GpgFileOpera']]], - ['encryptfilesymmetric_1146',['EncryptFileSymmetric',['../classGpgFrontend_1_1GpgFileOpera.html#a14dc846ae25a2fe82ab94ee32a0d5b3e',1,'GpgFrontend::GpgFileOpera']]], - ['encryptfilesymmetricsync_1147',['EncryptFileSymmetricSync',['../classGpgFrontend_1_1GpgFileOpera.html#a891024cb4fdd7e9163421d7893c43ef3',1,'GpgFrontend::GpgFileOpera']]], - ['encryptfilesync_1148',['EncryptFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#a55656f50fca690aec87afe349460b1c7',1,'GpgFrontend::GpgFileOpera']]], - ['encryptsign_1149',['EncryptSign',['../classGpgFrontend_1_1GpgBasicOperator.html#a846cc480299eacc843cfb04a74f881ba',1,'GpgFrontend::GpgBasicOperator']]], - ['encryptsigndirectory_1150',['EncryptSignDirectory',['../classGpgFrontend_1_1GpgFileOpera.html#a28dc2c1570e10a740aeaa80b3755cee3',1,'GpgFrontend::GpgFileOpera']]], - ['encryptsignfile_1151',['EncryptSignFile',['../classGpgFrontend_1_1GpgFileOpera.html#acd125de9f5d6c49b2e5cf796f27a3398',1,'GpgFrontend::GpgFileOpera']]], - ['encryptsignfilesync_1152',['EncryptSignFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#a9915c91131e4935679b25ef51c2544b1',1,'GpgFrontend::GpgFileOpera']]], - ['encryptsignsync_1153',['EncryptSignSync',['../classGpgFrontend_1_1GpgBasicOperator.html#a231f7ca2d8b56b3791497cdbb7754e44',1,'GpgFrontend::GpgBasicOperator']]], - ['encryptsymmetric_1154',['EncryptSymmetric',['../classGpgFrontend_1_1GpgBasicOperator.html#af95c6ea9e4a0aaccb17029557b63158a',1,'GpgFrontend::GpgBasicOperator']]], - ['encryptsymmetricsync_1155',['EncryptSymmetricSync',['../classGpgFrontend_1_1GpgBasicOperator.html#a71018b8a86ec41ebd1050f437649b173',1,'GpgFrontend::GpgBasicOperator']]], - ['exec_1156',['Exec',['../classGpgFrontend_1_1UI_1_1RaisePinentry.html#a9966823c9bd4218d01542620a2dff9a3',1,'GpgFrontend::UI::RaisePinentry::Exec()'],['../classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel.html#a5339dcb3890afa6ca4f50fb833bafaa0',1,'GpgFrontend::UI::SetOwnerTrustLevel::Exec()']]], - ['executesync_1157',['ExecuteSync',['../classGpgFrontend_1_1GpgCommandExecutor.html#ac3f979fcd910206e2d9cb30930e9eecb',1,'GpgFrontend::GpgCommandExecutor']]], - ['exportallkeys_1158',['ExportAllKeys',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a589a888151797a556f80f541a7247036',1,'GpgFrontend::GpgKeyImportExporter']]], - ['exportkey_1159',['ExportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#aadede45dd33c70c4716d5276716405f5',1,'GpgFrontend::GpgKeyImportExporter']]], - ['exportkeypackagedialog_1160',['ExportKeyPackageDialog',['../classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html#a7d1899302ef743671c3002d04f6c9dd8',1,'GpgFrontend::UI::ExportKeyPackageDialog']]], - ['exportkeys_1161',['ExportKeys',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a1e1ba98323a6494f6c07fee2d3fc40fb',1,'GpgFrontend::GpgKeyImportExporter']]], - ['extractarchivefromdataexchanger_1162',['ExtractArchiveFromDataExchanger',['../classGpgFrontend_1_1ArchiveFileOperator.html#a0970b9c44e6e0a9bf93af31b8a76575b',1,'GpgFrontend::ArchiveFileOperator']]] + ['encryptderectorysymmetric_1141',['EncryptDerectorySymmetric',['../classGpgFrontend_1_1GpgFileOpera.html#a162aad2008f150356ac60369d5aaeca5',1,'GpgFrontend::GpgFileOpera']]], + ['encryptderectorysymmetricsync_1142',['EncryptDerectorySymmetricSync',['../classGpgFrontend_1_1GpgFileOpera.html#abbb5953b208399cc778faa5dd210a23f',1,'GpgFrontend::GpgFileOpera']]], + ['encryptdirectory_1143',['EncryptDirectory',['../classGpgFrontend_1_1GpgFileOpera.html#ace69ece7bb107e350e1ab5b3ff443657',1,'GpgFrontend::GpgFileOpera']]], + ['encryptfile_1144',['EncryptFile',['../classGpgFrontend_1_1GpgFileOpera.html#a53f13bf1b79f155f5196ce5d7dfeaf5e',1,'GpgFrontend::GpgFileOpera']]], + ['encryptfilesymmetric_1145',['EncryptFileSymmetric',['../classGpgFrontend_1_1GpgFileOpera.html#a14dc846ae25a2fe82ab94ee32a0d5b3e',1,'GpgFrontend::GpgFileOpera']]], + ['encryptfilesymmetricsync_1146',['EncryptFileSymmetricSync',['../classGpgFrontend_1_1GpgFileOpera.html#a891024cb4fdd7e9163421d7893c43ef3',1,'GpgFrontend::GpgFileOpera']]], + ['encryptfilesync_1147',['EncryptFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#a55656f50fca690aec87afe349460b1c7',1,'GpgFrontend::GpgFileOpera']]], + ['encryptsign_1148',['EncryptSign',['../classGpgFrontend_1_1GpgBasicOperator.html#a846cc480299eacc843cfb04a74f881ba',1,'GpgFrontend::GpgBasicOperator']]], + ['encryptsigndirectory_1149',['EncryptSignDirectory',['../classGpgFrontend_1_1GpgFileOpera.html#a28dc2c1570e10a740aeaa80b3755cee3',1,'GpgFrontend::GpgFileOpera']]], + ['encryptsignfile_1150',['EncryptSignFile',['../classGpgFrontend_1_1GpgFileOpera.html#acd125de9f5d6c49b2e5cf796f27a3398',1,'GpgFrontend::GpgFileOpera']]], + ['encryptsignfilesync_1151',['EncryptSignFileSync',['../classGpgFrontend_1_1GpgFileOpera.html#a9915c91131e4935679b25ef51c2544b1',1,'GpgFrontend::GpgFileOpera']]], + ['encryptsignsync_1152',['EncryptSignSync',['../classGpgFrontend_1_1GpgBasicOperator.html#a231f7ca2d8b56b3791497cdbb7754e44',1,'GpgFrontend::GpgBasicOperator']]], + ['encryptsymmetric_1153',['EncryptSymmetric',['../classGpgFrontend_1_1GpgBasicOperator.html#af95c6ea9e4a0aaccb17029557b63158a',1,'GpgFrontend::GpgBasicOperator']]], + ['encryptsymmetricsync_1154',['EncryptSymmetricSync',['../classGpgFrontend_1_1GpgBasicOperator.html#a71018b8a86ec41ebd1050f437649b173',1,'GpgFrontend::GpgBasicOperator']]], + ['exec_1155',['Exec',['../classGpgFrontend_1_1UI_1_1RaisePinentry.html#a9966823c9bd4218d01542620a2dff9a3',1,'GpgFrontend::UI::RaisePinentry::Exec()'],['../classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel.html#a5339dcb3890afa6ca4f50fb833bafaa0',1,'GpgFrontend::UI::SetOwnerTrustLevel::Exec()']]], + ['executesync_1156',['ExecuteSync',['../classGpgFrontend_1_1GpgCommandExecutor.html#ac3f979fcd910206e2d9cb30930e9eecb',1,'GpgFrontend::GpgCommandExecutor']]], + ['exportallkeys_1157',['ExportAllKeys',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a589a888151797a556f80f541a7247036',1,'GpgFrontend::GpgKeyImportExporter']]], + ['exportkey_1158',['ExportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#aadede45dd33c70c4716d5276716405f5',1,'GpgFrontend::GpgKeyImportExporter']]], + ['exportkeypackagedialog_1159',['ExportKeyPackageDialog',['../classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog.html#a7d1899302ef743671c3002d04f6c9dd8',1,'GpgFrontend::UI::ExportKeyPackageDialog']]], + ['exportkeys_1160',['ExportKeys',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a1e1ba98323a6494f6c07fee2d3fc40fb',1,'GpgFrontend::GpgKeyImportExporter']]], + ['extractarchivefromdataexchanger_1161',['ExtractArchiveFromDataExchanger',['../classGpgFrontend_1_1ArchiveFileOperator.html#a0970b9c44e6e0a9bf93af31b8a76575b',1,'GpgFrontend::ArchiveFileOperator']]] ]; diff --git a/docs/html/search/functions_5.js b/docs/html/search/functions_5.js index 060c74c7..04bcf0bf 100644 --- a/docs/html/search/functions_5.js +++ b/docs/html/search/functions_5.js @@ -1,8 +1,8 @@ var searchData= [ - ['fetchkey_1163',['FetchKey',['../classGpgFrontend_1_1GpgKeyGetter.html#ada3e33c92b5f4d24b6f2efe6af446688',1,'GpgFrontend::GpgKeyGetter']]], - ['filepage_1164',['FilePage',['../classGpgFrontend_1_1UI_1_1FilePage.html#aed52684347a89faaad2cc7defa9dfc0f',1,'GpgFrontend::UI::FilePage']]], - ['findobjectinchannel_1165',['FindObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#aca3f30ca1bf528ac71351ca913b4f464',1,'GpgFrontend::SingletonStorage']]], - ['findwidget_1166',['FindWidget',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a495f281e72e5ddc10c8e944183b96dd9',1,'GpgFrontend::UI::FindWidget']]], - ['flushkeycache_1167',['FlushKeyCache',['../classGpgFrontend_1_1GpgKeyGetter.html#a12c5b7fa117c7434450365f5ed46acf9',1,'GpgFrontend::GpgKeyGetter']]] + ['fetchkey_1162',['FetchKey',['../classGpgFrontend_1_1GpgKeyGetter.html#ada3e33c92b5f4d24b6f2efe6af446688',1,'GpgFrontend::GpgKeyGetter']]], + ['filepage_1163',['FilePage',['../classGpgFrontend_1_1UI_1_1FilePage.html#aed52684347a89faaad2cc7defa9dfc0f',1,'GpgFrontend::UI::FilePage']]], + ['findobjectinchannel_1164',['FindObjectInChannel',['../classGpgFrontend_1_1SingletonStorage.html#aca3f30ca1bf528ac71351ca913b4f464',1,'GpgFrontend::SingletonStorage']]], + ['findwidget_1165',['FindWidget',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a495f281e72e5ddc10c8e944183b96dd9',1,'GpgFrontend::UI::FindWidget']]], + ['flushkeycache_1166',['FlushKeyCache',['../classGpgFrontend_1_1GpgKeyGetter.html#a12c5b7fa117c7434450365f5ed46acf9',1,'GpgFrontend::GpgKeyGetter']]] ]; diff --git a/docs/html/search/functions_6.js b/docs/html/search/functions_6.js index 242fb85e..850e9d4a 100644 --- a/docs/html/search/functions_6.js +++ b/docs/html/search/functions_6.js @@ -1,158 +1,158 @@ var searchData= [ - ['generaldialog_1168',['GeneralDialog',['../classGpgFrontend_1_1UI_1_1GeneralDialog.html#ab300bc30252244b1b11cc24350147942',1,'GpgFrontend::UI::GeneralDialog']]], - ['generalmainwindow_1169',['GeneralMainWindow',['../classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a4e70182b431aaf983341527d636f5b67',1,'GpgFrontend::UI::GeneralMainWindow']]], - ['generaltab_1170',['GeneralTab',['../classGpgFrontend_1_1UI_1_1GeneralTab.html#a214079dfbacdc6898146c8468611cf0c',1,'GpgFrontend::UI::GeneralTab']]], - ['generate_1171',['Generate',['../classGpgFrontend_1_1PassphraseGenerator.html#ae53436e5b7dc44e96afe014ccd544998',1,'GpgFrontend::PassphraseGenerator']]], - ['generate_5fkey_5fpackage_5fname_1172',['generate_key_package_name',['../classGpgFrontend_1_1KeyPackageOperator.html#ab0fc5ef8145005f0851311f73f4e7039',1,'GpgFrontend::KeyPackageOperator']]], - ['generate_5fuuid_1173',['generate_uuid',['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#ad0878b39a1fe88d7a207ee0df0b90842',1,'GpgFrontend::Thread::Task::Impl']]], - ['generatekey_1174',['GenerateKey',['../classGpgFrontend_1_1GpgKeyOpera.html#af20beaf00ea43b399ab39bdb8e358427',1,'GpgFrontend::GpgKeyOpera']]], - ['generatekeypackage_1175',['GenerateKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#ae01e32a99a0008f8b01ad7afb95b93a3',1,'GpgFrontend::KeyPackageOperator']]], - ['generatekeypackagename_1176',['GenerateKeyPackageName',['../classGpgFrontend_1_1KeyPackageOperator.html#a6c987efc6e6a137ac3eb11170220e299',1,'GpgFrontend::KeyPackageOperator']]], - ['generatekeysync_1177',['GenerateKeySync',['../classGpgFrontend_1_1GpgKeyOpera.html#ab3e567066b22fa9b146324dcdbd34d30',1,'GpgFrontend::GpgKeyOpera']]], - ['generatekeywithsubkey_1178',['GenerateKeyWithSubkey',['../classGpgFrontend_1_1GpgKeyOpera.html#adf89f46010856486d25af3ea1e94b25d',1,'GpgFrontend::GpgKeyOpera']]], - ['generatekeywithsubkeysync_1179',['GenerateKeyWithSubkeySync',['../classGpgFrontend_1_1GpgKeyOpera.html#a92708358f594869ff9cba1ea4d0a4ec6',1,'GpgFrontend::GpgKeyOpera']]], - ['generatepassphrase_1180',['GeneratePassphrase',['../classGpgFrontend_1_1KeyPackageOperator.html#a17bd5bca63876fcd201e98c2fca0582c',1,'GpgFrontend::KeyPackageOperator']]], - ['generaterevokecert_1181',['GenerateRevokeCert',['../classGpgFrontend_1_1GpgKeyOpera.html#ad97b418381a346162684045d8471de2d',1,'GpgFrontend::GpgKeyOpera']]], - ['generatesubkey_1182',['GenerateSubkey',['../classGpgFrontend_1_1GpgKeyOpera.html#a54d339513039e008e821e64d0991206e',1,'GpgFrontend::GpgKeyOpera']]], - ['generatesubkeysync_1183',['GenerateSubkeySync',['../classGpgFrontend_1_1GpgKeyOpera.html#a2ef5deb5bb7a50b5488228a72f6776bd',1,'GpgFrontend::GpgKeyOpera']]], - ['genkeyinfo_1184',['GenKeyInfo',['../classGpgFrontend_1_1GenKeyInfo.html#acfa8401da6425bf3b5fe63d897a33b69',1,'GpgFrontend::GenKeyInfo']]], - ['get_5fdata_5fobject_5fkey_1185',['get_data_object_key',['../classGpgFrontend_1_1CacheManager_1_1Impl.html#a2e30e1288e5e7bff4cb54a9723fbcaeb',1,'GpgFrontend::CacheManager::Impl']]], - ['get_5fkey_5fin_5fcache_1186',['get_key_in_cache',['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html#a440653d7752aec61575b522d9b7bce25',1,'GpgFrontend::GpgKeyGetter::Impl']]], - ['get_5frestart_5fneeded_1187',['get_restart_needed',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a5e95f62dac9fba1ead6ec69c145923db',1,'GpgFrontend::UI::MainWindow::get_restart_needed()'],['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#a2ca2325a0dd0764cb6b5c2a7e35ba408',1,'GpgFrontend::UI::SettingsDialog::get_restart_needed()'],['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a20c7a1887d6dddae4f5d78c35394fa3b',1,'GpgFrontend::UI::GnuPGControllerDialog::get_restart_needed()']]], - ['get_5fselected_5fsubkey_1188',['get_selected_subkey',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aa757320412a0a904bcbd2d6ee536c744',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], - ['get_5fsign_5fselected_1189',['get_sign_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#ab090e19189ae4f03ab43f9a300b906f0',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['get_5fstatus_5fstring_1190',['get_status_string',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a168bea15c50aa5c42601026124fb04f0',1,'GpgFrontend::UI::KeyImportDetailDialog']]], - ['get_5fuid_5fchecked_1191',['get_uid_checked',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#ae8830624dd1e06f83cde4a1d9750aa85',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['get_5fuid_5fselected_1192',['get_uid_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a88c454f97ba4bd140e23c8ff1054eff5',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['getalgo_1193',['GetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#aadafd2fa289a5b8e69e03c5b2deeacd6',1,'GpgFrontend::GenKeyInfo']]], - ['getallchannelid_1194',['GetAllChannelId',['../classGpgFrontend_1_1SingletonStorage.html#aa5fd3f6f18f7c9435df0bb32707e3871',1,'GpgFrontend::SingletonStorage::GetAllChannelId()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aa7b5db19f3a130886f43607a345a0e1d',1,'GpgFrontend::SingletonFunctionObject::GetAllChannelId()']]], - ['getallprivatekeys_1195',['GetAllPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#ac9dc5eb5036314d230dffafef198197a',1,'GpgFrontend::UI::KeyList']]], - ['getapp_1196',['GetApp',['../structGpgFrontend_1_1GpgFrontendContext.html#a56dd389a17c5f74482ade13635140bbb',1,'GpgFrontend::GpgFrontendContext']]], - ['getappdatapath_1197',['GetAppDataPath',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#ae051656e52a286cd9b3a891d82099ce0',1,'GpgFrontend::GlobalSettingStation::Impl::GetAppDataPath()'],['../classGpgFrontend_1_1GlobalSettingStation.html#a7da8fc60ba403d6addd8f671089faeaa',1,'GpgFrontend::GlobalSettingStation::GetAppDataPath()']]], - ['getappdir_1198',['GetAppDir',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#abc4ed01c7a4cf9c3c7d9a9462027abd0',1,'GpgFrontend::GlobalSettingStation::Impl::GetAppDir()'],['../classGpgFrontend_1_1GlobalSettingStation.html#a0493f07e63b300e272826561bbc6d9f7',1,'GpgFrontend::GlobalSettingStation::GetAppDir()']]], - ['getbrowser_1199',['GetBrowser',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a92c31eea47b42be28c86431384b27846',1,'GpgFrontend::UI::HelpPage']]], - ['getcachevalue_1200',['GetCacheValue',['../namespaceGpgFrontend.html#a145ff996dfe117c16297483ce7bc053a',1,'GpgFrontend']]], - ['getchannel_1201',['GetChannel',['../classGpgFrontend_1_1ChannelObject.html#a085b36517fcc46916279b9d633da2d26',1,'GpgFrontend::ChannelObject::GetChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a94ee1e1251023610590e675ae3de8bd5',1,'GpgFrontend::SingletonFunctionObject::GetChannel()']]], - ['getchannelobjectinstance_1202',['GetChannelObjectInstance',['../namespaceGpgFrontend.html#a0f6c508ed7db841c0eaf5907c7612ff6',1,'GpgFrontend']]], - ['getchecked_1203',['GetChecked',['../structGpgFrontend_1_1UI_1_1KeyTable.html#a77eba4055ecb7d32fab06f65b80ae07e',1,'GpgFrontend::UI::KeyTable::GetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ab9114a304fae835b3464d3f55e53b3fc',1,'GpgFrontend::UI::KeyList::GetChecked(const KeyTable &key_table)'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a97d01278c44e1f7cd53f842ae80b477b',1,'GpgFrontend::UI::KeyList::GetChecked()']]], - ['getcheckedsigners_1204',['GetCheckedSigners',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a293d71b597bd052836675a4cff8ad28d',1,'GpgFrontend::UI::SignersPicker']]], - ['getcomment_1205',['GetComment',['../classGpgFrontend_1_1GenKeyInfo.html#abbc1d76d54202eb5cf2cc27767ab238d',1,'GpgFrontend::GenKeyInfo::GetComment()'],['../classGpgFrontend_1_1GpgKeySignature.html#a964da32ce71553d6a584c36f4797db0f',1,'GpgFrontend::GpgKeySignature::GetComment()'],['../classGpgFrontend_1_1GpgKey.html#aadfb3ec59be62ca0c14e73766f219557',1,'GpgFrontend::GpgKey::GetComment()'],['../classGpgFrontend_1_1GpgUID.html#af71a8fb322d11f4d0267fb5a1c109904',1,'GpgFrontend::GpgUID::GetComment()']]], - ['getcorelogger_1206',['GetCoreLogger',['../namespaceGpgFrontend.html#addea8a9496b97952a6268f14a392e981',1,'GpgFrontend']]], - ['getcreatetime_1207',['GetCreateTime',['../classGpgFrontend_1_1GpgKey.html#a51ec231fb31f5c968511eeb2ecc7a82f',1,'GpgFrontend::GpgKey::GetCreateTime()'],['../classGpgFrontend_1_1GpgSubKey.html#acb69f7d19dd2e9278c59ed68033c95f6',1,'GpgFrontend::GpgSubKey::GetCreateTime()'],['../classGpgFrontend_1_1GpgSignature.html#a83cefe63b9410bd07ff123fe61f05e95',1,'GpgFrontend::GpgSignature::GetCreateTime()'],['../classGpgFrontend_1_1GpgKeySignature.html#aa49800564631056c764fd412305f5a50',1,'GpgFrontend::GpgKeySignature::GetCreateTime()']]], - ['getcurrentpath_1208',['GetCurrentPath',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a984bd4a6f7d133d6e6356b46ba2d46d4',1,'GpgFrontend::UI::FileTreeView']]], - ['getdataobjectsfilessize_1209',['GetDataObjectsFilesSize',['../classGpgFrontend_1_1GlobalSettingStation.html#a67d731d4a2c0f3033c9f6b6f52094e25',1,'GpgFrontend::GlobalSettingStation']]], - ['getdefaultchannel_1210',['GetDefaultChannel',['../classGpgFrontend_1_1ChannelObject.html#a6a3672c8ff3d4fb5ef6bc1bda202bbb8',1,'GpgFrontend::ChannelObject::GetDefaultChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ad983153cbe3a0c32c123c506e04f31fc',1,'GpgFrontend::SingletonFunctionObject::GetDefaultChannel()']]], - ['getdefaultlogger_1211',['GetDefaultLogger',['../namespaceGpgFrontend.html#aadeb053cc9436a24f80ab4ec5b27cf51',1,'GpgFrontend']]], - ['getdescription_1212',['GetDescription',['../classGpgFrontend_1_1GpgTOFUInfo.html#a7659c5c7483a7629be347d6a8f05fe37',1,'GpgFrontend::GpgTOFUInfo']]], - ['getemail_1213',['GetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#af87474dd334abdc17f39bf5cc04cc464',1,'GpgFrontend::GenKeyInfo::GetEmail()'],['../classGpgFrontend_1_1GpgKey.html#acfde01907c1ec56cdb6dab519c7948e9',1,'GpgFrontend::GpgKey::GetEmail()'],['../classGpgFrontend_1_1GpgKeySignature.html#aeef7bdd5d64493a585e77d4e4839e055',1,'GpgFrontend::GpgKeySignature::GetEmail()'],['../classGpgFrontend_1_1GpgUID.html#a72b06128992429e3fc730134d82f4a37',1,'GpgFrontend::GpgUID::GetEmail()']]], - ['getencrcount_1214',['GetEncrCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#a55e9388dce5d0d695844cbbb03db0437',1,'GpgFrontend::GpgTOFUInfo']]], - ['getencrlast_1215',['GetEncrLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a4dc5e5573cabb90f55761bdc252f4f82',1,'GpgFrontend::GpgTOFUInfo']]], - ['getexpiretime_1216',['GetExpireTime',['../classGpgFrontend_1_1GpgSignature.html#abaedefd31b8e3a1d59feb8a5f9f3527c',1,'GpgFrontend::GpgSignature::GetExpireTime()'],['../classGpgFrontend_1_1GpgSubKey.html#a70e3268330b354ff99a1ec753ee71601',1,'GpgFrontend::GpgSubKey::GetExpireTime()'],['../classGpgFrontend_1_1GpgKeySignature.html#a9da492e149e2e5ff8766aa7b925e8887',1,'GpgFrontend::GpgKeySignature::GetExpireTime()'],['../classGpgFrontend_1_1GpgKey.html#a430e4275ee13ceaf177138dd4be388c7',1,'GpgFrontend::GpgKey::GetExpireTime()'],['../classGpgFrontend_1_1GenKeyInfo.html#abba96c63d675a9bdd05926eaca64c268',1,'GpgFrontend::GenKeyInfo::GetExpireTime()']]], - ['getfileextension_1217',['GetFileExtension',['../namespaceGpgFrontend.html#a603b75f118cc58b6f267df4347acd6e9',1,'GpgFrontend']]], - ['getfilepath_1218',['GetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['getfilesizebypath_1219',['GetFileSizeByPath',['../namespaceGpgFrontend.html#ac05bfb7efd56d3012777ed2e8e355a6a',1,'GpgFrontend']]], - ['getfingerprint_1220',['GetFingerprint',['../classGpgFrontend_1_1GpgKey.html#acc06ff78f50cfa9ec94cebd39e235a40',1,'GpgFrontend::GpgKey::GetFingerprint()'],['../classGpgFrontend_1_1GpgSignature.html#acd681c77a5c777cacd0b9866b209bac2',1,'GpgFrontend::GpgSignature::GetFingerprint()'],['../classGpgFrontend_1_1GpgSubKey.html#a99a39cfbe53b79c1b56b854ce8e7088e',1,'GpgFrontend::GpgSubKey::GetFingerprint()']]], - ['getfullextension_1221',['GetFullExtension',['../namespaceGpgFrontend.html#ac855ff975b7f2571f5dab25c857e5a4f',1,'GpgFrontend']]], - ['getfullid_1222',['GetFullID',['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#a2b844765ba5c75ee061fe19ccb663e1d',1,'GpgFrontend::Thread::Task::Impl::GetFullID()'],['../classGpgFrontend_1_1Thread_1_1Task.html#aabda16361fa50a05e72de5f6ac37a53e',1,'GpgFrontend::Thread::Task::GetFullID()']]], - ['gethashalgo_1223',['GetHashAlgo',['../classGpgFrontend_1_1GpgSignature.html#a23084904b84dd0d2a619565c0ae18d2e',1,'GpgFrontend::GpgSignature']]], - ['gethttprequestuseragent_1224',['GetHttpRequestUserAgent',['../namespaceGpgFrontend.html#aa0393307275afa9b4f27f7ff0d74f9ae',1,'GpgFrontend']]], - ['gethumanfriendlyfilesize_1225',['GetHumanFriendlyFileSize',['../namespaceGpgFrontend.html#a5b86eb3adc57fa5f55e9f55a69031f71',1,'GpgFrontend']]], - ['getid_1226',['GetID',['../classGpgFrontend_1_1GpgSubKey.html#a28be04ec888468dbd7341aa4cb28785d',1,'GpgFrontend::GpgSubKey']]], - ['getid_1227',['GetId',['../classGpgFrontend_1_1GpgKey.html#a3dec62e06f6f8f43059b293ad192e0c1',1,'GpgFrontend::GpgKey']]], - ['getinstance_1228',['GetInstance',['../classGpgFrontend_1_1SingletonFunctionObject.html#ac963fee992753970bfb5c81608d4070f',1,'GpgFrontend::SingletonFunctionObject::GetInstance()'],['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a530688726ce3a319de8d4bdcc291db87',1,'GpgFrontend::UI::CommonUtils::GetInstance()'],['../classGpgFrontend_1_1UI_1_1UISignalStation.html#a6294f44348070707b4b6abcfd1b6509d',1,'GpgFrontend::UI::UISignalStation::GetInstance()'],['../classGpgFrontend_1_1CoreSignalStation.html#a4ab63c97545b007d2b720c9b59ed1c47',1,'GpgFrontend::CoreSignalStation::GetInstance()'],['../classGpgFrontend_1_1SingletonStorageCollection.html#a4bba0f1f2880648909af6824bcef9568',1,'GpgFrontend::SingletonStorageCollection::GetInstance()'],['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html#a9cdea3d2b2d2776f241d2a871d233dd5',1,'GpgFrontend::SingletonStorageCollection::Impl::GetInstance()']]], - ['getinvalid_1229',['GetInvalid',['../classGpgFrontend_1_1GpgUID.html#a1e7436091a5de3c08727608880afedd2',1,'GpgFrontend::GpgUID']]], - ['getkey_1230',['GetKey',['../classGpgFrontend_1_1GpgKeyGetter.html#a74075299f1dee8cbccbf46939a1871f5',1,'GpgFrontend::GpgKeyGetter']]], - ['getkeyalgo_1231',['GetKeyAlgo',['../classGpgFrontend_1_1GpgKey.html#a9f69b569f048c2a8ce2894ea06a62622',1,'GpgFrontend::GpgKey::GetKeyAlgo()'],['../classGpgFrontend_1_1GpgSubKey.html#a6274ea63d3bc49d7a1222a415f04a371',1,'GpgFrontend::GpgSubKey::GetKeyAlgo()']]], - ['getkeyid_1232',['GetKeyID',['../classGpgFrontend_1_1GpgKeySignature.html#ae0291189b67734a61a9b34f5c206cefd',1,'GpgFrontend::GpgKeySignature']]], - ['getkeylength_1233',['GetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#afd12578dde272902cfbf76368103f95b',1,'GpgFrontend::GenKeyInfo::GetKeyLength()'],['../classGpgFrontend_1_1GpgSubKey.html#a05dc0b70902e5ce13c1e83c36f31fabe',1,'GpgFrontend::GpgSubKey::GetKeyLength()']]], - ['getkeys_1234',['GetKeys',['../classGpgFrontend_1_1GpgKeyGetter.html#ac12f4117c5b4b596d9788dc816a6112b',1,'GpgFrontend::GpgKeyGetter']]], - ['getkeyscopy_1235',['GetKeysCopy',['../classGpgFrontend_1_1GpgKeyGetter.html#a94b99caf87636d80988a7b9f5c65d444',1,'GpgFrontend::GpgKeyGetter::GetKeysCopy(const KeyListPtr &keys) -> KeyListPtr'],['../classGpgFrontend_1_1GpgKeyGetter.html#afa73240503bbb2bd0ad2a58584d02551',1,'GpgFrontend::GpgKeyGetter::GetKeysCopy(const KeyLinkListPtr &keys) -> KeyLinkListPtr']]], - ['getkeysizestr_1236',['GetKeySizeStr',['../classGpgFrontend_1_1GenKeyInfo.html#aa0d9942210df18e21e5f7feb127a4080',1,'GpgFrontend::GenKeyInfo']]], - ['getlastupdatetime_1237',['GetLastUpdateTime',['../classGpgFrontend_1_1GpgKey.html#a1f0fc32514b6af46c23d1221b453f4fe',1,'GpgFrontend::GpgKey']]], - ['getlogdir_1238',['GetLogDir',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#af067b39bc0926f1189980d26c027a729',1,'GpgFrontend::GlobalSettingStation::Impl::GetLogDir()'],['../classGpgFrontend_1_1GlobalSettingStation.html#a7a7eb68d192184bb2f447abbb4440fec',1,'GpgFrontend::GlobalSettingStation::GetLogDir() const -> QString']]], - ['getlogfilessize_1239',['GetLogFilesSize',['../classGpgFrontend_1_1GlobalSettingStation.html#a6521cacfd63f42558399077f9301e500',1,'GpgFrontend::GlobalSettingStation']]], - ['getlogger_1240',['GetLogger',['../namespaceGpgFrontend.html#a7a6ec562e4deb109d575f0e6baa66ffe',1,'GpgFrontend']]], - ['getmodulesdir_1241',['GetModulesDir',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#adb93836c33829dd5d6e04179848a0e8e',1,'GpgFrontend::GlobalSettingStation::Impl::GetModulesDir()'],['../classGpgFrontend_1_1GlobalSettingStation.html#a2733ce88ee759f39bd182e27319e6795',1,'GpgFrontend::GlobalSettingStation::GetModulesDir()']]], - ['getmousepointglobal_1242',['GetMousePointGlobal',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a8addf93e844125d99c5a66fb7364a45d',1,'GpgFrontend::UI::FileTreeView']]], - ['getname_1243',['GetName',['../classGpgFrontend_1_1GenKeyInfo.html#a6c1277ad84cd4c2b3c6203c31581e8e4',1,'GpgFrontend::GenKeyInfo::GetName()'],['../classGpgFrontend_1_1GpgKey.html#a5df8b2922b636f0811587c5bcd9e649f',1,'GpgFrontend::GpgKey::GetName()'],['../classGpgFrontend_1_1GpgKeySignature.html#aeecb8984b5c4e26d457df0dfe59215df',1,'GpgFrontend::GpgKeySignature::GetName()'],['../classGpgFrontend_1_1GpgUID.html#a9117672ca4e5f1973ee687e2c006af96',1,'GpgFrontend::GpgUID::GetName()']]], - ['getonlyfilenamewithpath_1244',['GetOnlyFileNameWithPath',['../namespaceGpgFrontend.html#a3025370b8e98cbb40c3a0c420162e5a1',1,'GpgFrontend']]], - ['getownertrust_1245',['GetOwnerTrust',['../classGpgFrontend_1_1GpgKey.html#ad59777bfb1a0c0d5a91b03e484583245',1,'GpgFrontend::GpgKey']]], - ['getownertrustlevel_1246',['GetOwnerTrustLevel',['../classGpgFrontend_1_1GpgKey.html#a4503423068d10413a9a66e2870db2513',1,'GpgFrontend::GpgKey']]], - ['getpassphrase_1247',['GetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#ab74ae13ad036fbb85405f401275d0566',1,'GpgFrontend::GenKeyInfo']]], - ['getpathbyclickpoint_1248',['GetPathByClickPoint',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#ae65efaff87bd35f7f8f73388c022bdf8',1,'GpgFrontend::UI::FileTreeView']]], - ['getpolicy_1249',['GetPolicy',['../classGpgFrontend_1_1GpgTOFUInfo.html#a506686bed09a700157050824c4ec0db9',1,'GpgFrontend::GpgTOFUInfo']]], - ['getprimarykeylength_1250',['GetPrimaryKeyLength',['../classGpgFrontend_1_1GpgKey.html#adb78bab34399074a5cc2c93d38153307',1,'GpgFrontend::GpgKey']]], - ['getprivatechecked_1251',['GetPrivateChecked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a26efe22f805046cf1526c71bec059477',1,'GpgFrontend::UI::KeyList']]], - ['getprojectbuildgitbranchname_1252',['GetProjectBuildGitBranchName',['../namespaceGpgFrontend.html#af8477f79805044d8d3f6b9d2c5821c1e',1,'GpgFrontend']]], - ['getprojectbuildgitcommithash_1253',['GetProjectBuildGitCommitHash',['../namespaceGpgFrontend.html#a31a993f004e7676c37773bca551bdda8',1,'GpgFrontend']]], - ['getprojectbuildgitversion_1254',['GetProjectBuildGitVersion',['../namespaceGpgFrontend.html#a98a045b142891ab353f8dd2c534120e6',1,'GpgFrontend']]], - ['getprojectbuildtimestamp_1255',['GetProjectBuildTimestamp',['../namespaceGpgFrontend.html#a55cb4bfd03e1f0f55bc0c3e4e7630dd2',1,'GpgFrontend']]], - ['getprojectbuildversion_1256',['GetProjectBuildVersion',['../namespaceGpgFrontend.html#ad7de5a924b754ba1d31259d853a06f6a',1,'GpgFrontend']]], - ['getprojectversion_1257',['GetProjectVersion',['../namespaceGpgFrontend.html#ad12a69caa5829b9c343f82e0294d4e59',1,'GpgFrontend']]], - ['getprotocol_1258',['GetProtocol',['../classGpgFrontend_1_1GpgKey.html#a3788cd6c7c8a4ebb4e873d2f0176c1ef',1,'GpgFrontend::GpgKey']]], - ['getpubkey_1259',['GetPubkey',['../classGpgFrontend_1_1GpgKeyGetter.html#aadefece15fe73e5c0285b7e9278700e2',1,'GpgFrontend::GpgKeyGetter']]], - ['getpubkeyalgo_1260',['GetPubkeyAlgo',['../classGpgFrontend_1_1GpgSubKey.html#a00962f82450971c4e31a3ad302458a12',1,'GpgFrontend::GpgSubKey::GetPubkeyAlgo()'],['../classGpgFrontend_1_1GpgKeySignature.html#a72dd3c028ab417c66fad90d84836cce4',1,'GpgFrontend::GpgKeySignature::GetPubkeyAlgo()'],['../classGpgFrontend_1_1GpgSignature.html#a7013e8c97f93fae4c29174247bc9306f',1,'GpgFrontend::GpgSignature::GetPubkeyAlgo()']]], - ['getpublickeyalgo_1261',['GetPublicKeyAlgo',['../classGpgFrontend_1_1GpgKey.html#aa3925328d425e674207fb9304d58ce0d',1,'GpgFrontend::GpgKey']]], - ['getresultreport_1262',['GetResultReport',['../classGpgFrontend_1_1GpgResultAnalyse.html#af271ad9aa3bc37e8445abf56f5fb0274',1,'GpgFrontend::GpgResultAnalyse']]], - ['getrevoked_1263',['GetRevoked',['../classGpgFrontend_1_1GpgUID.html#afa1ac208b688bc2b9d306a73961bcf3e',1,'GpgFrontend::GpgUID']]], - ['getrtn_1264',['GetRTN',['../classGpgFrontend_1_1Thread_1_1Task.html#a38af36201658a25cc6479598acd455a1',1,'GpgFrontend::Thread::Task::GetRTN()'],['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#a7a4918c9e0edd5ca6e843b370326666b',1,'GpgFrontend::Thread::Task::Impl::GetRTN()']]], - ['getselected_1265',['GetSelected',['../classGpgFrontend_1_1UI_1_1KeyList.html#a1bcca32b18c539a2ae83c30fc07db544',1,'GpgFrontend::UI::KeyList::GetSelected()'],['../classGpgFrontend_1_1UI_1_1FilePage.html#ad1211e2d7911f55ee5d35f685bc00075',1,'GpgFrontend::UI::FilePage::GetSelected()']]], - ['getselectedkey_1266',['GetSelectedKey',['../classGpgFrontend_1_1UI_1_1KeyList.html#a66778309098dec18a891712dfb59b08b',1,'GpgFrontend::UI::KeyList']]], - ['getselectedpath_1267',['GetSelectedPath',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a697e1df6db810119d3d908d9e88a5212',1,'GpgFrontend::UI::FileTreeView']]], - ['getsettings_1268',['GetSettings',['../classGpgFrontend_1_1GlobalSettingStation.html#ac767d0c3240d366cbb4f5f7e7e6c5562',1,'GpgFrontend::GlobalSettingStation']]], - ['getsignatures_1269',['GetSignatures',['../classGpgFrontend_1_1GpgUID.html#afaf4d34fa13dfdf339cb32d2036946fe',1,'GpgFrontend::GpgUID::GetSignatures()'],['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a42cf6a649e485d817fd673b890620d0b',1,'GpgFrontend::GpgVerifyResultAnalyse::GetSignatures()']]], - ['getsigncount_1270',['GetSignCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#a196c3a373a425dca10631c5d4566732d',1,'GpgFrontend::GpgTOFUInfo']]], - ['getsigners_1271',['GetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#ad8ee6cea649bd5bba1f68f4ff53cdf41',1,'GpgFrontend::GpgBasicOperator']]], - ['getsignfirst_1272',['GetSignFirst',['../classGpgFrontend_1_1GpgTOFUInfo.html#a6931d87dab449d0c635a354364c69178',1,'GpgFrontend::GpgTOFUInfo']]], - ['getsignlast_1273',['GetSignLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a97547f55a360d7b46b881624d31954df',1,'GpgFrontend::GpgTOFUInfo']]], - ['getsingletonstorage_1274',['GetSingletonStorage',['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html#ab57bdb5e019e4c1d0b56931b51347507',1,'GpgFrontend::SingletonStorageCollection::Impl::GetSingletonStorage()'],['../classGpgFrontend_1_1SingletonStorageCollection.html#aeb36a7e69c74c1212b44b841b9114953',1,'GpgFrontend::SingletonStorageCollection::GetSingletonStorage()']]], - ['getsizechangestep_1275',['GetSizeChangeStep',['../classGpgFrontend_1_1GenKeyInfo.html#a33c7ea176587bbd317a39938e9ecec59',1,'GpgFrontend::GenKeyInfo']]], - ['getstatus_1276',['GetStatus',['../classGpgFrontend_1_1GpgResultAnalyse.html#ad1bd7527f7481ca4f2d6e84add30bbf2',1,'GpgFrontend::GpgResultAnalyse::GetStatus()'],['../classGpgFrontend_1_1GpgKeySignature.html#a8fdcf12315905cef8d5e1a57be810eb1',1,'GpgFrontend::GpgKeySignature::GetStatus()'],['../classGpgFrontend_1_1GpgSignature.html#a605db21b5fcca4d19f2b3341516aaaed',1,'GpgFrontend::GpgSignature::GetStatus()'],['../classGpgFrontend_1_1UI_1_1SignersPicker.html#ae435075cf072e2f42924a1c3915e40b2',1,'GpgFrontend::UI::SignersPicker::GetStatus()']]], - ['getsubkeys_1277',['GetSubKeys',['../classGpgFrontend_1_1GpgKey.html#a7b7ae99f2a7d68716cf7a01390931a5f',1,'GpgFrontend::GpgKey']]], - ['getsuggestmaxkeysize_1278',['GetSuggestMaxKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#af72c8592d105d8394bcfa1bc6388d46e',1,'GpgFrontend::GenKeyInfo']]], - ['getsuggestminkeysize_1279',['GetSuggestMinKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#a482933ddc06734993d80a90611a8ad5b',1,'GpgFrontend::GenKeyInfo']]], - ['getsummary_1280',['GetSummary',['../classGpgFrontend_1_1GpgSignature.html#ad0f45c854e6e7a0ee6b8f6eee66b0088',1,'GpgFrontend::GpgSignature']]], - ['getsupportedkeyalgo_1281',['GetSupportedKeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a2229d217f44345a99ab3816ec5c0cfe8',1,'GpgFrontend::GenKeyInfo']]], - ['getsupportedsubkeyalgo_1282',['GetSupportedSubkeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a07a68fbe5ef4534df51759cffb144bef',1,'GpgFrontend::GenKeyInfo']]], - ['gettabidstosave_1283',['GetTabIdsToSave',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a1c75f69ffa1ca45a3c28af0800871a6e',1,'GpgFrontend::UI::QuitDialog']]], - ['gettempfilepath_1284',['GetTempFilePath',['../namespaceGpgFrontend.html#a3d15fda681fcdd6ea07a8eb31f81b249',1,'GpgFrontend']]], - ['gettextpage_1285',['GetTextPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['getthread_1286',['GetThread',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a57e29f0dde8ceec05c68841985b43f42',1,'GpgFrontend::Thread::TaskRunner']]], - ['gettofuinfos_1287',['GetTofuInfos',['../classGpgFrontend_1_1GpgUID.html#a9f4be917324455d5ac9a0eb2bf55b494',1,'GpgFrontend::GpgUID']]], - ['getuid_1288',['GetUID',['../classGpgFrontend_1_1GpgKeySignature.html#a64bdcc24645565356a5f70a75d53e3db',1,'GpgFrontend::GpgKeySignature::GetUID()'],['../classGpgFrontend_1_1GpgUID.html#a31f4959f947f9845dcd3caaf1834403a',1,'GpgFrontend::GpgUID::GetUID()']]], - ['getuids_1289',['GetUIDs',['../classGpgFrontend_1_1GpgKey.html#aef18b3735a229af34f85deb111d97e2b',1,'GpgFrontend::GpgKey']]], - ['getuserid_1290',['GetUserid',['../classGpgFrontend_1_1GenKeyInfo.html#a225c683da9766afd8fd7e733e9f5fdd4',1,'GpgFrontend::GenKeyInfo']]], - ['getuuid_1291',['GetUUID',['../classGpgFrontend_1_1Thread_1_1Task.html#acf42a45a657d8dc8658ed0e322ff161b',1,'GpgFrontend::Thread::Task::GetUUID()'],['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#a80cea2ad3b8049cc5c71c79952eaaeb8',1,'GpgFrontend::Thread::Task::Impl::GetUUID()']]], - ['getvalidity_1292',['GetValidity',['../classGpgFrontend_1_1GpgTOFUInfo.html#a35510807eea162b83d71ecebf98cf25f',1,'GpgFrontend::GpgTOFUInfo::GetValidity()'],['../classGpgFrontend_1_1GpgSignature.html#af41e8c0a575647b2958dfe1e79abeb4d',1,'GpgFrontend::GpgSignature::GetValidity()']]], - ['gfcomparesoftwareversion_1293',['GFCompareSoftwareVersion',['../namespaceGpgFrontend.html#ab35d8d68842b492defa701209ead8f68',1,'GpgFrontend']]], - ['gfstrdup_1294',['GFStrDup',['../namespaceGpgFrontend.html#aaf43d56872a9ab0f774394df096f5bc1',1,'GpgFrontend']]], - ['gfunstrdup_1295',['GFUnStrDup',['../namespaceGpgFrontend.html#af121a5a19457b89a24e5edcbcde245e5',1,'GpgFrontend']]], - ['globalsettingstation_1296',['GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#abdc6dda369d4214e43ffa2930f7386b0',1,'GpgFrontend::GlobalSettingStation']]], - ['gnupgcontrollerdialog_1297',['GnuPGControllerDialog',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#add69685b9c83ed03ed24d36f2badd835',1,'GpgFrontend::UI::GnuPGControllerDialog']]], - ['gnupgtab_1298',['GnupgTab',['../classGpgFrontend_1_1UI_1_1GnupgTab.html#ab9d9e8af4494659f13b87804e7318a79',1,'GpgFrontend::UI::GnupgTab']]], - ['gpgbasicoperator_1299',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html#a139be86330f88e5f833aa24263a3b2ae',1,'GpgFrontend::GpgBasicOperator']]], - ['gpgdata_1300',['GpgData',['../classGpgFrontend_1_1GpgData.html#ac3661a9365ad72b0883a2f62ef4647da',1,'GpgFrontend::GpgData::GpgData()'],['../classGpgFrontend_1_1GpgData.html#a573fc435361509241e29226329041f6e',1,'GpgFrontend::GpgData::GpgData(const void *buffer, size_t size, bool copy=true)'],['../classGpgFrontend_1_1GpgData.html#a7a93937f4896ee4cf44184ee4426e438',1,'GpgFrontend::GpgData::GpgData(int fd)'],['../classGpgFrontend_1_1GpgData.html#a4aad21247e609da9ae989ef71b717e35',1,'GpgFrontend::GpgData::GpgData(std::shared_ptr< GFDataExchanger >)'],['../classGpgFrontend_1_1GpgData.html#a6236cfffb24d822054626265ed5c2270',1,'GpgFrontend::GpgData::GpgData(const QString &path, bool read)'],['../classGpgFrontend_1_1GpgData.html#a179ff5f215f928a9b0650ed97df1f256',1,'GpgFrontend::GpgData::GpgData(GFBuffer)']]], - ['gpgdecryptresultanalyse_1301',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a689bfdd261b1f89ff3343978b2738fb7',1,'GpgFrontend::GpgDecryptResultAnalyse']]], - ['gpgencryptresultanalyse_1302',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html#a1a90feeba92e744166d99405846db8ff',1,'GpgFrontend::GpgEncryptResultAnalyse']]], - ['gpgfileopera_1303',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html#aa81da3d72c4fbc57e7138bfec7731152',1,'GpgFrontend::GpgFileOpera']]], - ['gpgfrontendapplication_1304',['GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#ac0290f06e08f2714f9727bb578df1298',1,'GpgFrontend::UI::GpgFrontendApplication']]], - ['gpgfrontendcontext_1305',['GpgFrontendContext',['../structGpgFrontend_1_1GpgFrontendContext.html#ad1d8efa1faadf74ac674484b15d13588',1,'GpgFrontend::GpgFrontendContext']]], - ['gpgimportinformation_1306',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html#a19e37d28f4462caf2b3522d50ceaf897',1,'GpgFrontend::GpgImportInformation::GpgImportInformation()'],['../classGpgFrontend_1_1GpgImportInformation.html#ab282d4f701403cd68eb02d1aad30be56',1,'GpgFrontend::GpgImportInformation::GpgImportInformation(gpgme_import_result_t result)']]], - ['gpgkey_1307',['GpgKey',['../classGpgFrontend_1_1GpgKey.html#a0720623207f37ba9a3ad294a88b06e71',1,'GpgFrontend::GpgKey::GpgKey(GpgKey &&) noexcept'],['../classGpgFrontend_1_1GpgKey.html#aa599159ab1041c2f5a5fbf09666489b9',1,'GpgFrontend::GpgKey::GpgKey(gpgme_key_t &&key)'],['../classGpgFrontend_1_1GpgKey.html#a1d6e415e77625c1281dac1cc5f33f804',1,'GpgFrontend::GpgKey::GpgKey(const gpgme_key_t &key)=delete'],['../classGpgFrontend_1_1GpgKey.html#a3b08060c07a9cc207eb8c98771bd4bc1',1,'GpgFrontend::GpgKey::GpgKey()=default'],['../classGpgFrontend_1_1GpgKey.html#a213d5540d65c3d7e04bbee834b70f16b',1,'GpgFrontend::GpgKey::GpgKey(const GpgKey &)']]], - ['gpgkeygetter_1308',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html#aa2ec24750e302b12ab332b2e7481b882',1,'GpgFrontend::GpgKeyGetter']]], - ['gpgkeyimportexporter_1309',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a0eede7c782d17b32d6c1f30cd8496561',1,'GpgFrontend::GpgKeyImportExporter']]], - ['gpgkeymanager_1310',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html#a210b717fd8ee63b064d77f32b0df4c5d',1,'GpgFrontend::GpgKeyManager']]], - ['gpgkeyopera_1311',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html#a01d6a920156a38a34c57d9c49c361079',1,'GpgFrontend::GpgKeyOpera']]], - ['gpgkeysignature_1312',['GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html#a8a9c792c963ef610e511b7deb6829c0b',1,'GpgFrontend::GpgKeySignature::GpgKeySignature()'],['../classGpgFrontend_1_1GpgKeySignature.html#abb4571e79c921261c03f57980d502e72',1,'GpgFrontend::GpgKeySignature::GpgKeySignature(gpgme_key_sig_t sig)'],['../classGpgFrontend_1_1GpgKeySignature.html#a9ba501d98265c9677d00e3dca3e8d903',1,'GpgFrontend::GpgKeySignature::GpgKeySignature(GpgKeySignature &&) noexcept'],['../classGpgFrontend_1_1GpgKeySignature.html#a4a501aa3a549a6a6914e2aeed4ff302e',1,'GpgFrontend::GpgKeySignature::GpgKeySignature(const GpgKeySignature &)=delete']]], - ['gpgoptionsinfo_1313',['GpgOptionsInfo',['../structGpgOptionsInfo.html#a49978feb92a284e5588f230a356d107d',1,'GpgOptionsInfo']]], - ['gpgresultanalyse_1314',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html#aa3c9bdf1ea4c87476010ef32fd2fb426',1,'GpgFrontend::GpgResultAnalyse']]], - ['gpgsignature_1315',['GpgSignature',['../classGpgFrontend_1_1GpgSignature.html#ab7a4489b35d918503076b2659d14fafe',1,'GpgFrontend::GpgSignature::GpgSignature()'],['../classGpgFrontend_1_1GpgSignature.html#aea05d301ccf75f4a3aec2be58541eca8',1,'GpgFrontend::GpgSignature::GpgSignature(gpgme_signature_t sig)'],['../classGpgFrontend_1_1GpgSignature.html#aeae075c7b9c628f558d6fedbc8b9233a',1,'GpgFrontend::GpgSignature::GpgSignature(GpgSignature &&) noexcept'],['../classGpgFrontend_1_1GpgSignature.html#a1b705f45de8f6d0ae97f1ffda28185b7',1,'GpgFrontend::GpgSignature::GpgSignature(const GpgSignature &)=delete']]], - ['gpgsignresultanalyse_1316',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html#a3ddd2d52ad91fdf7f4c8740312570c8e',1,'GpgFrontend::GpgSignResultAnalyse']]], - ['gpgsubkey_1317',['GpgSubKey',['../classGpgFrontend_1_1GpgSubKey.html#a59eba8a9d23429140e9a68126c9c7c5e',1,'GpgFrontend::GpgSubKey::GpgSubKey()'],['../classGpgFrontend_1_1GpgSubKey.html#a3c9605e6ccb7fa53d9c9013453d561fe',1,'GpgFrontend::GpgSubKey::GpgSubKey(gpgme_subkey_t subkey)'],['../classGpgFrontend_1_1GpgSubKey.html#ad12e160dbb394a849d6cf31e614a76f5',1,'GpgFrontend::GpgSubKey::GpgSubKey(GpgSubKey &&o) noexcept'],['../classGpgFrontend_1_1GpgSubKey.html#a6e8df85f8c1dea7705b761e68bb949ab',1,'GpgFrontend::GpgSubKey::GpgSubKey(const GpgSubKey &)=delete']]], - ['gpgtofuinfo_1318',['GpgTOFUInfo',['../classGpgFrontend_1_1GpgTOFUInfo.html#a4f46d32bc9bf1a1a3bbc32461538a422',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(const GpgTOFUInfo &)=delete'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a80acb09347a74cc35776d58b9874cf37',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo()'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aaabb02aef76162ed59647445b4c1f6de',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(gpgme_tofu_info_t tofu_info)'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aa953ff4b877b4b831d34e4a5678b0cd3',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(GpgTOFUInfo &&o) noexcept']]], - ['gpguid_1319',['GpgUID',['../classGpgFrontend_1_1GpgUID.html#a58ed67984063f0b87e35bc1782a1cc0a',1,'GpgFrontend::GpgUID::GpgUID(const GpgUID &)=delete'],['../classGpgFrontend_1_1GpgUID.html#a7210ece9b898981dae83f8d29b1ca453',1,'GpgFrontend::GpgUID::GpgUID(GpgUID &&o) noexcept'],['../classGpgFrontend_1_1GpgUID.html#ae1fb528a9d06d6e9f1feaf1bc291fe64',1,'GpgFrontend::GpgUID::GpgUID(gpgme_user_id_t uid)'],['../classGpgFrontend_1_1GpgUID.html#a35fdcef4ecf2598461bdc596ffc7957c',1,'GpgFrontend::GpgUID::GpgUID()']]], - ['gpguidoperator_1320',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html#ab74a830c858ab9ff135375743393a7c7',1,'GpgFrontend::GpgUIDOperator']]], - ['gpgverifyresultanalyse_1321',['GpgVerifyResultAnalyse',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ab1d67da5dbe5bd2d665f7121e5f5354b',1,'GpgFrontend::GpgVerifyResultAnalyse']]], - ['grttreeview_1322',['GRTTreeView',['../classGpgFrontend_1_1UI_1_1GRTTreeView.html#a990f119924bee4d2120c51b96e14d8c3',1,'GpgFrontend::UI::GRTTreeView']]] + ['generaldialog_1167',['GeneralDialog',['../classGpgFrontend_1_1UI_1_1GeneralDialog.html#ab300bc30252244b1b11cc24350147942',1,'GpgFrontend::UI::GeneralDialog']]], + ['generalmainwindow_1168',['GeneralMainWindow',['../classGpgFrontend_1_1UI_1_1GeneralMainWindow.html#a4e70182b431aaf983341527d636f5b67',1,'GpgFrontend::UI::GeneralMainWindow']]], + ['generaltab_1169',['GeneralTab',['../classGpgFrontend_1_1UI_1_1GeneralTab.html#a214079dfbacdc6898146c8468611cf0c',1,'GpgFrontend::UI::GeneralTab']]], + ['generate_1170',['Generate',['../classGpgFrontend_1_1PassphraseGenerator.html#ae53436e5b7dc44e96afe014ccd544998',1,'GpgFrontend::PassphraseGenerator']]], + ['generate_5fkey_5fpackage_5fname_1171',['generate_key_package_name',['../classGpgFrontend_1_1KeyPackageOperator.html#ab0fc5ef8145005f0851311f73f4e7039',1,'GpgFrontend::KeyPackageOperator']]], + ['generate_5fuuid_1172',['generate_uuid',['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#ad0878b39a1fe88d7a207ee0df0b90842',1,'GpgFrontend::Thread::Task::Impl']]], + ['generatekey_1173',['GenerateKey',['../classGpgFrontend_1_1GpgKeyOpera.html#af20beaf00ea43b399ab39bdb8e358427',1,'GpgFrontend::GpgKeyOpera']]], + ['generatekeypackage_1174',['GenerateKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#ae01e32a99a0008f8b01ad7afb95b93a3',1,'GpgFrontend::KeyPackageOperator']]], + ['generatekeypackagename_1175',['GenerateKeyPackageName',['../classGpgFrontend_1_1KeyPackageOperator.html#a6c987efc6e6a137ac3eb11170220e299',1,'GpgFrontend::KeyPackageOperator']]], + ['generatekeysync_1176',['GenerateKeySync',['../classGpgFrontend_1_1GpgKeyOpera.html#ab3e567066b22fa9b146324dcdbd34d30',1,'GpgFrontend::GpgKeyOpera']]], + ['generatekeywithsubkey_1177',['GenerateKeyWithSubkey',['../classGpgFrontend_1_1GpgKeyOpera.html#adf89f46010856486d25af3ea1e94b25d',1,'GpgFrontend::GpgKeyOpera']]], + ['generatekeywithsubkeysync_1178',['GenerateKeyWithSubkeySync',['../classGpgFrontend_1_1GpgKeyOpera.html#a92708358f594869ff9cba1ea4d0a4ec6',1,'GpgFrontend::GpgKeyOpera']]], + ['generatepassphrase_1179',['GeneratePassphrase',['../classGpgFrontend_1_1KeyPackageOperator.html#a17bd5bca63876fcd201e98c2fca0582c',1,'GpgFrontend::KeyPackageOperator']]], + ['generaterevokecert_1180',['GenerateRevokeCert',['../classGpgFrontend_1_1GpgKeyOpera.html#ad97b418381a346162684045d8471de2d',1,'GpgFrontend::GpgKeyOpera']]], + ['generatesubkey_1181',['GenerateSubkey',['../classGpgFrontend_1_1GpgKeyOpera.html#a54d339513039e008e821e64d0991206e',1,'GpgFrontend::GpgKeyOpera']]], + ['generatesubkeysync_1182',['GenerateSubkeySync',['../classGpgFrontend_1_1GpgKeyOpera.html#a2ef5deb5bb7a50b5488228a72f6776bd',1,'GpgFrontend::GpgKeyOpera']]], + ['genkeyinfo_1183',['GenKeyInfo',['../classGpgFrontend_1_1GenKeyInfo.html#acfa8401da6425bf3b5fe63d897a33b69',1,'GpgFrontend::GenKeyInfo']]], + ['get_5fdata_5fobject_5fkey_1184',['get_data_object_key',['../classGpgFrontend_1_1CacheManager_1_1Impl.html#a2e30e1288e5e7bff4cb54a9723fbcaeb',1,'GpgFrontend::CacheManager::Impl']]], + ['get_5fkey_5fin_5fcache_1185',['get_key_in_cache',['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html#a440653d7752aec61575b522d9b7bce25',1,'GpgFrontend::GpgKeyGetter::Impl']]], + ['get_5frestart_5fneeded_1186',['get_restart_needed',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a20c7a1887d6dddae4f5d78c35394fa3b',1,'GpgFrontend::UI::GnuPGControllerDialog::get_restart_needed()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#a5e95f62dac9fba1ead6ec69c145923db',1,'GpgFrontend::UI::MainWindow::get_restart_needed()']]], + ['get_5fselected_5fsubkey_1187',['get_selected_subkey',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aa757320412a0a904bcbd2d6ee536c744',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], + ['get_5fsign_5fselected_1188',['get_sign_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#ab090e19189ae4f03ab43f9a300b906f0',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['get_5fstatus_5fstring_1189',['get_status_string',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a168bea15c50aa5c42601026124fb04f0',1,'GpgFrontend::UI::KeyImportDetailDialog']]], + ['get_5fuid_5fchecked_1190',['get_uid_checked',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#ae8830624dd1e06f83cde4a1d9750aa85',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['get_5fuid_5fselected_1191',['get_uid_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a88c454f97ba4bd140e23c8ff1054eff5',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['getalgo_1192',['GetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#aadafd2fa289a5b8e69e03c5b2deeacd6',1,'GpgFrontend::GenKeyInfo']]], + ['getallchannelid_1193',['GetAllChannelId',['../classGpgFrontend_1_1SingletonStorage.html#aa5fd3f6f18f7c9435df0bb32707e3871',1,'GpgFrontend::SingletonStorage::GetAllChannelId()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aa7b5db19f3a130886f43607a345a0e1d',1,'GpgFrontend::SingletonFunctionObject::GetAllChannelId()']]], + ['getallprivatekeys_1194',['GetAllPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#ac9dc5eb5036314d230dffafef198197a',1,'GpgFrontend::UI::KeyList']]], + ['getapp_1195',['GetApp',['../structGpgFrontend_1_1GpgFrontendContext.html#a56dd389a17c5f74482ade13635140bbb',1,'GpgFrontend::GpgFrontendContext']]], + ['getappdatapath_1196',['GetAppDataPath',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#ae051656e52a286cd9b3a891d82099ce0',1,'GpgFrontend::GlobalSettingStation::Impl::GetAppDataPath()'],['../classGpgFrontend_1_1GlobalSettingStation.html#a7da8fc60ba403d6addd8f671089faeaa',1,'GpgFrontend::GlobalSettingStation::GetAppDataPath()']]], + ['getappdir_1197',['GetAppDir',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#abc4ed01c7a4cf9c3c7d9a9462027abd0',1,'GpgFrontend::GlobalSettingStation::Impl::GetAppDir()'],['../classGpgFrontend_1_1GlobalSettingStation.html#a0493f07e63b300e272826561bbc6d9f7',1,'GpgFrontend::GlobalSettingStation::GetAppDir()']]], + ['getbrowser_1198',['GetBrowser',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a92c31eea47b42be28c86431384b27846',1,'GpgFrontend::UI::HelpPage']]], + ['getcachevalue_1199',['GetCacheValue',['../namespaceGpgFrontend.html#a145ff996dfe117c16297483ce7bc053a',1,'GpgFrontend']]], + ['getchannel_1200',['GetChannel',['../classGpgFrontend_1_1ChannelObject.html#a085b36517fcc46916279b9d633da2d26',1,'GpgFrontend::ChannelObject::GetChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a94ee1e1251023610590e675ae3de8bd5',1,'GpgFrontend::SingletonFunctionObject::GetChannel()']]], + ['getchannelobjectinstance_1201',['GetChannelObjectInstance',['../namespaceGpgFrontend.html#a0f6c508ed7db841c0eaf5907c7612ff6',1,'GpgFrontend']]], + ['getchecked_1202',['GetChecked',['../structGpgFrontend_1_1UI_1_1KeyTable.html#a77eba4055ecb7d32fab06f65b80ae07e',1,'GpgFrontend::UI::KeyTable::GetChecked()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ab9114a304fae835b3464d3f55e53b3fc',1,'GpgFrontend::UI::KeyList::GetChecked(const KeyTable &key_table)'],['../classGpgFrontend_1_1UI_1_1KeyList.html#a97d01278c44e1f7cd53f842ae80b477b',1,'GpgFrontend::UI::KeyList::GetChecked()']]], + ['getcheckedsigners_1203',['GetCheckedSigners',['../classGpgFrontend_1_1UI_1_1SignersPicker.html#a293d71b597bd052836675a4cff8ad28d',1,'GpgFrontend::UI::SignersPicker']]], + ['getcomment_1204',['GetComment',['../classGpgFrontend_1_1GenKeyInfo.html#abbc1d76d54202eb5cf2cc27767ab238d',1,'GpgFrontend::GenKeyInfo::GetComment()'],['../classGpgFrontend_1_1GpgKeySignature.html#a964da32ce71553d6a584c36f4797db0f',1,'GpgFrontend::GpgKeySignature::GetComment()'],['../classGpgFrontend_1_1GpgKey.html#aadfb3ec59be62ca0c14e73766f219557',1,'GpgFrontend::GpgKey::GetComment()'],['../classGpgFrontend_1_1GpgUID.html#af71a8fb322d11f4d0267fb5a1c109904',1,'GpgFrontend::GpgUID::GetComment()']]], + ['getcorelogger_1205',['GetCoreLogger',['../namespaceGpgFrontend.html#addea8a9496b97952a6268f14a392e981',1,'GpgFrontend']]], + ['getcreatetime_1206',['GetCreateTime',['../classGpgFrontend_1_1GpgKey.html#a51ec231fb31f5c968511eeb2ecc7a82f',1,'GpgFrontend::GpgKey::GetCreateTime()'],['../classGpgFrontend_1_1GpgSubKey.html#acb69f7d19dd2e9278c59ed68033c95f6',1,'GpgFrontend::GpgSubKey::GetCreateTime()'],['../classGpgFrontend_1_1GpgSignature.html#a83cefe63b9410bd07ff123fe61f05e95',1,'GpgFrontend::GpgSignature::GetCreateTime()'],['../classGpgFrontend_1_1GpgKeySignature.html#aa49800564631056c764fd412305f5a50',1,'GpgFrontend::GpgKeySignature::GetCreateTime()']]], + ['getcurrentpath_1207',['GetCurrentPath',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a984bd4a6f7d133d6e6356b46ba2d46d4',1,'GpgFrontend::UI::FileTreeView']]], + ['getdataobjectsfilessize_1208',['GetDataObjectsFilesSize',['../classGpgFrontend_1_1GlobalSettingStation.html#a67d731d4a2c0f3033c9f6b6f52094e25',1,'GpgFrontend::GlobalSettingStation']]], + ['getdefaultchannel_1209',['GetDefaultChannel',['../classGpgFrontend_1_1ChannelObject.html#a6a3672c8ff3d4fb5ef6bc1bda202bbb8',1,'GpgFrontend::ChannelObject::GetDefaultChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ad983153cbe3a0c32c123c506e04f31fc',1,'GpgFrontend::SingletonFunctionObject::GetDefaultChannel()']]], + ['getdefaultlogger_1210',['GetDefaultLogger',['../namespaceGpgFrontend.html#aadeb053cc9436a24f80ab4ec5b27cf51',1,'GpgFrontend']]], + ['getdescription_1211',['GetDescription',['../classGpgFrontend_1_1GpgTOFUInfo.html#a7659c5c7483a7629be347d6a8f05fe37',1,'GpgFrontend::GpgTOFUInfo']]], + ['getemail_1212',['GetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#af87474dd334abdc17f39bf5cc04cc464',1,'GpgFrontend::GenKeyInfo::GetEmail()'],['../classGpgFrontend_1_1GpgKey.html#acfde01907c1ec56cdb6dab519c7948e9',1,'GpgFrontend::GpgKey::GetEmail()'],['../classGpgFrontend_1_1GpgKeySignature.html#aeef7bdd5d64493a585e77d4e4839e055',1,'GpgFrontend::GpgKeySignature::GetEmail()'],['../classGpgFrontend_1_1GpgUID.html#a72b06128992429e3fc730134d82f4a37',1,'GpgFrontend::GpgUID::GetEmail()']]], + ['getencrcount_1213',['GetEncrCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#a55e9388dce5d0d695844cbbb03db0437',1,'GpgFrontend::GpgTOFUInfo']]], + ['getencrlast_1214',['GetEncrLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a4dc5e5573cabb90f55761bdc252f4f82',1,'GpgFrontend::GpgTOFUInfo']]], + ['getexpiretime_1215',['GetExpireTime',['../classGpgFrontend_1_1GpgSignature.html#abaedefd31b8e3a1d59feb8a5f9f3527c',1,'GpgFrontend::GpgSignature::GetExpireTime()'],['../classGpgFrontend_1_1GpgSubKey.html#a70e3268330b354ff99a1ec753ee71601',1,'GpgFrontend::GpgSubKey::GetExpireTime()'],['../classGpgFrontend_1_1GpgKeySignature.html#a9da492e149e2e5ff8766aa7b925e8887',1,'GpgFrontend::GpgKeySignature::GetExpireTime()'],['../classGpgFrontend_1_1GpgKey.html#a430e4275ee13ceaf177138dd4be388c7',1,'GpgFrontend::GpgKey::GetExpireTime()'],['../classGpgFrontend_1_1GenKeyInfo.html#abba96c63d675a9bdd05926eaca64c268',1,'GpgFrontend::GenKeyInfo::GetExpireTime()']]], + ['getfileextension_1216',['GetFileExtension',['../namespaceGpgFrontend.html#a603b75f118cc58b6f267df4347acd6e9',1,'GpgFrontend']]], + ['getfilepath_1217',['GetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['getfilesizebypath_1218',['GetFileSizeByPath',['../namespaceGpgFrontend.html#ac05bfb7efd56d3012777ed2e8e355a6a',1,'GpgFrontend']]], + ['getfingerprint_1219',['GetFingerprint',['../classGpgFrontend_1_1GpgKey.html#acc06ff78f50cfa9ec94cebd39e235a40',1,'GpgFrontend::GpgKey::GetFingerprint()'],['../classGpgFrontend_1_1GpgSignature.html#acd681c77a5c777cacd0b9866b209bac2',1,'GpgFrontend::GpgSignature::GetFingerprint()'],['../classGpgFrontend_1_1GpgSubKey.html#a99a39cfbe53b79c1b56b854ce8e7088e',1,'GpgFrontend::GpgSubKey::GetFingerprint()']]], + ['getfullextension_1220',['GetFullExtension',['../namespaceGpgFrontend.html#ac855ff975b7f2571f5dab25c857e5a4f',1,'GpgFrontend']]], + ['getfullid_1221',['GetFullID',['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#a2b844765ba5c75ee061fe19ccb663e1d',1,'GpgFrontend::Thread::Task::Impl::GetFullID()'],['../classGpgFrontend_1_1Thread_1_1Task.html#aabda16361fa50a05e72de5f6ac37a53e',1,'GpgFrontend::Thread::Task::GetFullID()']]], + ['gethashalgo_1222',['GetHashAlgo',['../classGpgFrontend_1_1GpgSignature.html#a23084904b84dd0d2a619565c0ae18d2e',1,'GpgFrontend::GpgSignature']]], + ['gethttprequestuseragent_1223',['GetHttpRequestUserAgent',['../namespaceGpgFrontend.html#aa0393307275afa9b4f27f7ff0d74f9ae',1,'GpgFrontend']]], + ['gethumanfriendlyfilesize_1224',['GetHumanFriendlyFileSize',['../namespaceGpgFrontend.html#a5b86eb3adc57fa5f55e9f55a69031f71',1,'GpgFrontend']]], + ['getid_1225',['GetID',['../classGpgFrontend_1_1GpgSubKey.html#a28be04ec888468dbd7341aa4cb28785d',1,'GpgFrontend::GpgSubKey']]], + ['getid_1226',['GetId',['../classGpgFrontend_1_1GpgKey.html#a3dec62e06f6f8f43059b293ad192e0c1',1,'GpgFrontend::GpgKey']]], + ['getinstance_1227',['GetInstance',['../classGpgFrontend_1_1SingletonFunctionObject.html#ac963fee992753970bfb5c81608d4070f',1,'GpgFrontend::SingletonFunctionObject::GetInstance()'],['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a530688726ce3a319de8d4bdcc291db87',1,'GpgFrontend::UI::CommonUtils::GetInstance()'],['../classGpgFrontend_1_1UI_1_1UISignalStation.html#a6294f44348070707b4b6abcfd1b6509d',1,'GpgFrontend::UI::UISignalStation::GetInstance()'],['../classGpgFrontend_1_1CoreSignalStation.html#a4ab63c97545b007d2b720c9b59ed1c47',1,'GpgFrontend::CoreSignalStation::GetInstance()'],['../classGpgFrontend_1_1SingletonStorageCollection.html#a4bba0f1f2880648909af6824bcef9568',1,'GpgFrontend::SingletonStorageCollection::GetInstance()'],['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html#a9cdea3d2b2d2776f241d2a871d233dd5',1,'GpgFrontend::SingletonStorageCollection::Impl::GetInstance()']]], + ['getinvalid_1228',['GetInvalid',['../classGpgFrontend_1_1GpgUID.html#a1e7436091a5de3c08727608880afedd2',1,'GpgFrontend::GpgUID']]], + ['getkey_1229',['GetKey',['../classGpgFrontend_1_1GpgKeyGetter.html#a74075299f1dee8cbccbf46939a1871f5',1,'GpgFrontend::GpgKeyGetter']]], + ['getkeyalgo_1230',['GetKeyAlgo',['../classGpgFrontend_1_1GpgKey.html#a9f69b569f048c2a8ce2894ea06a62622',1,'GpgFrontend::GpgKey::GetKeyAlgo()'],['../classGpgFrontend_1_1GpgSubKey.html#a6274ea63d3bc49d7a1222a415f04a371',1,'GpgFrontend::GpgSubKey::GetKeyAlgo()']]], + ['getkeyid_1231',['GetKeyID',['../classGpgFrontend_1_1GpgKeySignature.html#ae0291189b67734a61a9b34f5c206cefd',1,'GpgFrontend::GpgKeySignature']]], + ['getkeylength_1232',['GetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#afd12578dde272902cfbf76368103f95b',1,'GpgFrontend::GenKeyInfo::GetKeyLength()'],['../classGpgFrontend_1_1GpgSubKey.html#a05dc0b70902e5ce13c1e83c36f31fabe',1,'GpgFrontend::GpgSubKey::GetKeyLength()']]], + ['getkeys_1233',['GetKeys',['../classGpgFrontend_1_1GpgKeyGetter.html#ac12f4117c5b4b596d9788dc816a6112b',1,'GpgFrontend::GpgKeyGetter']]], + ['getkeyscopy_1234',['GetKeysCopy',['../classGpgFrontend_1_1GpgKeyGetter.html#a94b99caf87636d80988a7b9f5c65d444',1,'GpgFrontend::GpgKeyGetter::GetKeysCopy(const KeyListPtr &keys) -> KeyListPtr'],['../classGpgFrontend_1_1GpgKeyGetter.html#afa73240503bbb2bd0ad2a58584d02551',1,'GpgFrontend::GpgKeyGetter::GetKeysCopy(const KeyLinkListPtr &keys) -> KeyLinkListPtr']]], + ['getkeysizestr_1235',['GetKeySizeStr',['../classGpgFrontend_1_1GenKeyInfo.html#aa0d9942210df18e21e5f7feb127a4080',1,'GpgFrontend::GenKeyInfo']]], + ['getlastupdatetime_1236',['GetLastUpdateTime',['../classGpgFrontend_1_1GpgKey.html#a1f0fc32514b6af46c23d1221b453f4fe',1,'GpgFrontend::GpgKey']]], + ['getlogdir_1237',['GetLogDir',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#af067b39bc0926f1189980d26c027a729',1,'GpgFrontend::GlobalSettingStation::Impl::GetLogDir()'],['../classGpgFrontend_1_1GlobalSettingStation.html#a7a7eb68d192184bb2f447abbb4440fec',1,'GpgFrontend::GlobalSettingStation::GetLogDir() const -> QString']]], + ['getlogfilessize_1238',['GetLogFilesSize',['../classGpgFrontend_1_1GlobalSettingStation.html#a6521cacfd63f42558399077f9301e500',1,'GpgFrontend::GlobalSettingStation']]], + ['getlogger_1239',['GetLogger',['../namespaceGpgFrontend.html#a7a6ec562e4deb109d575f0e6baa66ffe',1,'GpgFrontend']]], + ['getmodulesdir_1240',['GetModulesDir',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#adb93836c33829dd5d6e04179848a0e8e',1,'GpgFrontend::GlobalSettingStation::Impl::GetModulesDir()'],['../classGpgFrontend_1_1GlobalSettingStation.html#a2733ce88ee759f39bd182e27319e6795',1,'GpgFrontend::GlobalSettingStation::GetModulesDir()']]], + ['getmousepointglobal_1241',['GetMousePointGlobal',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a8addf93e844125d99c5a66fb7364a45d',1,'GpgFrontend::UI::FileTreeView']]], + ['getname_1242',['GetName',['../classGpgFrontend_1_1GenKeyInfo.html#a6c1277ad84cd4c2b3c6203c31581e8e4',1,'GpgFrontend::GenKeyInfo::GetName()'],['../classGpgFrontend_1_1GpgKey.html#a5df8b2922b636f0811587c5bcd9e649f',1,'GpgFrontend::GpgKey::GetName()'],['../classGpgFrontend_1_1GpgKeySignature.html#aeecb8984b5c4e26d457df0dfe59215df',1,'GpgFrontend::GpgKeySignature::GetName()'],['../classGpgFrontend_1_1GpgUID.html#a9117672ca4e5f1973ee687e2c006af96',1,'GpgFrontend::GpgUID::GetName()']]], + ['getonlyfilenamewithpath_1243',['GetOnlyFileNameWithPath',['../namespaceGpgFrontend.html#a3025370b8e98cbb40c3a0c420162e5a1',1,'GpgFrontend']]], + ['getownertrust_1244',['GetOwnerTrust',['../classGpgFrontend_1_1GpgKey.html#ad59777bfb1a0c0d5a91b03e484583245',1,'GpgFrontend::GpgKey']]], + ['getownertrustlevel_1245',['GetOwnerTrustLevel',['../classGpgFrontend_1_1GpgKey.html#a4503423068d10413a9a66e2870db2513',1,'GpgFrontend::GpgKey']]], + ['getpassphrase_1246',['GetPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#ab74ae13ad036fbb85405f401275d0566',1,'GpgFrontend::GenKeyInfo']]], + ['getpathbyclickpoint_1247',['GetPathByClickPoint',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#ae65efaff87bd35f7f8f73388c022bdf8',1,'GpgFrontend::UI::FileTreeView']]], + ['getpolicy_1248',['GetPolicy',['../classGpgFrontend_1_1GpgTOFUInfo.html#a506686bed09a700157050824c4ec0db9',1,'GpgFrontend::GpgTOFUInfo']]], + ['getprimarykeylength_1249',['GetPrimaryKeyLength',['../classGpgFrontend_1_1GpgKey.html#adb78bab34399074a5cc2c93d38153307',1,'GpgFrontend::GpgKey']]], + ['getprivatechecked_1250',['GetPrivateChecked',['../classGpgFrontend_1_1UI_1_1KeyList.html#a26efe22f805046cf1526c71bec059477',1,'GpgFrontend::UI::KeyList']]], + ['getprojectbuildgitbranchname_1251',['GetProjectBuildGitBranchName',['../namespaceGpgFrontend.html#af8477f79805044d8d3f6b9d2c5821c1e',1,'GpgFrontend']]], + ['getprojectbuildgitcommithash_1252',['GetProjectBuildGitCommitHash',['../namespaceGpgFrontend.html#a31a993f004e7676c37773bca551bdda8',1,'GpgFrontend']]], + ['getprojectbuildgitversion_1253',['GetProjectBuildGitVersion',['../namespaceGpgFrontend.html#a98a045b142891ab353f8dd2c534120e6',1,'GpgFrontend']]], + ['getprojectbuildtimestamp_1254',['GetProjectBuildTimestamp',['../namespaceGpgFrontend.html#a55cb4bfd03e1f0f55bc0c3e4e7630dd2',1,'GpgFrontend']]], + ['getprojectbuildversion_1255',['GetProjectBuildVersion',['../namespaceGpgFrontend.html#ad7de5a924b754ba1d31259d853a06f6a',1,'GpgFrontend']]], + ['getprojectversion_1256',['GetProjectVersion',['../namespaceGpgFrontend.html#ad12a69caa5829b9c343f82e0294d4e59',1,'GpgFrontend']]], + ['getprotocol_1257',['GetProtocol',['../classGpgFrontend_1_1GpgKey.html#a3788cd6c7c8a4ebb4e873d2f0176c1ef',1,'GpgFrontend::GpgKey']]], + ['getpubkey_1258',['GetPubkey',['../classGpgFrontend_1_1GpgKeyGetter.html#aadefece15fe73e5c0285b7e9278700e2',1,'GpgFrontend::GpgKeyGetter']]], + ['getpubkeyalgo_1259',['GetPubkeyAlgo',['../classGpgFrontend_1_1GpgSubKey.html#a00962f82450971c4e31a3ad302458a12',1,'GpgFrontend::GpgSubKey::GetPubkeyAlgo()'],['../classGpgFrontend_1_1GpgKeySignature.html#a72dd3c028ab417c66fad90d84836cce4',1,'GpgFrontend::GpgKeySignature::GetPubkeyAlgo()'],['../classGpgFrontend_1_1GpgSignature.html#a7013e8c97f93fae4c29174247bc9306f',1,'GpgFrontend::GpgSignature::GetPubkeyAlgo()']]], + ['getpublickeyalgo_1260',['GetPublicKeyAlgo',['../classGpgFrontend_1_1GpgKey.html#aa3925328d425e674207fb9304d58ce0d',1,'GpgFrontend::GpgKey']]], + ['getresultreport_1261',['GetResultReport',['../classGpgFrontend_1_1GpgResultAnalyse.html#af271ad9aa3bc37e8445abf56f5fb0274',1,'GpgFrontend::GpgResultAnalyse']]], + ['getrevoked_1262',['GetRevoked',['../classGpgFrontend_1_1GpgUID.html#afa1ac208b688bc2b9d306a73961bcf3e',1,'GpgFrontend::GpgUID']]], + ['getrtn_1263',['GetRTN',['../classGpgFrontend_1_1Thread_1_1Task.html#a38af36201658a25cc6479598acd455a1',1,'GpgFrontend::Thread::Task::GetRTN()'],['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#a7a4918c9e0edd5ca6e843b370326666b',1,'GpgFrontend::Thread::Task::Impl::GetRTN()']]], + ['getselected_1264',['GetSelected',['../classGpgFrontend_1_1UI_1_1KeyList.html#a1bcca32b18c539a2ae83c30fc07db544',1,'GpgFrontend::UI::KeyList::GetSelected()'],['../classGpgFrontend_1_1UI_1_1FilePage.html#ad1211e2d7911f55ee5d35f685bc00075',1,'GpgFrontend::UI::FilePage::GetSelected()']]], + ['getselectedkey_1265',['GetSelectedKey',['../classGpgFrontend_1_1UI_1_1KeyList.html#a66778309098dec18a891712dfb59b08b',1,'GpgFrontend::UI::KeyList']]], + ['getselectedpath_1266',['GetSelectedPath',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a697e1df6db810119d3d908d9e88a5212',1,'GpgFrontend::UI::FileTreeView']]], + ['getsettings_1267',['GetSettings',['../classGpgFrontend_1_1GlobalSettingStation.html#ac767d0c3240d366cbb4f5f7e7e6c5562',1,'GpgFrontend::GlobalSettingStation']]], + ['getsignatures_1268',['GetSignatures',['../classGpgFrontend_1_1GpgUID.html#afaf4d34fa13dfdf339cb32d2036946fe',1,'GpgFrontend::GpgUID::GetSignatures()'],['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a42cf6a649e485d817fd673b890620d0b',1,'GpgFrontend::GpgVerifyResultAnalyse::GetSignatures()']]], + ['getsigncount_1269',['GetSignCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#a196c3a373a425dca10631c5d4566732d',1,'GpgFrontend::GpgTOFUInfo']]], + ['getsigners_1270',['GetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#ad8ee6cea649bd5bba1f68f4ff53cdf41',1,'GpgFrontend::GpgBasicOperator']]], + ['getsignfirst_1271',['GetSignFirst',['../classGpgFrontend_1_1GpgTOFUInfo.html#a6931d87dab449d0c635a354364c69178',1,'GpgFrontend::GpgTOFUInfo']]], + ['getsignlast_1272',['GetSignLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a97547f55a360d7b46b881624d31954df',1,'GpgFrontend::GpgTOFUInfo']]], + ['getsingletonstorage_1273',['GetSingletonStorage',['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html#ab57bdb5e019e4c1d0b56931b51347507',1,'GpgFrontend::SingletonStorageCollection::Impl::GetSingletonStorage()'],['../classGpgFrontend_1_1SingletonStorageCollection.html#aeb36a7e69c74c1212b44b841b9114953',1,'GpgFrontend::SingletonStorageCollection::GetSingletonStorage()']]], + ['getsizechangestep_1274',['GetSizeChangeStep',['../classGpgFrontend_1_1GenKeyInfo.html#a33c7ea176587bbd317a39938e9ecec59',1,'GpgFrontend::GenKeyInfo']]], + ['getstatus_1275',['GetStatus',['../classGpgFrontend_1_1GpgResultAnalyse.html#ad1bd7527f7481ca4f2d6e84add30bbf2',1,'GpgFrontend::GpgResultAnalyse::GetStatus()'],['../classGpgFrontend_1_1GpgKeySignature.html#a8fdcf12315905cef8d5e1a57be810eb1',1,'GpgFrontend::GpgKeySignature::GetStatus()'],['../classGpgFrontend_1_1GpgSignature.html#a605db21b5fcca4d19f2b3341516aaaed',1,'GpgFrontend::GpgSignature::GetStatus()'],['../classGpgFrontend_1_1UI_1_1SignersPicker.html#ae435075cf072e2f42924a1c3915e40b2',1,'GpgFrontend::UI::SignersPicker::GetStatus()']]], + ['getsubkeys_1276',['GetSubKeys',['../classGpgFrontend_1_1GpgKey.html#a7b7ae99f2a7d68716cf7a01390931a5f',1,'GpgFrontend::GpgKey']]], + ['getsuggestmaxkeysize_1277',['GetSuggestMaxKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#af72c8592d105d8394bcfa1bc6388d46e',1,'GpgFrontend::GenKeyInfo']]], + ['getsuggestminkeysize_1278',['GetSuggestMinKeySize',['../classGpgFrontend_1_1GenKeyInfo.html#a482933ddc06734993d80a90611a8ad5b',1,'GpgFrontend::GenKeyInfo']]], + ['getsummary_1279',['GetSummary',['../classGpgFrontend_1_1GpgSignature.html#ad0f45c854e6e7a0ee6b8f6eee66b0088',1,'GpgFrontend::GpgSignature']]], + ['getsupportedkeyalgo_1280',['GetSupportedKeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a2229d217f44345a99ab3816ec5c0cfe8',1,'GpgFrontend::GenKeyInfo']]], + ['getsupportedsubkeyalgo_1281',['GetSupportedSubkeyAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#a07a68fbe5ef4534df51759cffb144bef',1,'GpgFrontend::GenKeyInfo']]], + ['gettabidstosave_1282',['GetTabIdsToSave',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a1c75f69ffa1ca45a3c28af0800871a6e',1,'GpgFrontend::UI::QuitDialog']]], + ['gettempfilepath_1283',['GetTempFilePath',['../namespaceGpgFrontend.html#a3d15fda681fcdd6ea07a8eb31f81b249',1,'GpgFrontend']]], + ['gettextpage_1284',['GetTextPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['getthread_1285',['GetThread',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a57e29f0dde8ceec05c68841985b43f42',1,'GpgFrontend::Thread::TaskRunner']]], + ['gettofuinfos_1286',['GetTofuInfos',['../classGpgFrontend_1_1GpgUID.html#a9f4be917324455d5ac9a0eb2bf55b494',1,'GpgFrontend::GpgUID']]], + ['getuid_1287',['GetUID',['../classGpgFrontend_1_1GpgKeySignature.html#a64bdcc24645565356a5f70a75d53e3db',1,'GpgFrontend::GpgKeySignature::GetUID()'],['../classGpgFrontend_1_1GpgUID.html#a31f4959f947f9845dcd3caaf1834403a',1,'GpgFrontend::GpgUID::GetUID()']]], + ['getuids_1288',['GetUIDs',['../classGpgFrontend_1_1GpgKey.html#aef18b3735a229af34f85deb111d97e2b',1,'GpgFrontend::GpgKey']]], + ['getuserid_1289',['GetUserid',['../classGpgFrontend_1_1GenKeyInfo.html#a225c683da9766afd8fd7e733e9f5fdd4',1,'GpgFrontend::GenKeyInfo']]], + ['getuuid_1290',['GetUUID',['../classGpgFrontend_1_1Thread_1_1Task.html#acf42a45a657d8dc8658ed0e322ff161b',1,'GpgFrontend::Thread::Task::GetUUID()'],['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#a80cea2ad3b8049cc5c71c79952eaaeb8',1,'GpgFrontend::Thread::Task::Impl::GetUUID()']]], + ['getvalidity_1291',['GetValidity',['../classGpgFrontend_1_1GpgTOFUInfo.html#a35510807eea162b83d71ecebf98cf25f',1,'GpgFrontend::GpgTOFUInfo::GetValidity()'],['../classGpgFrontend_1_1GpgSignature.html#af41e8c0a575647b2958dfe1e79abeb4d',1,'GpgFrontend::GpgSignature::GetValidity()']]], + ['gfcomparesoftwareversion_1292',['GFCompareSoftwareVersion',['../namespaceGpgFrontend.html#ab35d8d68842b492defa701209ead8f68',1,'GpgFrontend']]], + ['gfstrdup_1293',['GFStrDup',['../namespaceGpgFrontend.html#aaf43d56872a9ab0f774394df096f5bc1',1,'GpgFrontend']]], + ['gfunstrdup_1294',['GFUnStrDup',['../namespaceGpgFrontend.html#af121a5a19457b89a24e5edcbcde245e5',1,'GpgFrontend']]], + ['globalsettingstation_1295',['GlobalSettingStation',['../classGpgFrontend_1_1GlobalSettingStation.html#abdc6dda369d4214e43ffa2930f7386b0',1,'GpgFrontend::GlobalSettingStation']]], + ['gnupgcontrollerdialog_1296',['GnuPGControllerDialog',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#add69685b9c83ed03ed24d36f2badd835',1,'GpgFrontend::UI::GnuPGControllerDialog']]], + ['gnupgtab_1297',['GnupgTab',['../classGpgFrontend_1_1UI_1_1GnupgTab.html#ab9d9e8af4494659f13b87804e7318a79',1,'GpgFrontend::UI::GnupgTab']]], + ['gpgbasicoperator_1298',['GpgBasicOperator',['../classGpgFrontend_1_1GpgBasicOperator.html#a139be86330f88e5f833aa24263a3b2ae',1,'GpgFrontend::GpgBasicOperator']]], + ['gpgdata_1299',['GpgData',['../classGpgFrontend_1_1GpgData.html#ac3661a9365ad72b0883a2f62ef4647da',1,'GpgFrontend::GpgData::GpgData()'],['../classGpgFrontend_1_1GpgData.html#a573fc435361509241e29226329041f6e',1,'GpgFrontend::GpgData::GpgData(const void *buffer, size_t size, bool copy=true)'],['../classGpgFrontend_1_1GpgData.html#a7a93937f4896ee4cf44184ee4426e438',1,'GpgFrontend::GpgData::GpgData(int fd)'],['../classGpgFrontend_1_1GpgData.html#a4aad21247e609da9ae989ef71b717e35',1,'GpgFrontend::GpgData::GpgData(std::shared_ptr< GFDataExchanger >)'],['../classGpgFrontend_1_1GpgData.html#a6236cfffb24d822054626265ed5c2270',1,'GpgFrontend::GpgData::GpgData(const QString &path, bool read)'],['../classGpgFrontend_1_1GpgData.html#a179ff5f215f928a9b0650ed97df1f256',1,'GpgFrontend::GpgData::GpgData(GFBuffer)']]], + ['gpgdecryptresultanalyse_1300',['GpgDecryptResultAnalyse',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a689bfdd261b1f89ff3343978b2738fb7',1,'GpgFrontend::GpgDecryptResultAnalyse']]], + ['gpgencryptresultanalyse_1301',['GpgEncryptResultAnalyse',['../classGpgFrontend_1_1GpgEncryptResultAnalyse.html#a1a90feeba92e744166d99405846db8ff',1,'GpgFrontend::GpgEncryptResultAnalyse']]], + ['gpgfileopera_1302',['GpgFileOpera',['../classGpgFrontend_1_1GpgFileOpera.html#aa81da3d72c4fbc57e7138bfec7731152',1,'GpgFrontend::GpgFileOpera']]], + ['gpgfrontendapplication_1303',['GpgFrontendApplication',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#ac0290f06e08f2714f9727bb578df1298',1,'GpgFrontend::UI::GpgFrontendApplication']]], + ['gpgfrontendcontext_1304',['GpgFrontendContext',['../structGpgFrontend_1_1GpgFrontendContext.html#ad1d8efa1faadf74ac674484b15d13588',1,'GpgFrontend::GpgFrontendContext']]], + ['gpgimportinformation_1305',['GpgImportInformation',['../classGpgFrontend_1_1GpgImportInformation.html#a19e37d28f4462caf2b3522d50ceaf897',1,'GpgFrontend::GpgImportInformation::GpgImportInformation()'],['../classGpgFrontend_1_1GpgImportInformation.html#ab282d4f701403cd68eb02d1aad30be56',1,'GpgFrontend::GpgImportInformation::GpgImportInformation(gpgme_import_result_t result)']]], + ['gpgkey_1306',['GpgKey',['../classGpgFrontend_1_1GpgKey.html#a0720623207f37ba9a3ad294a88b06e71',1,'GpgFrontend::GpgKey::GpgKey(GpgKey &&) noexcept'],['../classGpgFrontend_1_1GpgKey.html#aa599159ab1041c2f5a5fbf09666489b9',1,'GpgFrontend::GpgKey::GpgKey(gpgme_key_t &&key)'],['../classGpgFrontend_1_1GpgKey.html#a1d6e415e77625c1281dac1cc5f33f804',1,'GpgFrontend::GpgKey::GpgKey(const gpgme_key_t &key)=delete'],['../classGpgFrontend_1_1GpgKey.html#a3b08060c07a9cc207eb8c98771bd4bc1',1,'GpgFrontend::GpgKey::GpgKey()=default'],['../classGpgFrontend_1_1GpgKey.html#a213d5540d65c3d7e04bbee834b70f16b',1,'GpgFrontend::GpgKey::GpgKey(const GpgKey &)']]], + ['gpgkeygetter_1307',['GpgKeyGetter',['../classGpgFrontend_1_1GpgKeyGetter.html#aa2ec24750e302b12ab332b2e7481b882',1,'GpgFrontend::GpgKeyGetter']]], + ['gpgkeyimportexporter_1308',['GpgKeyImportExporter',['../classGpgFrontend_1_1GpgKeyImportExporter.html#a0eede7c782d17b32d6c1f30cd8496561',1,'GpgFrontend::GpgKeyImportExporter']]], + ['gpgkeymanager_1309',['GpgKeyManager',['../classGpgFrontend_1_1GpgKeyManager.html#a210b717fd8ee63b064d77f32b0df4c5d',1,'GpgFrontend::GpgKeyManager']]], + ['gpgkeyopera_1310',['GpgKeyOpera',['../classGpgFrontend_1_1GpgKeyOpera.html#a01d6a920156a38a34c57d9c49c361079',1,'GpgFrontend::GpgKeyOpera']]], + ['gpgkeysignature_1311',['GpgKeySignature',['../classGpgFrontend_1_1GpgKeySignature.html#a8a9c792c963ef610e511b7deb6829c0b',1,'GpgFrontend::GpgKeySignature::GpgKeySignature()'],['../classGpgFrontend_1_1GpgKeySignature.html#abb4571e79c921261c03f57980d502e72',1,'GpgFrontend::GpgKeySignature::GpgKeySignature(gpgme_key_sig_t sig)'],['../classGpgFrontend_1_1GpgKeySignature.html#a9ba501d98265c9677d00e3dca3e8d903',1,'GpgFrontend::GpgKeySignature::GpgKeySignature(GpgKeySignature &&) noexcept'],['../classGpgFrontend_1_1GpgKeySignature.html#a4a501aa3a549a6a6914e2aeed4ff302e',1,'GpgFrontend::GpgKeySignature::GpgKeySignature(const GpgKeySignature &)=delete']]], + ['gpgoptionsinfo_1312',['GpgOptionsInfo',['../structGpgOptionsInfo.html#a49978feb92a284e5588f230a356d107d',1,'GpgOptionsInfo']]], + ['gpgresultanalyse_1313',['GpgResultAnalyse',['../classGpgFrontend_1_1GpgResultAnalyse.html#aa3c9bdf1ea4c87476010ef32fd2fb426',1,'GpgFrontend::GpgResultAnalyse']]], + ['gpgsignature_1314',['GpgSignature',['../classGpgFrontend_1_1GpgSignature.html#ab7a4489b35d918503076b2659d14fafe',1,'GpgFrontend::GpgSignature::GpgSignature()'],['../classGpgFrontend_1_1GpgSignature.html#aea05d301ccf75f4a3aec2be58541eca8',1,'GpgFrontend::GpgSignature::GpgSignature(gpgme_signature_t sig)'],['../classGpgFrontend_1_1GpgSignature.html#aeae075c7b9c628f558d6fedbc8b9233a',1,'GpgFrontend::GpgSignature::GpgSignature(GpgSignature &&) noexcept'],['../classGpgFrontend_1_1GpgSignature.html#a1b705f45de8f6d0ae97f1ffda28185b7',1,'GpgFrontend::GpgSignature::GpgSignature(const GpgSignature &)=delete']]], + ['gpgsignresultanalyse_1315',['GpgSignResultAnalyse',['../classGpgFrontend_1_1GpgSignResultAnalyse.html#a3ddd2d52ad91fdf7f4c8740312570c8e',1,'GpgFrontend::GpgSignResultAnalyse']]], + ['gpgsubkey_1316',['GpgSubKey',['../classGpgFrontend_1_1GpgSubKey.html#a59eba8a9d23429140e9a68126c9c7c5e',1,'GpgFrontend::GpgSubKey::GpgSubKey()'],['../classGpgFrontend_1_1GpgSubKey.html#a3c9605e6ccb7fa53d9c9013453d561fe',1,'GpgFrontend::GpgSubKey::GpgSubKey(gpgme_subkey_t subkey)'],['../classGpgFrontend_1_1GpgSubKey.html#ad12e160dbb394a849d6cf31e614a76f5',1,'GpgFrontend::GpgSubKey::GpgSubKey(GpgSubKey &&o) noexcept'],['../classGpgFrontend_1_1GpgSubKey.html#a6e8df85f8c1dea7705b761e68bb949ab',1,'GpgFrontend::GpgSubKey::GpgSubKey(const GpgSubKey &)=delete']]], + ['gpgtofuinfo_1317',['GpgTOFUInfo',['../classGpgFrontend_1_1GpgTOFUInfo.html#a4f46d32bc9bf1a1a3bbc32461538a422',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(const GpgTOFUInfo &)=delete'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a80acb09347a74cc35776d58b9874cf37',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo()'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aaabb02aef76162ed59647445b4c1f6de',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(gpgme_tofu_info_t tofu_info)'],['../classGpgFrontend_1_1GpgTOFUInfo.html#aa953ff4b877b4b831d34e4a5678b0cd3',1,'GpgFrontend::GpgTOFUInfo::GpgTOFUInfo(GpgTOFUInfo &&o) noexcept']]], + ['gpguid_1318',['GpgUID',['../classGpgFrontend_1_1GpgUID.html#a58ed67984063f0b87e35bc1782a1cc0a',1,'GpgFrontend::GpgUID::GpgUID(const GpgUID &)=delete'],['../classGpgFrontend_1_1GpgUID.html#a7210ece9b898981dae83f8d29b1ca453',1,'GpgFrontend::GpgUID::GpgUID(GpgUID &&o) noexcept'],['../classGpgFrontend_1_1GpgUID.html#ae1fb528a9d06d6e9f1feaf1bc291fe64',1,'GpgFrontend::GpgUID::GpgUID(gpgme_user_id_t uid)'],['../classGpgFrontend_1_1GpgUID.html#a35fdcef4ecf2598461bdc596ffc7957c',1,'GpgFrontend::GpgUID::GpgUID()']]], + ['gpguidoperator_1319',['GpgUIDOperator',['../classGpgFrontend_1_1GpgUIDOperator.html#ab74a830c858ab9ff135375743393a7c7',1,'GpgFrontend::GpgUIDOperator']]], + ['gpgverifyresultanalyse_1320',['GpgVerifyResultAnalyse',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ab1d67da5dbe5bd2d665f7121e5f5354b',1,'GpgFrontend::GpgVerifyResultAnalyse']]], + ['grttreeview_1321',['GRTTreeView',['../classGpgFrontend_1_1UI_1_1GRTTreeView.html#a990f119924bee4d2120c51b96e14d8c3',1,'GpgFrontend::UI::GRTTreeView']]] ]; diff --git a/docs/html/search/functions_7.js b/docs/html/search/functions_7.js index f3988827..1398f23e 100644 --- a/docs/html/search/functions_7.js +++ b/docs/html/search/functions_7.js @@ -1,5 +1,5 @@ var searchData= [ - ['helppage_1323',['HelpPage',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a1be8f5b79fef3d1d62ff4620b8535006',1,'GpgFrontend::UI::HelpPage']]], - ['holdonlifecycle_1324',['HoldOnLifeCycle',['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#aef6600ccb8fed406e8b9112b5dd7ef8f',1,'GpgFrontend::Thread::Task::Impl::HoldOnLifeCycle()'],['../classGpgFrontend_1_1Thread_1_1Task.html#a5c3cab68d4cf8c9dcf379869132b1896',1,'GpgFrontend::Thread::Task::HoldOnLifeCycle()']]] + ['helppage_1322',['HelpPage',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a1be8f5b79fef3d1d62ff4620b8535006',1,'GpgFrontend::UI::HelpPage']]], + ['holdonlifecycle_1323',['HoldOnLifeCycle',['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#aef6600ccb8fed406e8b9112b5dd7ef8f',1,'GpgFrontend::Thread::Task::Impl::HoldOnLifeCycle()'],['../classGpgFrontend_1_1Thread_1_1Task.html#a5c3cab68d4cf8c9dcf379869132b1896',1,'GpgFrontend::Thread::Task::HoldOnLifeCycle()']]] ]; diff --git a/docs/html/search/functions_8.js b/docs/html/search/functions_8.js index df8774f3..c9e28e8c 100644 --- a/docs/html/search/functions_8.js +++ b/docs/html/search/functions_8.js @@ -1,54 +1,54 @@ var searchData= [ - ['impl_1325',['Impl',['../classGpgFrontend_1_1GpgContext_1_1Impl.html#af1cf48d1f5f5a16193c0e575fdec2f95',1,'GpgFrontend::GpgContext::Impl::Impl()'],['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a9572b3082d5b9f6e08fc7992114b19ce',1,'GpgFrontend::GlobalSettingStation::Impl::Impl()']]], - ['import_5fkeys_1326',['import_keys',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3b818c2a3e5c32fc32425b17e63367e2',1,'GpgFrontend::UI::KeyServerImportDialog::import_keys()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ab64ba3049fac1aaa9fed4fb1c5919153',1,'GpgFrontend::UI::KeyList::import_keys()']]], - ['import_5funknown_5fkey_5ffrom_5fkeyserver_1327',['import_unknown_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925',1,'GpgFrontend::UI']]], - ['importkey_1328',['ImportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#ab613412788fe4cf120d6fdef0cb2a54c',1,'GpgFrontend::GpgKeyImportExporter']]], - ['importkeypackage_1329',['ImportKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#a3b5e580bfd67cfda094c664e2987e319',1,'GpgFrontend::KeyPackageOperator']]], - ['infoboardwidget_1330',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010',1,'GpgFrontend::UI::InfoBoardWidget']]], - ['infotab_1331',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc',1,'GpgFrontend::UI::InfoTab']]], - ['infovalid_1332',['InfoValid',['../structSoftwareVersion.html#ad17cca5d4ce26f21666721d16b7f4d04',1,'SoftwareVersion']]], - ['init_1333',['Init',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759',1,'GpgFrontend::UI::MainWindow']]], - ['init_5fapp_5fsecure_5fkey_1334',['init_app_secure_key',['../classGpgFrontend_1_1DataObjectOperator.html#a6b357780482f0e0c021ad55a81eb37cf',1,'GpgFrontend::DataObjectOperator']]], - ['initglobalbasicalenv_1335',['InitGlobalBasicalEnv',['../namespaceGpgFrontend.html#acd17bf45c5a18c762d8638fd643eaf41',1,'GpgFrontend']]], - ['initglobalpathenv_1336',['InitGlobalPathEnv',['../namespaceGpgFrontend.html#a2b70b63c5a2173e62168123f6a2ad3da',1,'GpgFrontend']]], - ['initgpgfrontendui_1337',['InitGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#ab0311557c1d7bde9c56cbca85fefa6ad',1,'GpgFrontend::UI']]], - ['initlocale_1338',['InitLocale',['../namespaceGpgFrontend.html#a7ffad7330067c9ab03842c656fa199f4',1,'GpgFrontend']]], - ['initloggingsystem_1339',['InitLoggingSystem',['../namespaceGpgFrontend.html#afb32e3d737c4bf2e6ad112a90fe7f1f5',1,'GpgFrontend']]], - ['inituitranslations_1340',['InitUITranslations',['../namespaceGpgFrontend_1_1UI.html#af70783922ff1de1800683874eb3aa3ce',1,'GpgFrontend::UI']]], - ['intropage_1341',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d',1,'GpgFrontend::UI::IntroPage']]], - ['isallowauthentication_1342',['IsAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aa73b6fe349eb4c2438fd0a0ae61b6c03',1,'GpgFrontend::GenKeyInfo']]], - ['isallowcertification_1343',['IsAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ae01bbb4af8da59317797d599b28abb31',1,'GpgFrontend::GenKeyInfo']]], - ['isallowchangeauthentication_1344',['IsAllowChangeAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#a6b6635977ea47b1c2220aed48bc5c57d',1,'GpgFrontend::GenKeyInfo']]], - ['isallowchangecertification_1345',['IsAllowChangeCertification',['../classGpgFrontend_1_1GenKeyInfo.html#a858ace5de6d4b8cd31fa6c68f33d0f92',1,'GpgFrontend::GenKeyInfo']]], - ['isallowchangeencryption_1346',['IsAllowChangeEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a81d52ff47ecd7aca34fb4f5a613b922d',1,'GpgFrontend::GenKeyInfo']]], - ['isallowchangesigning_1347',['IsAllowChangeSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a4aedcb38a9fb4ffe65d16bce61a610c4',1,'GpgFrontend::GenKeyInfo']]], - ['isallowencryption_1348',['IsAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a75b69b9e3f889e9fc5ffe9ee7af2c365',1,'GpgFrontend::GenKeyInfo']]], - ['isallownopassphrase_1349',['IsAllowNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#af3cc933fddc87f2a250b6686ceddf4ac',1,'GpgFrontend::GenKeyInfo']]], - ['isallowsigning_1350',['IsAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#abc16a0f5b11c814a5fd2ec9198c88a99',1,'GpgFrontend::GenKeyInfo']]], - ['iscardkey_1351',['IsCardKey',['../classGpgFrontend_1_1GpgSubKey.html#a37a00de8cdf77d9af9db794246a13a4a',1,'GpgFrontend::GpgSubKey']]], - ['isdisabled_1352',['IsDisabled',['../classGpgFrontend_1_1GpgKey.html#a5fe0b8737e463d577acc0db72fff6687',1,'GpgFrontend::GpgKey::IsDisabled()'],['../classGpgFrontend_1_1GpgSubKey.html#adb9d23a5ba193a553ef83203cf763f25',1,'GpgFrontend::GpgSubKey::IsDisabled()']]], - ['isdiscarded_1353',['IsDiscarded',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a20ce6f0be2ccd0509a0e7362e8de7abe',1,'GpgFrontend::UI::QuitDialog']]], - ['isexpired_1354',['IsExpired',['../classGpgFrontend_1_1GpgSubKey.html#a55f5aa99dd86cc5cb3ae175de41e925c',1,'GpgFrontend::GpgSubKey::IsExpired()'],['../classGpgFrontend_1_1GpgKeySignature.html#af813643b81367bbff2d686a346f6c1e8',1,'GpgFrontend::GpgKeySignature::IsExpired()'],['../classGpgFrontend_1_1GpgKey.html#aa8da15bbd8c1eefc8685f0f9f16f65fd',1,'GpgFrontend::GpgKey::IsExpired()']]], - ['isexportable_1355',['IsExportable',['../classGpgFrontend_1_1GpgKeySignature.html#a61ac1fdc773ecfc5b932a3aedd001eed',1,'GpgFrontend::GpgKeySignature']]], - ['isgood_1356',['IsGood',['../classGpgFrontend_1_1GpgKey.html#ac418e4de3fde347b466c295b7b4434dc',1,'GpgFrontend::GpgKey']]], - ['ishasactualauthenticationcapability_1357',['IsHasActualAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#a2cbc6dfcac640226c924fabbf718c9d8',1,'GpgFrontend::GpgKey']]], - ['ishasactualcertificationcapability_1358',['IsHasActualCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#a5ec602ce6fd35b893ffc33d684c6a7f0',1,'GpgFrontend::GpgKey']]], - ['ishasactualencryptioncapability_1359',['IsHasActualEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#a21844aa5c7d903e6d4c8e0af49aae40a',1,'GpgFrontend::GpgKey']]], - ['ishasactualsigningcapability_1360',['IsHasActualSigningCapability',['../classGpgFrontend_1_1GpgKey.html#a88eb8cdb73b09440278110b061eeb1df',1,'GpgFrontend::GpgKey']]], - ['ishasauthenticationcapability_1361',['IsHasAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#a4ada9f15077101753524df3eeaa893c4',1,'GpgFrontend::GpgKey::IsHasAuthenticationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#af305996f419fef0dde7aa2a1b58ecd5f',1,'GpgFrontend::GpgSubKey::IsHasAuthenticationCapability()']]], - ['ishascardkey_1362',['IsHasCardKey',['../classGpgFrontend_1_1GpgKey.html#ad2b67a93cdcf2bcc2a5378927174df16',1,'GpgFrontend::GpgKey']]], - ['ishascertificationcapability_1363',['IsHasCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#a6e727e4007782d75882eb1a2bc30c820',1,'GpgFrontend::GpgKey::IsHasCertificationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a8afd699012e6367d5fb71655dc37e22c',1,'GpgFrontend::GpgSubKey::IsHasCertificationCapability() const -> bool']]], - ['ishasencryptioncapability_1364',['IsHasEncryptionCapability',['../classGpgFrontend_1_1GpgSubKey.html#a36919446a988986a04dc91264e31d8dd',1,'GpgFrontend::GpgSubKey::IsHasEncryptionCapability()'],['../classGpgFrontend_1_1GpgKey.html#a8f19ab9a9610f5ee20dcd29af438b03f',1,'GpgFrontend::GpgKey::IsHasEncryptionCapability() const -> bool']]], - ['ishasmasterkey_1365',['IsHasMasterKey',['../classGpgFrontend_1_1GpgKey.html#a63903b2b5c8f1b4ebbe869f47c01b8f1',1,'GpgFrontend::GpgKey']]], - ['ishassigningcapability_1366',['IsHasSigningCapability',['../classGpgFrontend_1_1GpgKey.html#a15e6f328b8cc6dc69e097d366a5bb351',1,'GpgFrontend::GpgKey::IsHasSigningCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a8b3c6780ca6e94aa6b7fa22ee0e4a2c0',1,'GpgFrontend::GpgSubKey::IsHasSigningCapability()']]], - ['isinvalid_1367',['IsInvalid',['../classGpgFrontend_1_1GpgKeySignature.html#a7f6af885500105df3c2a53a6ba9f5f62',1,'GpgFrontend::GpgKeySignature']]], - ['ismoduleactivate_1368',['IsModuleActivate',['../namespaceGpgFrontend_1_1Module.html#ad603c5872c4d356cb59b70b63b99126c',1,'GpgFrontend::Module']]], - ['isnonexpired_1369',['IsNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#a812adab61edebf96bbba4a18c2b82a72',1,'GpgFrontend::GenKeyInfo']]], - ['isnopassphrase_1370',['IsNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a2dd1d385b95569e60526cbf15bdf03ec',1,'GpgFrontend::GenKeyInfo']]], - ['isprivatekey_1371',['IsPrivateKey',['../classGpgFrontend_1_1GpgSubKey.html#ac3e89f13273f8a7743f47e2ddd1e479e',1,'GpgFrontend::GpgSubKey::IsPrivateKey()'],['../classGpgFrontend_1_1GpgKey.html#a7a5d1f4509b49f58265d659c6b73779a',1,'GpgFrontend::GpgKey::IsPrivateKey()']]], - ['isrevoked_1372',['IsRevoked',['../classGpgFrontend_1_1GpgSubKey.html#a6e7401fb58bfb3dcc719c06898504bfa',1,'GpgFrontend::GpgSubKey::IsRevoked()'],['../classGpgFrontend_1_1GpgKeySignature.html#ae3eb5dccbf6c2702ceeeec37308ff642',1,'GpgFrontend::GpgKeySignature::IsRevoked()'],['../classGpgFrontend_1_1GpgKey.html#a7c1ce8ebb77dbe555fc6db5cb90b27e4',1,'GpgFrontend::GpgKey::IsRevoked()']]], - ['isrunning_1373',['IsRunning',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a172bca161e13c253b16f0f712721b450',1,'GpgFrontend::Thread::TaskRunner']]], - ['issecretkey_1374',['IsSecretKey',['../classGpgFrontend_1_1GpgSubKey.html#a8e0cfcf0ea8c4c6478926f7254233756',1,'GpgFrontend::GpgSubKey']]], - ['issubkey_1375',['IsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#a5018adac1ec215cc17dd7dabea39829d',1,'GpgFrontend::GenKeyInfo']]] + ['impl_1324',['Impl',['../classGpgFrontend_1_1GpgContext_1_1Impl.html#af1cf48d1f5f5a16193c0e575fdec2f95',1,'GpgFrontend::GpgContext::Impl::Impl()'],['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a9572b3082d5b9f6e08fc7992114b19ce',1,'GpgFrontend::GlobalSettingStation::Impl::Impl()']]], + ['import_5fkeys_1325',['import_keys',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3b818c2a3e5c32fc32425b17e63367e2',1,'GpgFrontend::UI::KeyServerImportDialog::import_keys()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ab64ba3049fac1aaa9fed4fb1c5919153',1,'GpgFrontend::UI::KeyList::import_keys()']]], + ['import_5funknown_5fkey_5ffrom_5fkeyserver_1326',['import_unknown_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925',1,'GpgFrontend::UI']]], + ['importkey_1327',['ImportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#ab613412788fe4cf120d6fdef0cb2a54c',1,'GpgFrontend::GpgKeyImportExporter']]], + ['importkeypackage_1328',['ImportKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#a3b5e580bfd67cfda094c664e2987e319',1,'GpgFrontend::KeyPackageOperator']]], + ['infoboardwidget_1329',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010',1,'GpgFrontend::UI::InfoBoardWidget']]], + ['infotab_1330',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc',1,'GpgFrontend::UI::InfoTab']]], + ['infovalid_1331',['InfoValid',['../structSoftwareVersion.html#ad17cca5d4ce26f21666721d16b7f4d04',1,'SoftwareVersion']]], + ['init_1332',['Init',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759',1,'GpgFrontend::UI::MainWindow']]], + ['init_5fapp_5fsecure_5fkey_1333',['init_app_secure_key',['../classGpgFrontend_1_1DataObjectOperator.html#a6b357780482f0e0c021ad55a81eb37cf',1,'GpgFrontend::DataObjectOperator']]], + ['initglobalbasicenv_1334',['InitGlobalBasicEnv',['../namespaceGpgFrontend.html#a0b2b812dbc7f8752ed0dfe03eaa8a5a5',1,'GpgFrontend']]], + ['initglobalpathenv_1335',['InitGlobalPathEnv',['../namespaceGpgFrontend.html#a2b70b63c5a2173e62168123f6a2ad3da',1,'GpgFrontend']]], + ['initgpgfrontendui_1336',['InitGpgFrontendUI',['../namespaceGpgFrontend_1_1UI.html#ab0311557c1d7bde9c56cbca85fefa6ad',1,'GpgFrontend::UI']]], + ['initlocale_1337',['InitLocale',['../namespaceGpgFrontend.html#a7ffad7330067c9ab03842c656fa199f4',1,'GpgFrontend']]], + ['initloggingsystem_1338',['InitLoggingSystem',['../namespaceGpgFrontend.html#afb32e3d737c4bf2e6ad112a90fe7f1f5',1,'GpgFrontend']]], + ['inituitranslations_1339',['InitUITranslations',['../namespaceGpgFrontend_1_1UI.html#af70783922ff1de1800683874eb3aa3ce',1,'GpgFrontend::UI']]], + ['intropage_1340',['IntroPage',['../classGpgFrontend_1_1UI_1_1IntroPage.html#aed4220a7372b192ee4e8bc5024db922d',1,'GpgFrontend::UI::IntroPage']]], + ['isallowauthentication_1341',['IsAllowAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#aa73b6fe349eb4c2438fd0a0ae61b6c03',1,'GpgFrontend::GenKeyInfo']]], + ['isallowcertification_1342',['IsAllowCertification',['../classGpgFrontend_1_1GenKeyInfo.html#ae01bbb4af8da59317797d599b28abb31',1,'GpgFrontend::GenKeyInfo']]], + ['isallowchangeauthentication_1343',['IsAllowChangeAuthentication',['../classGpgFrontend_1_1GenKeyInfo.html#a6b6635977ea47b1c2220aed48bc5c57d',1,'GpgFrontend::GenKeyInfo']]], + ['isallowchangecertification_1344',['IsAllowChangeCertification',['../classGpgFrontend_1_1GenKeyInfo.html#a858ace5de6d4b8cd31fa6c68f33d0f92',1,'GpgFrontend::GenKeyInfo']]], + ['isallowchangeencryption_1345',['IsAllowChangeEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a81d52ff47ecd7aca34fb4f5a613b922d',1,'GpgFrontend::GenKeyInfo']]], + ['isallowchangesigning_1346',['IsAllowChangeSigning',['../classGpgFrontend_1_1GenKeyInfo.html#a4aedcb38a9fb4ffe65d16bce61a610c4',1,'GpgFrontend::GenKeyInfo']]], + ['isallowencryption_1347',['IsAllowEncryption',['../classGpgFrontend_1_1GenKeyInfo.html#a75b69b9e3f889e9fc5ffe9ee7af2c365',1,'GpgFrontend::GenKeyInfo']]], + ['isallownopassphrase_1348',['IsAllowNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#af3cc933fddc87f2a250b6686ceddf4ac',1,'GpgFrontend::GenKeyInfo']]], + ['isallowsigning_1349',['IsAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#abc16a0f5b11c814a5fd2ec9198c88a99',1,'GpgFrontend::GenKeyInfo']]], + ['iscardkey_1350',['IsCardKey',['../classGpgFrontend_1_1GpgSubKey.html#a37a00de8cdf77d9af9db794246a13a4a',1,'GpgFrontend::GpgSubKey']]], + ['isdisabled_1351',['IsDisabled',['../classGpgFrontend_1_1GpgKey.html#a5fe0b8737e463d577acc0db72fff6687',1,'GpgFrontend::GpgKey::IsDisabled()'],['../classGpgFrontend_1_1GpgSubKey.html#adb9d23a5ba193a553ef83203cf763f25',1,'GpgFrontend::GpgSubKey::IsDisabled()']]], + ['isdiscarded_1352',['IsDiscarded',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a20ce6f0be2ccd0509a0e7362e8de7abe',1,'GpgFrontend::UI::QuitDialog']]], + ['isexpired_1353',['IsExpired',['../classGpgFrontend_1_1GpgSubKey.html#a55f5aa99dd86cc5cb3ae175de41e925c',1,'GpgFrontend::GpgSubKey::IsExpired()'],['../classGpgFrontend_1_1GpgKeySignature.html#af813643b81367bbff2d686a346f6c1e8',1,'GpgFrontend::GpgKeySignature::IsExpired()'],['../classGpgFrontend_1_1GpgKey.html#aa8da15bbd8c1eefc8685f0f9f16f65fd',1,'GpgFrontend::GpgKey::IsExpired()']]], + ['isexportable_1354',['IsExportable',['../classGpgFrontend_1_1GpgKeySignature.html#a61ac1fdc773ecfc5b932a3aedd001eed',1,'GpgFrontend::GpgKeySignature']]], + ['isgood_1355',['IsGood',['../classGpgFrontend_1_1GpgKey.html#ac418e4de3fde347b466c295b7b4434dc',1,'GpgFrontend::GpgKey']]], + ['ishasactualauthenticationcapability_1356',['IsHasActualAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#a2cbc6dfcac640226c924fabbf718c9d8',1,'GpgFrontend::GpgKey']]], + ['ishasactualcertificationcapability_1357',['IsHasActualCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#a5ec602ce6fd35b893ffc33d684c6a7f0',1,'GpgFrontend::GpgKey']]], + ['ishasactualencryptioncapability_1358',['IsHasActualEncryptionCapability',['../classGpgFrontend_1_1GpgKey.html#a21844aa5c7d903e6d4c8e0af49aae40a',1,'GpgFrontend::GpgKey']]], + ['ishasactualsigningcapability_1359',['IsHasActualSigningCapability',['../classGpgFrontend_1_1GpgKey.html#a88eb8cdb73b09440278110b061eeb1df',1,'GpgFrontend::GpgKey']]], + ['ishasauthenticationcapability_1360',['IsHasAuthenticationCapability',['../classGpgFrontend_1_1GpgKey.html#a4ada9f15077101753524df3eeaa893c4',1,'GpgFrontend::GpgKey::IsHasAuthenticationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#af305996f419fef0dde7aa2a1b58ecd5f',1,'GpgFrontend::GpgSubKey::IsHasAuthenticationCapability()']]], + ['ishascardkey_1361',['IsHasCardKey',['../classGpgFrontend_1_1GpgKey.html#ad2b67a93cdcf2bcc2a5378927174df16',1,'GpgFrontend::GpgKey']]], + ['ishascertificationcapability_1362',['IsHasCertificationCapability',['../classGpgFrontend_1_1GpgKey.html#a6e727e4007782d75882eb1a2bc30c820',1,'GpgFrontend::GpgKey::IsHasCertificationCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a8afd699012e6367d5fb71655dc37e22c',1,'GpgFrontend::GpgSubKey::IsHasCertificationCapability() const -> bool']]], + ['ishasencryptioncapability_1363',['IsHasEncryptionCapability',['../classGpgFrontend_1_1GpgSubKey.html#a36919446a988986a04dc91264e31d8dd',1,'GpgFrontend::GpgSubKey::IsHasEncryptionCapability()'],['../classGpgFrontend_1_1GpgKey.html#a8f19ab9a9610f5ee20dcd29af438b03f',1,'GpgFrontend::GpgKey::IsHasEncryptionCapability() const -> bool']]], + ['ishasmasterkey_1364',['IsHasMasterKey',['../classGpgFrontend_1_1GpgKey.html#a63903b2b5c8f1b4ebbe869f47c01b8f1',1,'GpgFrontend::GpgKey']]], + ['ishassigningcapability_1365',['IsHasSigningCapability',['../classGpgFrontend_1_1GpgKey.html#a15e6f328b8cc6dc69e097d366a5bb351',1,'GpgFrontend::GpgKey::IsHasSigningCapability()'],['../classGpgFrontend_1_1GpgSubKey.html#a8b3c6780ca6e94aa6b7fa22ee0e4a2c0',1,'GpgFrontend::GpgSubKey::IsHasSigningCapability()']]], + ['isinvalid_1366',['IsInvalid',['../classGpgFrontend_1_1GpgKeySignature.html#a7f6af885500105df3c2a53a6ba9f5f62',1,'GpgFrontend::GpgKeySignature']]], + ['ismoduleactivate_1367',['IsModuleActivate',['../namespaceGpgFrontend_1_1Module.html#ad603c5872c4d356cb59b70b63b99126c',1,'GpgFrontend::Module']]], + ['isnonexpired_1368',['IsNonExpired',['../classGpgFrontend_1_1GenKeyInfo.html#a812adab61edebf96bbba4a18c2b82a72',1,'GpgFrontend::GenKeyInfo']]], + ['isnopassphrase_1369',['IsNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#a2dd1d385b95569e60526cbf15bdf03ec',1,'GpgFrontend::GenKeyInfo']]], + ['isprivatekey_1370',['IsPrivateKey',['../classGpgFrontend_1_1GpgSubKey.html#ac3e89f13273f8a7743f47e2ddd1e479e',1,'GpgFrontend::GpgSubKey::IsPrivateKey()'],['../classGpgFrontend_1_1GpgKey.html#a7a5d1f4509b49f58265d659c6b73779a',1,'GpgFrontend::GpgKey::IsPrivateKey()']]], + ['isrevoked_1371',['IsRevoked',['../classGpgFrontend_1_1GpgSubKey.html#a6e7401fb58bfb3dcc719c06898504bfa',1,'GpgFrontend::GpgSubKey::IsRevoked()'],['../classGpgFrontend_1_1GpgKeySignature.html#ae3eb5dccbf6c2702ceeeec37308ff642',1,'GpgFrontend::GpgKeySignature::IsRevoked()'],['../classGpgFrontend_1_1GpgKey.html#a7c1ce8ebb77dbe555fc6db5cb90b27e4',1,'GpgFrontend::GpgKey::IsRevoked()']]], + ['isrunning_1372',['IsRunning',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a172bca161e13c253b16f0f712721b450',1,'GpgFrontend::Thread::TaskRunner']]], + ['issecretkey_1373',['IsSecretKey',['../classGpgFrontend_1_1GpgSubKey.html#a8e0cfcf0ea8c4c6478926f7254233756',1,'GpgFrontend::GpgSubKey']]], + ['issubkey_1374',['IsSubKey',['../classGpgFrontend_1_1GenKeyInfo.html#a5018adac1ec215cc17dd7dabea39829d',1,'GpgFrontend::GenKeyInfo']]] ]; diff --git a/docs/html/search/functions_9.js b/docs/html/search/functions_9.js index c932b206..0746d93c 100644 --- a/docs/html/search/functions_9.js +++ b/docs/html/search/functions_9.js @@ -1,22 +1,22 @@ var searchData= [ - ['keygendialog_1376',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9',1,'GpgFrontend::UI::KeyGenDialog']]], - ['keygenpage_1377',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70',1,'GpgFrontend::UI::KeyGenPage']]], - ['keyimportdetaildialog_1378',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a93cb4a357b44060c5eee9186bd33e7af',1,'GpgFrontend::UI::KeyImportDetailDialog']]], - ['keylist_1379',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418',1,'GpgFrontend::UI::KeyList']]], - ['keymgmt_1380',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64',1,'GpgFrontend::UI::KeyMgmt']]], - ['keynewuiddialog_1381',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a7226b139dc7a491e8ba780135654be27',1,'GpgFrontend::UI::KeyNewUIDDialog']]], - ['keypairdetailtab_1382',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a90263d565b9343cf03de5542e9dee9a7',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['keypairoperatab_1383',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#afdfa89db24ac6c3a073e029882a4f2e8',1,'GpgFrontend::UI::KeyPairOperaTab']]], - ['keypairsubkeytab_1384',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a9ba9e92dcb92dbed09db4aa72d2c346d',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], - ['keypairuidtab_1385',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0743109e397d0cc842b2d5155c61ecf3',1,'GpgFrontend::UI::KeyPairUIDTab']]], - ['keypressevent_1386',['keyPressEvent',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#aad531bef81bf8264be3a181efd6b473d',1,'GpgFrontend::UI::FileTreeView::keyPressEvent()'],['../classGpgFrontend_1_1UI_1_1FindWidget.html#a6e2264a989c2bb2db6bc8980b43e65f0',1,'GpgFrontend::UI::FindWidget::keyPressEvent()'],['../classGpgFrontend_1_1UI_1_1FilePage.html#aea388ad7876e287f71e93085e6715495',1,'GpgFrontend::UI::FilePage::keyPressEvent()']]], - ['keyserverimportdialog_1387',['KeyServerImportDialog',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c4e44963dcd4f656b10788a7fafbb4e',1,'GpgFrontend::UI::KeyServerImportDialog']]], - ['keyserverimporttask_1388',['KeyServerImportTask',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#afd28e55f5fa19fbaa0f1f430abd3c07d',1,'GpgFrontend::UI::KeyServerImportTask']]], - ['keyserversearchtask_1389',['KeyServerSearchTask',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#ab0bdaf21a52b44090a935ae8d36651b7',1,'GpgFrontend::UI::KeyServerSearchTask']]], - ['keyservertab_1390',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#aa3d3561d3bdf95de6486b2caa752616c',1,'GpgFrontend::UI::KeyserverTab']]], - ['keysetexpiredatedialog_1391',['KeySetExpireDateDialog',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a67da7721959b585db21f7e893793564b',1,'GpgFrontend::UI::KeySetExpireDateDialog::KeySetExpireDateDialog(const KeyId &key_id, QWidget *parent=nullptr)'],['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a5dec3013f476b4b2c0b624b2705b39d7',1,'GpgFrontend::UI::KeySetExpireDateDialog::KeySetExpireDateDialog(const KeyId &key_id, QString subkey_fpr, QWidget *parent=nullptr)']]], - ['keytable_1392',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html#ae78160011d93abc43a1ca0f28c2ad943',1,'GpgFrontend::UI::KeyTable']]], - ['keyuidsigndialog_1393',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55',1,'GpgFrontend::UI::KeyUIDSignDialog']]], - ['keyuploaddialog_1394',['KeyUploadDialog',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a51f63e30f26f7923def91519d347c0cf',1,'GpgFrontend::UI::KeyUploadDialog']]] + ['keygendialog_1375',['KeyGenDialog',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3aef8d2bb8e0d36842532726a6796ab9',1,'GpgFrontend::UI::KeyGenDialog']]], + ['keygenpage_1376',['KeyGenPage',['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a0eb5dad522c597dcd101c02f496e7e70',1,'GpgFrontend::UI::KeyGenPage']]], + ['keyimportdetaildialog_1377',['KeyImportDetailDialog',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a93cb4a357b44060c5eee9186bd33e7af',1,'GpgFrontend::UI::KeyImportDetailDialog']]], + ['keylist_1378',['KeyList',['../classGpgFrontend_1_1UI_1_1KeyList.html#a7c9d5cacdb42e1fbda5d3cc96e861418',1,'GpgFrontend::UI::KeyList']]], + ['keymgmt_1379',['KeyMgmt',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#aefc27b57830cf14a85c2225664f89f64',1,'GpgFrontend::UI::KeyMgmt']]], + ['keynewuiddialog_1380',['KeyNewUIDDialog',['../classGpgFrontend_1_1UI_1_1KeyNewUIDDialog.html#a7226b139dc7a491e8ba780135654be27',1,'GpgFrontend::UI::KeyNewUIDDialog']]], + ['keypairdetailtab_1381',['KeyPairDetailTab',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a90263d565b9343cf03de5542e9dee9a7',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['keypairoperatab_1382',['KeyPairOperaTab',['../classGpgFrontend_1_1UI_1_1KeyPairOperaTab.html#afdfa89db24ac6c3a073e029882a4f2e8',1,'GpgFrontend::UI::KeyPairOperaTab']]], + ['keypairsubkeytab_1383',['KeyPairSubkeyTab',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a9ba9e92dcb92dbed09db4aa72d2c346d',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], + ['keypairuidtab_1384',['KeyPairUIDTab',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a0743109e397d0cc842b2d5155c61ecf3',1,'GpgFrontend::UI::KeyPairUIDTab']]], + ['keypressevent_1385',['keyPressEvent',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#aad531bef81bf8264be3a181efd6b473d',1,'GpgFrontend::UI::FileTreeView::keyPressEvent()'],['../classGpgFrontend_1_1UI_1_1FindWidget.html#a6e2264a989c2bb2db6bc8980b43e65f0',1,'GpgFrontend::UI::FindWidget::keyPressEvent()'],['../classGpgFrontend_1_1UI_1_1FilePage.html#aea388ad7876e287f71e93085e6715495',1,'GpgFrontend::UI::FilePage::keyPressEvent()']]], + ['keyserverimportdialog_1386',['KeyServerImportDialog',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a4c4e44963dcd4f656b10788a7fafbb4e',1,'GpgFrontend::UI::KeyServerImportDialog']]], + ['keyserverimporttask_1387',['KeyServerImportTask',['../classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#afd28e55f5fa19fbaa0f1f430abd3c07d',1,'GpgFrontend::UI::KeyServerImportTask']]], + ['keyserversearchtask_1388',['KeyServerSearchTask',['../classGpgFrontend_1_1UI_1_1KeyServerSearchTask.html#ab0bdaf21a52b44090a935ae8d36651b7',1,'GpgFrontend::UI::KeyServerSearchTask']]], + ['keyservertab_1389',['KeyserverTab',['../classGpgFrontend_1_1UI_1_1KeyserverTab.html#aa3d3561d3bdf95de6486b2caa752616c',1,'GpgFrontend::UI::KeyserverTab']]], + ['keysetexpiredatedialog_1390',['KeySetExpireDateDialog',['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a67da7721959b585db21f7e893793564b',1,'GpgFrontend::UI::KeySetExpireDateDialog::KeySetExpireDateDialog(const KeyId &key_id, QWidget *parent=nullptr)'],['../classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog.html#a5dec3013f476b4b2c0b624b2705b39d7',1,'GpgFrontend::UI::KeySetExpireDateDialog::KeySetExpireDateDialog(const KeyId &key_id, QString subkey_fpr, QWidget *parent=nullptr)']]], + ['keytable_1391',['KeyTable',['../structGpgFrontend_1_1UI_1_1KeyTable.html#ae78160011d93abc43a1ca0f28c2ad943',1,'GpgFrontend::UI::KeyTable']]], + ['keyuidsigndialog_1392',['KeyUIDSignDialog',['../classGpgFrontend_1_1UI_1_1KeyUIDSignDialog.html#aaa06ce342178802e76119bec6b26cc55',1,'GpgFrontend::UI::KeyUIDSignDialog']]], + ['keyuploaddialog_1393',['KeyUploadDialog',['../classGpgFrontend_1_1UI_1_1KeyUploadDialog.html#a51f63e30f26f7923def91519d347c0cf',1,'GpgFrontend::UI::KeyUploadDialog']]] ]; diff --git a/docs/html/search/functions_a.js b/docs/html/search/functions_a.js index 3424c90e..2bce8104 100644 --- a/docs/html/search/functions_a.js +++ b/docs/html/search/functions_a.js @@ -1,14 +1,14 @@ var searchData= [ - ['listarchive_1395',['ListArchive',['../classGpgFrontend_1_1ArchiveFileOperator.html#ab9159da7105707d91ece86e67deead07',1,'GpgFrontend::ArchiveFileOperator']]], - ['listedkeyservertesttask_1396',['ListedKeyServerTestTask',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a260619046e2b8af8d3396cefa7a05129',1,'GpgFrontend::UI::ListedKeyServerTestTask']]], - ['listenrtpublishevent_1397',['ListenRTPublishEvent',['../namespaceGpgFrontend_1_1Module.html#af88df9c72a7e6ec8dede9afc7234aca7',1,'GpgFrontend::Module']]], - ['listlanguages_1398',['ListLanguages',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#ab3c3f59d98afb1f284a7149f4ff971b8',1,'GpgFrontend::UI::SettingsDialog']]], - ['listrtchildkeys_1399',['ListRTChildKeys',['../namespaceGpgFrontend_1_1Module.html#a92a4ccb9246f778143ad3e88d2068d7c',1,'GpgFrontend::Module']]], - ['load_5fcache_5fstorage_1400',['load_cache_storage',['../classGpgFrontend_1_1CacheManager_1_1Impl.html#abf1dd239b38bc2eceb4de984b4f7d13a',1,'GpgFrontend::CacheManager::Impl']]], - ['loadcache_1401',['LoadCache',['../classGpgFrontend_1_1CacheManager.html#a8d131df5a66d20a10a8c86c7f7ad0cc4',1,'GpgFrontend::CacheManager']]], - ['loaddurablecache_1402',['LoadDurableCache',['../classGpgFrontend_1_1CacheManager.html#a3c9be71d8cff25c1b6b103f075ec83f4',1,'GpgFrontend::CacheManager::LoadDurableCache(const QString &key) -> QJsonDocument'],['../classGpgFrontend_1_1CacheManager.html#a670ccb45bd8c1297f208db133831e742',1,'GpgFrontend::CacheManager::LoadDurableCache(const QString &key, QJsonDocument default_value) -> QJsonDocument']]], - ['loadfile_1403',['LoadFile',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18',1,'GpgFrontend::UI::TextEdit']]], - ['loadgpgfrontendmodules_1404',['LoadGpgFrontendModules',['../namespaceGpgFrontend_1_1Module.html#a7f3912fe331338264ae22e434425f59e',1,'GpgFrontend::Module']]], - ['localized_5fhelp_1405',['localized_help',['../classGpgFrontend_1_1UI_1_1HelpPage.html#af839ba3ff0decc82aadb922593acf53f',1,'GpgFrontend::UI::HelpPage']]] + ['listarchive_1394',['ListArchive',['../classGpgFrontend_1_1ArchiveFileOperator.html#ab9159da7105707d91ece86e67deead07',1,'GpgFrontend::ArchiveFileOperator']]], + ['listedkeyservertesttask_1395',['ListedKeyServerTestTask',['../classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#a260619046e2b8af8d3396cefa7a05129',1,'GpgFrontend::UI::ListedKeyServerTestTask']]], + ['listenrtpublishevent_1396',['ListenRTPublishEvent',['../namespaceGpgFrontend_1_1Module.html#af88df9c72a7e6ec8dede9afc7234aca7',1,'GpgFrontend::Module']]], + ['listlanguages_1397',['ListLanguages',['../classGpgFrontend_1_1UI_1_1SettingsDialog.html#ab3c3f59d98afb1f284a7149f4ff971b8',1,'GpgFrontend::UI::SettingsDialog']]], + ['listrtchildkeys_1398',['ListRTChildKeys',['../namespaceGpgFrontend_1_1Module.html#a92a4ccb9246f778143ad3e88d2068d7c',1,'GpgFrontend::Module']]], + ['load_5fcache_5fstorage_1399',['load_cache_storage',['../classGpgFrontend_1_1CacheManager_1_1Impl.html#abf1dd239b38bc2eceb4de984b4f7d13a',1,'GpgFrontend::CacheManager::Impl']]], + ['loadcache_1400',['LoadCache',['../classGpgFrontend_1_1CacheManager.html#a8d131df5a66d20a10a8c86c7f7ad0cc4',1,'GpgFrontend::CacheManager']]], + ['loaddurablecache_1401',['LoadDurableCache',['../classGpgFrontend_1_1CacheManager.html#a3c9be71d8cff25c1b6b103f075ec83f4',1,'GpgFrontend::CacheManager::LoadDurableCache(const QString &key) -> QJsonDocument'],['../classGpgFrontend_1_1CacheManager.html#a670ccb45bd8c1297f208db133831e742',1,'GpgFrontend::CacheManager::LoadDurableCache(const QString &key, QJsonDocument default_value) -> QJsonDocument']]], + ['loadfile_1402',['LoadFile',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18',1,'GpgFrontend::UI::TextEdit']]], + ['loadgpgfrontendmodules_1403',['LoadGpgFrontendModules',['../namespaceGpgFrontend_1_1Module.html#a7f3912fe331338264ae22e434425f59e',1,'GpgFrontend::Module']]], + ['localized_5fhelp_1404',['localized_help',['../classGpgFrontend_1_1UI_1_1HelpPage.html#af839ba3ff0decc82aadb922593acf53f',1,'GpgFrontend::UI::HelpPage']]] ]; diff --git a/docs/html/search/functions_b.js b/docs/html/search/functions_b.js index 6833606b..66068458 100644 --- a/docs/html/search/functions_b.js +++ b/docs/html/search/functions_b.js @@ -1,9 +1,9 @@ var searchData= [ - ['maybe_5fsave_5fcurrent_5ftab_1406',['maybe_save_current_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c',1,'GpgFrontend::UI::TextEdit']]], - ['maybesaveanytab_1407',['MaybeSaveAnyTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a2ef7669b3b92d4a8c2b0782787653555',1,'GpgFrontend::UI::TextEdit']]], - ['modifypassword_1408',['ModifyPassword',['../classGpgFrontend_1_1GpgKeyOpera.html#a5e65fa1edd5db89b38cf021975a60465',1,'GpgFrontend::GpgKeyOpera']]], - ['modifytofupolicy_1409',['ModifyTOFUPolicy',['../classGpgFrontend_1_1GpgKeyOpera.html#a9e8efd9e57e05059396f0120535eef30',1,'GpgFrontend::GpgKeyOpera']]], - ['modulecontrollerdialog_1410',['ModuleControllerDialog',['../classGpgFrontend_1_1UI_1_1ModuleControllerDialog.html#af9f73c66a013fdd10626cc61cbf4498e',1,'GpgFrontend::UI::ModuleControllerDialog']]], - ['mousepressevent_1411',['mousePressEvent',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a1c0a1f76a713872530980b14baaaec29',1,'GpgFrontend::UI::FileTreeView']]] + ['maybe_5fsave_5fcurrent_5ftab_1405',['maybe_save_current_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c',1,'GpgFrontend::UI::TextEdit']]], + ['maybesaveanytab_1406',['MaybeSaveAnyTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a2ef7669b3b92d4a8c2b0782787653555',1,'GpgFrontend::UI::TextEdit']]], + ['modifypassword_1407',['ModifyPassword',['../classGpgFrontend_1_1GpgKeyOpera.html#a5e65fa1edd5db89b38cf021975a60465',1,'GpgFrontend::GpgKeyOpera']]], + ['modifytofupolicy_1408',['ModifyTOFUPolicy',['../classGpgFrontend_1_1GpgKeyOpera.html#a9e8efd9e57e05059396f0120535eef30',1,'GpgFrontend::GpgKeyOpera']]], + ['modulecontrollerdialog_1409',['ModuleControllerDialog',['../classGpgFrontend_1_1UI_1_1ModuleControllerDialog.html#af9f73c66a013fdd10626cc61cbf4498e',1,'GpgFrontend::UI::ModuleControllerDialog']]], + ['mousepressevent_1410',['mousePressEvent',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a1c0a1f76a713872530980b14baaaec29',1,'GpgFrontend::UI::FileTreeView']]] ]; diff --git a/docs/html/search/functions_c.js b/docs/html/search/functions_c.js index 37253169..29bf4db6 100644 --- a/docs/html/search/functions_c.js +++ b/docs/html/search/functions_c.js @@ -1,9 +1,9 @@ var searchData= [ - ['needupgrade_1412',['NeedUpgrade',['../structSoftwareVersion.html#a7ee4d13cc556ef34e016ac1d67e3e087',1,'SoftwareVersion']]], - ['networktab_1413',['NetworkTab',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a444d3630919c1f9c4db495a58acbb9a8',1,'GpgFrontend::UI::NetworkTab']]], - ['newarchive2dataexchanger_1414',['NewArchive2DataExchanger',['../classGpgFrontend_1_1ArchiveFileOperator.html#ad8c5a68a80b99346ab622f329b4c8f3c',1,'GpgFrontend::ArchiveFileOperator']]], - ['nextid_1415',['nextId',['../classGpgFrontend_1_1UI_1_1IntroPage.html#a812fd63d87955f9131a98ad8b679f8a4',1,'GpgFrontend::UI::IntroPage::nextId()'],['../classGpgFrontend_1_1UI_1_1ChoosePage.html#a243a82d13267b7252844fd7691c703f0',1,'GpgFrontend::UI::ChoosePage::nextId()'],['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a28958f6627f01db7c6f75fc0dec3eead',1,'GpgFrontend::UI::KeyGenPage::nextId()'],['../classGpgFrontend_1_1UI_1_1ConclusionPage.html#a0f3f3118456ccce7c2a6965cf68d2cf7',1,'GpgFrontend::UI::ConclusionPage::nextId()']]], - ['notify_1416',['notify',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a6f8ab335d89948c48cd634ab20ff9aa0',1,'GpgFrontend::UI::GpgFrontendApplication']]], - ['notifyfilesaved_1417',['NotifyFileSaved',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5',1,'GpgFrontend::UI::PlainTextEditorPage']]] + ['needupgrade_1411',['NeedUpgrade',['../structSoftwareVersion.html#a7ee4d13cc556ef34e016ac1d67e3e087',1,'SoftwareVersion']]], + ['networktab_1412',['NetworkTab',['../classGpgFrontend_1_1UI_1_1NetworkTab.html#a444d3630919c1f9c4db495a58acbb9a8',1,'GpgFrontend::UI::NetworkTab']]], + ['newarchive2dataexchanger_1413',['NewArchive2DataExchanger',['../classGpgFrontend_1_1ArchiveFileOperator.html#ad8c5a68a80b99346ab622f329b4c8f3c',1,'GpgFrontend::ArchiveFileOperator']]], + ['nextid_1414',['nextId',['../classGpgFrontend_1_1UI_1_1IntroPage.html#a812fd63d87955f9131a98ad8b679f8a4',1,'GpgFrontend::UI::IntroPage::nextId()'],['../classGpgFrontend_1_1UI_1_1ChoosePage.html#a243a82d13267b7252844fd7691c703f0',1,'GpgFrontend::UI::ChoosePage::nextId()'],['../classGpgFrontend_1_1UI_1_1KeyGenPage.html#a28958f6627f01db7c6f75fc0dec3eead',1,'GpgFrontend::UI::KeyGenPage::nextId()'],['../classGpgFrontend_1_1UI_1_1ConclusionPage.html#a0f3f3118456ccce7c2a6965cf68d2cf7',1,'GpgFrontend::UI::ConclusionPage::nextId()']]], + ['notify_1415',['notify',['../classGpgFrontend_1_1UI_1_1GpgFrontendApplication.html#a6f8ab335d89948c48cd634ab20ff9aa0',1,'GpgFrontend::UI::GpgFrontendApplication']]], + ['notifyfilesaved_1416',['NotifyFileSaved',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a29b3d63ba9590e775f42c779c76102e5',1,'GpgFrontend::UI::PlainTextEditorPage']]] ]; diff --git a/docs/html/search/functions_d.js b/docs/html/search/functions_d.js index f7221983..9ee804b0 100644 --- a/docs/html/search/functions_d.js +++ b/docs/html/search/functions_d.js @@ -1,8 +1,8 @@ var searchData= [ - ['operator_20gpgme_5fdata_5ft_1418',['operator gpgme_data_t',['../classGpgFrontend_1_1GpgData.html#afca7a03bd71436c8b3c4f6e8c2acd700',1,'GpgFrontend::GpgData']]], - ['operator_20gpgme_5fkey_5ft_1419',['operator gpgme_key_t',['../classGpgFrontend_1_1GpgKey.html#a827962251cf47c41dbea56665ae4207b',1,'GpgFrontend::GpgKey']]], - ['operator_3c_3d_1420',['operator<=',['../classGpgFrontend_1_1GpgKey.html#a316766dc789c63c1b459915860d61c40',1,'GpgFrontend::GpgKey']]], - ['operator_3d_1421',['operator=',['../classGpgFrontend_1_1GpgSignature.html#a8fc463fcd607e3d53c211d3bc57b86ad',1,'GpgFrontend::GpgSignature::operator=()'],['../classGpgFrontend_1_1GpgUID.html#a919c71b4832e8866a672d35d9e3ddbd9',1,'GpgFrontend::GpgUID::operator=(const GpgUID &) -> GpgUID &=delete'],['../classGpgFrontend_1_1GpgUID.html#ad974f2650de07111a76336afcd9d8239',1,'GpgFrontend::GpgUID::operator=(GpgUID &&o) noexcept -> GpgUID &'],['../classGpgFrontend_1_1GpgTOFUInfo.html#ac9e79369424693557fe243881df86858',1,'GpgFrontend::GpgTOFUInfo::operator=(const GpgTOFUInfo &) -> GpgTOFUInfo &=delete'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a0387dad26d2fcc70189fbfad6a9b7936',1,'GpgFrontend::GpgTOFUInfo::operator=(GpgTOFUInfo &&o) noexcept -> GpgTOFUInfo &'],['../classGpgFrontend_1_1GpgSubKey.html#a8b7fa22d50d6bade01af1e347c0539e1',1,'GpgFrontend::GpgSubKey::operator=(const GpgSubKey &) -> GpgSubKey &=delete'],['../classGpgFrontend_1_1GpgSubKey.html#aca8af7e3c71de89b753ff72504dfc5c9',1,'GpgFrontend::GpgSubKey::operator=(GpgSubKey &&o) noexcept -> GpgSubKey &'],['../classGpgFrontend_1_1GpgSignature.html#a4fa42f48fc9cc031e83975a26a840d24',1,'GpgFrontend::GpgSignature::operator=()'],['../classGpgFrontend_1_1GpgKeySignature.html#a2f6e7ba797cc59b26729a8f63038f7dd',1,'GpgFrontend::GpgKeySignature::operator=(const GpgKeySignature &) -> GpgKeySignature &=delete'],['../classGpgFrontend_1_1GpgKeySignature.html#a56f7e2df71d4277105f0b7cef31ca83b',1,'GpgFrontend::GpgKeySignature::operator=(GpgKeySignature &&) noexcept -> GpgKeySignature &'],['../classGpgFrontend_1_1GpgKey.html#a869904f711c4a7f484828bfa972c9b76',1,'GpgFrontend::GpgKey::operator=(const gpgme_key_t &) -> GpgKey &=delete'],['../classGpgFrontend_1_1GpgKey.html#ad4003b0d623b178866fdfe01c4d7c29d',1,'GpgFrontend::GpgKey::operator=(const GpgKey &) -> GpgKey &'],['../classGpgFrontend_1_1GpgKey.html#a47fb1f1e2c5582746cdda0b7fb81ccd8',1,'GpgFrontend::GpgKey::operator=(GpgKey &&) noexcept -> GpgKey &'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a99eb547639a63e7c2f467ebb611c95b7',1,'GpgFrontend::SingletonFunctionObject::operator=()']]], - ['operator_3d_3d_1422',['operator==',['../classGpgFrontend_1_1GpgKey.html#ab5ba2a5bcd115c2c150baaefd244c13a',1,'GpgFrontend::GpgKey::operator==()'],['../classGpgFrontend_1_1GpgSubKey.html#af62212a90e58a861f540e050f549d426',1,'GpgFrontend::GpgSubKey::operator==()']]] + ['operator_20gpgme_5fdata_5ft_1417',['operator gpgme_data_t',['../classGpgFrontend_1_1GpgData.html#afca7a03bd71436c8b3c4f6e8c2acd700',1,'GpgFrontend::GpgData']]], + ['operator_20gpgme_5fkey_5ft_1418',['operator gpgme_key_t',['../classGpgFrontend_1_1GpgKey.html#a827962251cf47c41dbea56665ae4207b',1,'GpgFrontend::GpgKey']]], + ['operator_3c_3d_1419',['operator<=',['../classGpgFrontend_1_1GpgKey.html#a316766dc789c63c1b459915860d61c40',1,'GpgFrontend::GpgKey']]], + ['operator_3d_1420',['operator=',['../classGpgFrontend_1_1GpgSignature.html#a8fc463fcd607e3d53c211d3bc57b86ad',1,'GpgFrontend::GpgSignature::operator=()'],['../classGpgFrontend_1_1GpgUID.html#a919c71b4832e8866a672d35d9e3ddbd9',1,'GpgFrontend::GpgUID::operator=(const GpgUID &) -> GpgUID &=delete'],['../classGpgFrontend_1_1GpgUID.html#ad974f2650de07111a76336afcd9d8239',1,'GpgFrontend::GpgUID::operator=(GpgUID &&o) noexcept -> GpgUID &'],['../classGpgFrontend_1_1GpgTOFUInfo.html#ac9e79369424693557fe243881df86858',1,'GpgFrontend::GpgTOFUInfo::operator=(const GpgTOFUInfo &) -> GpgTOFUInfo &=delete'],['../classGpgFrontend_1_1GpgTOFUInfo.html#a0387dad26d2fcc70189fbfad6a9b7936',1,'GpgFrontend::GpgTOFUInfo::operator=(GpgTOFUInfo &&o) noexcept -> GpgTOFUInfo &'],['../classGpgFrontend_1_1GpgSubKey.html#a8b7fa22d50d6bade01af1e347c0539e1',1,'GpgFrontend::GpgSubKey::operator=(const GpgSubKey &) -> GpgSubKey &=delete'],['../classGpgFrontend_1_1GpgSubKey.html#aca8af7e3c71de89b753ff72504dfc5c9',1,'GpgFrontend::GpgSubKey::operator=(GpgSubKey &&o) noexcept -> GpgSubKey &'],['../classGpgFrontend_1_1GpgSignature.html#a4fa42f48fc9cc031e83975a26a840d24',1,'GpgFrontend::GpgSignature::operator=()'],['../classGpgFrontend_1_1GpgKeySignature.html#a2f6e7ba797cc59b26729a8f63038f7dd',1,'GpgFrontend::GpgKeySignature::operator=(const GpgKeySignature &) -> GpgKeySignature &=delete'],['../classGpgFrontend_1_1GpgKeySignature.html#a56f7e2df71d4277105f0b7cef31ca83b',1,'GpgFrontend::GpgKeySignature::operator=(GpgKeySignature &&) noexcept -> GpgKeySignature &'],['../classGpgFrontend_1_1GpgKey.html#a869904f711c4a7f484828bfa972c9b76',1,'GpgFrontend::GpgKey::operator=(const gpgme_key_t &) -> GpgKey &=delete'],['../classGpgFrontend_1_1GpgKey.html#ad4003b0d623b178866fdfe01c4d7c29d',1,'GpgFrontend::GpgKey::operator=(const GpgKey &) -> GpgKey &'],['../classGpgFrontend_1_1GpgKey.html#a47fb1f1e2c5582746cdda0b7fb81ccd8',1,'GpgFrontend::GpgKey::operator=(GpgKey &&) noexcept -> GpgKey &'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a99eb547639a63e7c2f467ebb611c95b7',1,'GpgFrontend::SingletonFunctionObject::operator=()']]], + ['operator_3d_3d_1421',['operator==',['../classGpgFrontend_1_1GpgKey.html#ab5ba2a5bcd115c2c150baaefd244c13a',1,'GpgFrontend::GpgKey::operator==()'],['../classGpgFrontend_1_1GpgSubKey.html#af62212a90e58a861f540e050f549d426',1,'GpgFrontend::GpgSubKey::operator==()']]] ]; diff --git a/docs/html/search/functions_e.js b/docs/html/search/functions_e.js index a5215a03..057d4c65 100644 --- a/docs/html/search/functions_e.js +++ b/docs/html/search/functions_e.js @@ -1,15 +1,15 @@ var searchData= [ - ['paintevent_1423',['paintEvent',['../classGpgFrontend_1_1UI_1_1GRTTreeView.html#a464ce9bed987da4652d9862cb101c3e9',1,'GpgFrontend::UI::GRTTreeView']]], - ['passphrasegenerator_1424',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html#ac82ef545a54468ad02253a61cc62e3cf',1,'GpgFrontend::PassphraseGenerator']]], - ['plaintexteditorpage_1425',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['postconcurrenttask_1426',['PostConcurrentTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#af65c46061d6ee2008b5fa5593de70026',1,'GpgFrontend::Thread::TaskRunner']]], - ['postscheduletask_1427',['PostScheduleTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#aaddb0cdd8eb57aac08ca9caf8b8e6bac',1,'GpgFrontend::Thread::TaskRunner']]], - ['posttask_1428',['PostTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a4fae01eb0a5b296b8c4c6bf8408f1c6b',1,'GpgFrontend::Thread::TaskRunner::PostTask(Task *task)'],['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a38e1af613d2bc390198a8744f2148f5e',1,'GpgFrontend::Thread::TaskRunner::PostTask(const QString &, const Task::TaskRunnable &, const Task::TaskCallback &, DataObjectPtr)']]], - ['print_5frecipient_1429',['print_recipient',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a705d1a24a3ab53ce6d11432b7f907c9d',1,'GpgFrontend::GpgDecryptResultAnalyse']]], - ['print_5fsigner_1430',['print_signer',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a591bc0f998e7c1e85f1838248c58b212',1,'GpgFrontend::GpgVerifyResultAnalyse']]], - ['print_5fsigner_5fwithout_5fkey_1431',['print_signer_without_key',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ac35988f5f806ea1bedbbe2a6d5a900aa',1,'GpgFrontend::GpgVerifyResultAnalyse']]], - ['process_5foperation_1432',['process_operation',['../namespaceGpgFrontend_1_1UI.html#a288897c6062a7820a3a1c5faba7cfeac',1,'GpgFrontend::UI']]], - ['process_5fresult_5fanalyse_1433',['process_result_analyse',['../namespaceGpgFrontend_1_1UI.html#abd3c7c636954390d52150b4e6d38e1b3',1,'GpgFrontend::UI::process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse)'],['../namespaceGpgFrontend_1_1UI.html#a60b5887adabc74015700795dc3c07ae9',1,'GpgFrontend::UI::process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse_a, const GpgResultAnalyse &result_analyse_b)']]], - ['proxyconnectiontesttask_1434',['ProxyConnectionTestTask',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a8036aaf9a2adcf033fc9f8e51da59956',1,'GpgFrontend::UI::ProxyConnectionTestTask']]] + ['paintevent_1422',['paintEvent',['../classGpgFrontend_1_1UI_1_1GRTTreeView.html#a464ce9bed987da4652d9862cb101c3e9',1,'GpgFrontend::UI::GRTTreeView']]], + ['passphrasegenerator_1423',['PassphraseGenerator',['../classGpgFrontend_1_1PassphraseGenerator.html#ac82ef545a54468ad02253a61cc62e3cf',1,'GpgFrontend::PassphraseGenerator']]], + ['plaintexteditorpage_1424',['PlainTextEditorPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['postconcurrenttask_1425',['PostConcurrentTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#af65c46061d6ee2008b5fa5593de70026',1,'GpgFrontend::Thread::TaskRunner']]], + ['postscheduletask_1426',['PostScheduleTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#aaddb0cdd8eb57aac08ca9caf8b8e6bac',1,'GpgFrontend::Thread::TaskRunner']]], + ['posttask_1427',['PostTask',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a4fae01eb0a5b296b8c4c6bf8408f1c6b',1,'GpgFrontend::Thread::TaskRunner::PostTask(Task *task)'],['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a38e1af613d2bc390198a8744f2148f5e',1,'GpgFrontend::Thread::TaskRunner::PostTask(const QString &, const Task::TaskRunnable &, const Task::TaskCallback &, DataObjectPtr)']]], + ['print_5frecipient_1428',['print_recipient',['../classGpgFrontend_1_1GpgDecryptResultAnalyse.html#a705d1a24a3ab53ce6d11432b7f907c9d',1,'GpgFrontend::GpgDecryptResultAnalyse']]], + ['print_5fsigner_1429',['print_signer',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#a591bc0f998e7c1e85f1838248c58b212',1,'GpgFrontend::GpgVerifyResultAnalyse']]], + ['print_5fsigner_5fwithout_5fkey_1430',['print_signer_without_key',['../classGpgFrontend_1_1GpgVerifyResultAnalyse.html#ac35988f5f806ea1bedbbe2a6d5a900aa',1,'GpgFrontend::GpgVerifyResultAnalyse']]], + ['process_5foperation_1431',['process_operation',['../namespaceGpgFrontend_1_1UI.html#a288897c6062a7820a3a1c5faba7cfeac',1,'GpgFrontend::UI']]], + ['process_5fresult_5fanalyse_1432',['process_result_analyse',['../namespaceGpgFrontend_1_1UI.html#abd3c7c636954390d52150b4e6d38e1b3',1,'GpgFrontend::UI::process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse)'],['../namespaceGpgFrontend_1_1UI.html#a60b5887adabc74015700795dc3c07ae9',1,'GpgFrontend::UI::process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse_a, const GpgResultAnalyse &result_analyse_b)']]], + ['proxyconnectiontesttask_1433',['ProxyConnectionTestTask',['../classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask.html#a8036aaf9a2adcf033fc9f8e51da59956',1,'GpgFrontend::UI::ProxyConnectionTestTask']]] ]; diff --git a/docs/html/search/functions_f.js b/docs/html/search/functions_f.js index 153f1905..747dac2f 100644 --- a/docs/html/search/functions_f.js +++ b/docs/html/search/functions_f.js @@ -1,4 +1,4 @@ var searchData= [ - ['quitdialog_1435',['QuitDialog',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a60419bf8e817db25128c2f941fc42a3d',1,'GpgFrontend::UI::QuitDialog']]] + ['quitdialog_1434',['QuitDialog',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a60419bf8e817db25128c2f941fc42a3d',1,'GpgFrontend::UI::QuitDialog']]] ]; diff --git a/docs/html/search/namespaces_0.js b/docs/html/search/namespaces_0.js index 110ba4e2..e07a5af2 100644 --- a/docs/html/search/namespaces_0.js +++ b/docs/html/search/namespaces_0.js @@ -1,9 +1,9 @@ var searchData= [ - ['gpgfrontend_1053',['GpgFrontend',['../namespaceGpgFrontend.html',1,'']]], - ['module_1054',['Module',['../namespaceGpgFrontend_1_1Module.html',1,'GpgFrontend']]], - ['rawapi_1055',['RawAPI',['../namespaceGpgFrontend_1_1RawAPI.html',1,'GpgFrontend']]], - ['test_1056',['Test',['../namespaceGpgFrontend_1_1Test.html',1,'GpgFrontend']]], - ['thread_1057',['Thread',['../namespaceGpgFrontend_1_1Thread.html',1,'GpgFrontend']]], - ['ui_1058',['UI',['../namespaceGpgFrontend_1_1UI.html',1,'GpgFrontend']]] + ['gpgfrontend_1052',['GpgFrontend',['../namespaceGpgFrontend.html',1,'']]], + ['module_1053',['Module',['../namespaceGpgFrontend_1_1Module.html',1,'GpgFrontend']]], + ['rawapi_1054',['RawAPI',['../namespaceGpgFrontend_1_1RawAPI.html',1,'GpgFrontend']]], + ['test_1055',['Test',['../namespaceGpgFrontend_1_1Test.html',1,'GpgFrontend']]], + ['thread_1056',['Thread',['../namespaceGpgFrontend_1_1Thread.html',1,'GpgFrontend']]], + ['ui_1057',['UI',['../namespaceGpgFrontend_1_1UI.html',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/namespaces_1.js b/docs/html/search/namespaces_1.js index a724681c..d4c6df28 100644 --- a/docs/html/search/namespaces_1.js +++ b/docs/html/search/namespaces_1.js @@ -1,4 +1,4 @@ var searchData= [ - ['spdlog_1059',['spdlog',['../namespacespdlog.html',1,'']]] + ['spdlog_1058',['spdlog',['../namespacespdlog.html',1,'']]] ]; diff --git a/docs/html/search/pages_0.js b/docs/html/search/pages_0.js index b1e186ae..00983b8c 100644 --- a/docs/html/search/pages_0.js +++ b/docs/html/search/pages_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['gpgfrontend_20develop_20document_20main_20page_1812',['GpgFrontend Develop Document Main Page',['../index.html',1,'']]] + ['gpgfrontend_20develop_20document_20main_20page_1809',['GpgFrontend Develop Document Main Page',['../index.html',1,'']]] ]; diff --git a/docs/html/search/typedefs_0.js b/docs/html/search/typedefs_0.js index 9a179911..41cab5cc 100644 --- a/docs/html/search/typedefs_0.js +++ b/docs/html/search/typedefs_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['gpgerror_1810',['GpgError',['../namespaceGpgFrontend.html#a2470eb154743191c3454203f23d3a2f8',1,'GpgFrontend']]] + ['gpgerror_1807',['GpgError',['../namespaceGpgFrontend.html#a2470eb154743191c3454203f23d3a2f8',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/variables_0.js b/docs/html/search/variables_0.js index e31e093f..2cad405c 100644 --- a/docs/html/search/variables_0.js +++ b/docs/html/search/variables_0.js @@ -1,18 +1,18 @@ var searchData= [ - ['about_5fact_5f_1693',['about_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9dd292f55fba1fe62c83508fef7e43a1',1,'GpgFrontend::UI::MainWindow']]], - ['add_5fpgp_5fheader_5fact_5f_1694',['add_pgp_header_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a95b2c86afbefe47e79af87e56032e306',1,'GpgFrontend::UI::MainWindow']]], - ['additional_5fuid_5fbox_5f_1695',['additional_uid_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a265ef140feec330e7341c1369c0aefab',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['advance_5fmenu_5f_1696',['advance_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abd4319366aa14f17a166c9f945d4ae90',1,'GpgFrontend::UI::MainWindow']]], - ['algorithm_5fdetail_5fvar_5flabel_5f_1697',['algorithm_detail_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#abbfe5c15ea09478f52f25ce0a91bbbf8',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['algorithm_5fvar_5flabel_5f_1698',['algorithm_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aadcb3bbb4233fdc2deca5b509c46b2e1',1,'GpgFrontend::UI::KeyPairDetailTab::algorithm_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a1790a8b163b94f33a3bb968f9a19f00c',1,'GpgFrontend::UI::KeyPairSubkeyTab::algorithm_var_label_()']]], - ['app_5fconfig_5ftarget_5fpath_5f_1699',['app_config_target_path_',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a4612f0a224cf38c9f4439b4750476b10',1,'GpgFrontend::GlobalSettingStation::Impl']]], - ['app_5fdata_5fobjs_5fpath_5f_1700',['app_data_objs_path_',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a7eae19f7ada6914cc566912e74c73221',1,'GpgFrontend::GlobalSettingStation::Impl']]], - ['app_5fdata_5fpath_5f_1701',['app_data_path_',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a67f2e4e8a62d3b34d9f86c9235a35f05',1,'GpgFrontend::GlobalSettingStation::Impl']]], - ['app_5flog_5fpath_5f_1702',['app_log_path_',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a92ca0d1c51d36d8984528ec089280da7',1,'GpgFrontend::GlobalSettingStation::Impl']]], - ['app_5fportable_5fconfig_5fpath_5f_1703',['app_portable_config_path_',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a4f164aa1707e6afdef29387b4a644a59',1,'GpgFrontend::GlobalSettingStation::Impl']]], - ['app_5fsecure_5fkey_5fpath_5f_1704',['app_secure_key_path_',['../classGpgFrontend_1_1DataObjectOperator.html#a9b13d6d68ebc584cb231e6f349a2a138',1,'GpgFrontend::DataObjectOperator']]], - ['app_5fsecure_5fpath_5f_1705',['app_secure_path_',['../classGpgFrontend_1_1DataObjectOperator.html#a4e7673037b5c7eda5c334d50f8155150',1,'GpgFrontend::DataObjectOperator']]], - ['append_5fselected_5fkeys_5fact_5f_1706',['append_selected_keys_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab67486a71126073e7c39ca12603198f4',1,'GpgFrontend::UI::MainWindow']]], - ['attachment_5fdock_5f_1707',['attachment_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afd243a5f00f86d65431081ead2cae153',1,'GpgFrontend::UI::MainWindow']]] + ['about_5fact_5f_1690',['about_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a9dd292f55fba1fe62c83508fef7e43a1',1,'GpgFrontend::UI::MainWindow']]], + ['add_5fpgp_5fheader_5fact_5f_1691',['add_pgp_header_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a95b2c86afbefe47e79af87e56032e306',1,'GpgFrontend::UI::MainWindow']]], + ['additional_5fuid_5fbox_5f_1692',['additional_uid_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a265ef140feec330e7341c1369c0aefab',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['advance_5fmenu_5f_1693',['advance_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abd4319366aa14f17a166c9f945d4ae90',1,'GpgFrontend::UI::MainWindow']]], + ['algorithm_5fdetail_5fvar_5flabel_5f_1694',['algorithm_detail_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#abbfe5c15ea09478f52f25ce0a91bbbf8',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['algorithm_5fvar_5flabel_5f_1695',['algorithm_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aadcb3bbb4233fdc2deca5b509c46b2e1',1,'GpgFrontend::UI::KeyPairDetailTab::algorithm_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a1790a8b163b94f33a3bb968f9a19f00c',1,'GpgFrontend::UI::KeyPairSubkeyTab::algorithm_var_label_()']]], + ['app_5fconfig_5ftarget_5fpath_5f_1696',['app_config_target_path_',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a4612f0a224cf38c9f4439b4750476b10',1,'GpgFrontend::GlobalSettingStation::Impl']]], + ['app_5fdata_5fobjs_5fpath_5f_1697',['app_data_objs_path_',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a7eae19f7ada6914cc566912e74c73221',1,'GpgFrontend::GlobalSettingStation::Impl']]], + ['app_5fdata_5fpath_5f_1698',['app_data_path_',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a67f2e4e8a62d3b34d9f86c9235a35f05',1,'GpgFrontend::GlobalSettingStation::Impl']]], + ['app_5flog_5fpath_5f_1699',['app_log_path_',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a92ca0d1c51d36d8984528ec089280da7',1,'GpgFrontend::GlobalSettingStation::Impl']]], + ['app_5fportable_5fconfig_5fpath_5f_1700',['app_portable_config_path_',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a4f164aa1707e6afdef29387b4a644a59',1,'GpgFrontend::GlobalSettingStation::Impl']]], + ['app_5fsecure_5fkey_5fpath_5f_1701',['app_secure_key_path_',['../classGpgFrontend_1_1DataObjectOperator.html#a9b13d6d68ebc584cb231e6f349a2a138',1,'GpgFrontend::DataObjectOperator']]], + ['app_5fsecure_5fpath_5f_1702',['app_secure_path_',['../classGpgFrontend_1_1DataObjectOperator.html#a4e7673037b5c7eda5c334d50f8155150',1,'GpgFrontend::DataObjectOperator']]], + ['append_5fselected_5fkeys_5fact_5f_1703',['append_selected_keys_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab67486a71126073e7c39ca12603198f4',1,'GpgFrontend::UI::MainWindow']]], + ['attachment_5fdock_5f_1704',['attachment_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afd243a5f00f86d65431081ead2cae153',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_1.js b/docs/html/search/variables_1.js index b2511f90..8d29093e 100644 --- a/docs/html/search/variables_1.js +++ b/docs/html/search/variables_1.js @@ -1,6 +1,6 @@ var searchData= [ - ['browser_5f_1708',['browser_',['../classGpgFrontend_1_1UI_1_1HelpPage.html#af4f61342fae06a49c95d8d20ca51ca2c',1,'GpgFrontend::UI::HelpPage']]], - ['browser_5fact_5f_1709',['browser_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3c0a5305cf55fe5bee2f18298f983cad',1,'GpgFrontend::UI::MainWindow']]], - ['button_5fbox_5f_1710',['button_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa765259f9aa65b81d59b982ee0595e52',1,'GpgFrontend::UI::KeyGenDialog::button_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ab06b11f407fbb407139235fc84325de2',1,'GpgFrontend::UI::SubkeyGenerateDialog::button_box_()']]] + ['browser_5f_1705',['browser_',['../classGpgFrontend_1_1UI_1_1HelpPage.html#af4f61342fae06a49c95d8d20ca51ca2c',1,'GpgFrontend::UI::HelpPage']]], + ['browser_5fact_5f_1706',['browser_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3c0a5305cf55fe5bee2f18298f983cad',1,'GpgFrontend::UI::MainWindow']]], + ['button_5fbox_5f_1707',['button_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aa765259f9aa65b81d59b982ee0595e52',1,'GpgFrontend::UI::KeyGenDialog::button_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ab06b11f407fbb407139235fc84325de2',1,'GpgFrontend::UI::SubkeyGenerateDialog::button_box_()']]] ]; diff --git a/docs/html/search/variables_10.js b/docs/html/search/variables_10.js index 4a7cbafc..4c007b23 100644 --- a/docs/html/search/variables_10.js +++ b/docs/html/search/variables_10.js @@ -1,5 +1,5 @@ var searchData= [ - ['rd_5f_1790',['rd_',['../classGpgFrontend_1_1PassphraseGenerator.html#a12ee6f9b7fff4883074321c7e0de3dfa',1,'GpgFrontend::PassphraseGenerator']]], - ['redo_5fact_5f_1791',['redo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e',1,'GpgFrontend::UI::MainWindow']]] + ['rd_5f_1787',['rd_',['../classGpgFrontend_1_1PassphraseGenerator.html#a12ee6f9b7fff4883074321c7e0de3dfa',1,'GpgFrontend::PassphraseGenerator']]], + ['redo_5fact_5f_1788',['redo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_11.js b/docs/html/search/variables_11.js index 7125e94c..307b3a6f 100644 --- a/docs/html/search/variables_11.js +++ b/docs/html/search/variables_11.js @@ -1,15 +1,15 @@ var searchData= [ - ['save_5fact_5f_1792',['save_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc',1,'GpgFrontend::UI::MainWindow']]], - ['save_5fas_5fact_5f_1793',['save_as_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112',1,'GpgFrontend::UI::MainWindow']]], - ['select_5fall_5fact_5f_1794',['select_all_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc',1,'GpgFrontend::UI::MainWindow']]], - ['show_5fkey_5fdetails_5fact_5f_1795',['show_key_details_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b',1,'GpgFrontend::UI::MainWindow']]], - ['sign_5fact_5f_1796',['sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839',1,'GpgFrontend::UI::MainWindow']]], - ['sign_5fmarked_5f_1797',['sign_marked_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358',1,'GpgFrontend::UI::PlainTextEditorPage']]], - ['special_5fedit_5ftool_5fbar_5f_1798',['special_edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0',1,'GpgFrontend::UI::MainWindow']]], - ['start_5fwizard_5fact_5f_1799',['start_wizard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6',1,'GpgFrontend::UI::MainWindow']]], - ['steganography_5fmenu_5f_1800',['steganography_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853',1,'GpgFrontend::UI::MainWindow']]], - ['storages_5fmutex_5f_1801',['storages_mutex_',['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html#a10851118e959ef798ae9c534dac74824',1,'GpgFrontend::SingletonStorageCollection::Impl']]], - ['switch_5ftab_5fdown_5fact_5f_1802',['switch_tab_down_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41',1,'GpgFrontend::UI::MainWindow']]], - ['switch_5ftab_5fup_5fact_5f_1803',['switch_tab_up_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701',1,'GpgFrontend::UI::MainWindow']]] + ['save_5fact_5f_1789',['save_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc',1,'GpgFrontend::UI::MainWindow']]], + ['save_5fas_5fact_5f_1790',['save_as_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112',1,'GpgFrontend::UI::MainWindow']]], + ['select_5fall_5fact_5f_1791',['select_all_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc',1,'GpgFrontend::UI::MainWindow']]], + ['show_5fkey_5fdetails_5fact_5f_1792',['show_key_details_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b',1,'GpgFrontend::UI::MainWindow']]], + ['sign_5fact_5f_1793',['sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839',1,'GpgFrontend::UI::MainWindow']]], + ['sign_5fmarked_5f_1794',['sign_marked_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a4f94e9ef7889a169bda5a47b7f657358',1,'GpgFrontend::UI::PlainTextEditorPage']]], + ['special_5fedit_5ftool_5fbar_5f_1795',['special_edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0',1,'GpgFrontend::UI::MainWindow']]], + ['start_5fwizard_5fact_5f_1796',['start_wizard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6',1,'GpgFrontend::UI::MainWindow']]], + ['steganography_5fmenu_5f_1797',['steganography_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853',1,'GpgFrontend::UI::MainWindow']]], + ['storages_5fmutex_5f_1798',['storages_mutex_',['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html#a10851118e959ef798ae9c534dac74824',1,'GpgFrontend::SingletonStorageCollection::Impl']]], + ['switch_5ftab_5fdown_5fact_5f_1799',['switch_tab_down_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41',1,'GpgFrontend::UI::MainWindow']]], + ['switch_5ftab_5fup_5fact_5f_1800',['switch_tab_up_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_12.js b/docs/html/search/variables_12.js index 0c17a620..880ee9cc 100644 --- a/docs/html/search/variables_12.js +++ b/docs/html/search/variables_12.js @@ -1,4 +1,4 @@ var searchData= [ - ['translate_5fact_5f_1804',['translate_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e',1,'GpgFrontend::UI::MainWindow']]] + ['translate_5fact_5f_1801',['translate_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_13.js b/docs/html/search/variables_13.js index f8594559..7dcb324e 100644 --- a/docs/html/search/variables_13.js +++ b/docs/html/search/variables_13.js @@ -1,4 +1,4 @@ var searchData= [ - ['undo_5fact_5f_1805',['undo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c',1,'GpgFrontend::UI::MainWindow']]] + ['undo_5fact_5f_1802',['undo_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_14.js b/docs/html/search/variables_14.js index 91ec807b..7cbca5a2 100644 --- a/docs/html/search/variables_14.js +++ b/docs/html/search/variables_14.js @@ -1,5 +1,5 @@ var searchData= [ - ['verify_5fact_5f_1806',['verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081',1,'GpgFrontend::UI::MainWindow']]], - ['view_5fmenu_5f_1807',['view_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2',1,'GpgFrontend::UI::MainWindow']]] + ['verify_5fact_5f_1803',['verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081',1,'GpgFrontend::UI::MainWindow']]], + ['view_5fmenu_5f_1804',['view_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_15.js b/docs/html/search/variables_15.js index fa840483..290e71e9 100644 --- a/docs/html/search/variables_15.js +++ b/docs/html/search/variables_15.js @@ -1,5 +1,5 @@ var searchData= [ - ['zoom_5fin_5fact_5f_1808',['zoom_in_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689',1,'GpgFrontend::UI::MainWindow']]], - ['zoom_5fout_5fact_5f_1809',['zoom_out_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979',1,'GpgFrontend::UI::MainWindow']]] + ['zoom_5fin_5fact_5f_1805',['zoom_in_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689',1,'GpgFrontend::UI::MainWindow']]], + ['zoom_5fout_5fact_5f_1806',['zoom_out_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_2.js b/docs/html/search/variables_2.js index 1c293e4f..97efb755 100644 --- a/docs/html/search/variables_2.js +++ b/docs/html/search/variables_2.js @@ -1,20 +1,20 @@ var searchData= [ - ['channel_5f_1711',['channel_',['../classGpgFrontend_1_1ChannelObject.html#aee5f8a5575adbdf522da4dd195c091ee',1,'GpgFrontend::ChannelObject']]], - ['check_5fupdate_5fact_5f_1712',['check_update_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a672f4ef07be6ad645613ecd49399700d',1,'GpgFrontend::UI::MainWindow']]], - ['clean_5fdouble_5fline_5fbreaks_5fact_5f_1713',['clean_double_line_breaks_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e',1,'GpgFrontend::UI::MainWindow']]], - ['close_5ftab_5fact_5f_1714',['close_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715',1,'GpgFrontend::UI::MainWindow']]], - ['comment_5fedit_5f_1715',['comment_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3008e2a9879a8e122e422f67cf0018f8',1,'GpgFrontend::UI::KeyGenDialog']]], - ['comment_5fvar_5flabel_5f_1716',['comment_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a83b1290251a204def52677ae000a17ec',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['copy_5fact_5f_1717',['copy_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a71402943f4ed19e3aba0556b23eaa8f8',1,'GpgFrontend::UI::MainWindow']]], - ['copy_5fmail_5faddress_5fto_5fclipboard_5fact_5f_1718',['copy_mail_address_to_clipboard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af77f66b6b869f6ddb3d2caa3bc40bb09',1,'GpgFrontend::UI::MainWindow']]], - ['count_5fpage_5f_1719',['count_page_',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a747d3740a88295e6c9565788d4cf56ec',1,'GpgFrontend::UI::TextEdit']]], - ['created_5fvar_5flabel_5f_1720',['created_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ac827e8474ace52814f8de70709987d36',1,'GpgFrontend::UI::KeyPairSubkeyTab::created_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aa45a2433ce82a88eeb2c9c282ab7b975',1,'GpgFrontend::UI::KeyPairDetailTab::created_var_label_()']]], - ['crypt_5fmenu_5f_1721',['crypt_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1ef17c566a764f707f43593a1f6b3c60',1,'GpgFrontend::UI::MainWindow']]], - ['crypt_5ftool_5fbar_5f_1722',['crypt_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aac320aef3b49cd068544aac54b927f7a',1,'GpgFrontend::UI::MainWindow']]], - ['ctx_5f_1723',['ctx_',['../classGpgFrontend_1_1GpgBasicOperator.html#afad990a43ab06a060a93db9948ebb740',1,'GpgFrontend::GpgBasicOperator::ctx_()'],['../classGpgFrontend_1_1GpgFileOpera.html#a1b78c6554dc6f6e2055664e825a0d1c4',1,'GpgFrontend::GpgFileOpera::ctx_()'],['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html#a4b6ff4f9484315d6352149b99efcdedd',1,'GpgFrontend::GpgKeyGetter::Impl::ctx_()']]], - ['ctx_5fmutex_5f_1724',['ctx_mutex_',['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html#ab8b61ca5dc753cc736a6a9062006e339',1,'GpgFrontend::GpgKeyGetter::Impl']]], - ['current_5freply_5f_1725',['current_reply_',['../classVersionCheckTask.html#ab7ca1879053fa4b0abdca877b53fb62e',1,'VersionCheckTask']]], - ['cut_5fact_5f_1726',['cut_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2c2f6c021219564846f1624f6bb5b9a2',1,'GpgFrontend::UI::MainWindow']]], - ['cut_5fpgp_5fheader_5fact_5f_1727',['cut_pgp_header_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a313a5d7d0847114a6f11e4d7870edd86',1,'GpgFrontend::UI::MainWindow']]] + ['channel_5f_1708',['channel_',['../classGpgFrontend_1_1ChannelObject.html#aee5f8a5575adbdf522da4dd195c091ee',1,'GpgFrontend::ChannelObject']]], + ['check_5fupdate_5fact_5f_1709',['check_update_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a672f4ef07be6ad645613ecd49399700d',1,'GpgFrontend::UI::MainWindow']]], + ['clean_5fdouble_5fline_5fbreaks_5fact_5f_1710',['clean_double_line_breaks_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e',1,'GpgFrontend::UI::MainWindow']]], + ['close_5ftab_5fact_5f_1711',['close_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715',1,'GpgFrontend::UI::MainWindow']]], + ['comment_5fedit_5f_1712',['comment_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3008e2a9879a8e122e422f67cf0018f8',1,'GpgFrontend::UI::KeyGenDialog']]], + ['comment_5fvar_5flabel_5f_1713',['comment_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a83b1290251a204def52677ae000a17ec',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['copy_5fact_5f_1714',['copy_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a71402943f4ed19e3aba0556b23eaa8f8',1,'GpgFrontend::UI::MainWindow']]], + ['copy_5fmail_5faddress_5fto_5fclipboard_5fact_5f_1715',['copy_mail_address_to_clipboard_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af77f66b6b869f6ddb3d2caa3bc40bb09',1,'GpgFrontend::UI::MainWindow']]], + ['count_5fpage_5f_1716',['count_page_',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a747d3740a88295e6c9565788d4cf56ec',1,'GpgFrontend::UI::TextEdit']]], + ['created_5fvar_5flabel_5f_1717',['created_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#ac827e8474ace52814f8de70709987d36',1,'GpgFrontend::UI::KeyPairSubkeyTab::created_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aa45a2433ce82a88eeb2c9c282ab7b975',1,'GpgFrontend::UI::KeyPairDetailTab::created_var_label_()']]], + ['crypt_5fmenu_5f_1718',['crypt_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1ef17c566a764f707f43593a1f6b3c60',1,'GpgFrontend::UI::MainWindow']]], + ['crypt_5ftool_5fbar_5f_1719',['crypt_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aac320aef3b49cd068544aac54b927f7a',1,'GpgFrontend::UI::MainWindow']]], + ['ctx_5f_1720',['ctx_',['../classGpgFrontend_1_1GpgBasicOperator.html#afad990a43ab06a060a93db9948ebb740',1,'GpgFrontend::GpgBasicOperator::ctx_()'],['../classGpgFrontend_1_1GpgFileOpera.html#a1b78c6554dc6f6e2055664e825a0d1c4',1,'GpgFrontend::GpgFileOpera::ctx_()'],['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html#a4b6ff4f9484315d6352149b99efcdedd',1,'GpgFrontend::GpgKeyGetter::Impl::ctx_()']]], + ['ctx_5fmutex_5f_1721',['ctx_mutex_',['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html#ab8b61ca5dc753cc736a6a9062006e339',1,'GpgFrontend::GpgKeyGetter::Impl']]], + ['current_5freply_5f_1722',['current_reply_',['../classVersionCheckTask.html#ab7ca1879053fa4b0abdca877b53fb62e',1,'VersionCheckTask']]], + ['cut_5fact_5f_1723',['cut_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2c2f6c021219564846f1624f6bb5b9a2',1,'GpgFrontend::UI::MainWindow']]], + ['cut_5fpgp_5fheader_5fact_5f_1724',['cut_pgp_header_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a313a5d7d0847114a6f11e4d7870edd86',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_3.js b/docs/html/search/variables_3.js index bde71f95..3911ded6 100644 --- a/docs/html/search/variables_3.js +++ b/docs/html/search/variables_3.js @@ -1,6 +1,6 @@ var searchData= [ - ['date_5fedit_5f_1728',['date_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a242a3245de709ede086087d7a096e6cd',1,'GpgFrontend::UI::KeyGenDialog::date_edit_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa8bf228ba2a773c0d38f9e5c2f20539d',1,'GpgFrontend::UI::SubkeyGenerateDialog::date_edit_()']]], - ['decrypt_5fact_5f_1729',['decrypt_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa92246123272e3e1085f22612aedf48f',1,'GpgFrontend::UI::MainWindow']]], - ['decrypt_5fverify_5fact_5f_1730',['decrypt_verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a70d2b2311708ab023466d343f2e914b1',1,'GpgFrontend::UI::MainWindow']]] + ['date_5fedit_5f_1725',['date_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a242a3245de709ede086087d7a096e6cd',1,'GpgFrontend::UI::KeyGenDialog::date_edit_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa8bf228ba2a773c0d38f9e5c2f20539d',1,'GpgFrontend::UI::SubkeyGenerateDialog::date_edit_()']]], + ['decrypt_5fact_5f_1726',['decrypt_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#aa92246123272e3e1085f22612aedf48f',1,'GpgFrontend::UI::MainWindow']]], + ['decrypt_5fverify_5fact_5f_1727',['decrypt_verify_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a70d2b2311708ab023466d343f2e914b1',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_4.js b/docs/html/search/variables_4.js index 01eb9dc1..fabed075 100644 --- a/docs/html/search/variables_4.js +++ b/docs/html/search/variables_4.js @@ -1,14 +1,14 @@ var searchData= [ - ['edit_5f_1731',['edit_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7aa41c90105fd4c2931895d8dfb5ec45',1,'GpgFrontend::UI::MainWindow']]], - ['edit_5fmenu_5f_1732',['edit_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a6d681a306c137dc107088d60b09a925f',1,'GpgFrontend::UI::MainWindow']]], - ['edit_5ftool_5fbar_5f_1733',['edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab531823acdbfb117c82a9906ce2107b9',1,'GpgFrontend::UI::MainWindow']]], - ['email_5fedit_5f_1734',['email_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3453d1a8a4c0411472b2779d018abdc3',1,'GpgFrontend::UI::KeyGenDialog']]], - ['email_5fvar_5flabel_5f_1735',['email_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a8c71b37aa040da50cb0105489a42e60d',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['encrypt_5fact_5f_1736',['encrypt_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad6a2cecb2846b324604c4abd1fb7d11a',1,'GpgFrontend::UI::MainWindow']]], - ['encrypt_5fsign_5fact_5f_1737',['encrypt_sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b',1,'GpgFrontend::UI::MainWindow']]], - ['error_5flabel_5f_1738',['error_label_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e500e3153558364fe5ba5b8bab6f219',1,'GpgFrontend::UI::KeyGenDialog::error_label_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a75f325b4a5aa8bcfcc411bdaf9279683',1,'GpgFrontend::UI::SubkeyGenerateDialog::error_label_()']]], - ['error_5fmessages_5f_1739',['error_messages_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03a8e1c8f2c1887732d36a346185bb40',1,'GpgFrontend::UI::KeyGenDialog']]], - ['expire_5fcheck_5fbox_5f_1740',['expire_check_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a196ef707a7a2cfd717f69c8a5bc3278d',1,'GpgFrontend::UI::KeyGenDialog::expire_check_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#afa21ac4d45a6474afc1bc594486ed8e2',1,'GpgFrontend::UI::SubkeyGenerateDialog::expire_check_box_()']]], - ['expire_5fvar_5flabel_5f_1741',['expire_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aedc0e13ba1b64782e40f7c14af77f8f0',1,'GpgFrontend::UI::KeyPairDetailTab::expire_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a72b94f3e8d11c44d1b4e3653ab885927',1,'GpgFrontend::UI::KeyPairSubkeyTab::expire_var_label_()']]] + ['edit_5f_1728',['edit_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a7aa41c90105fd4c2931895d8dfb5ec45',1,'GpgFrontend::UI::MainWindow']]], + ['edit_5fmenu_5f_1729',['edit_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a6d681a306c137dc107088d60b09a925f',1,'GpgFrontend::UI::MainWindow']]], + ['edit_5ftool_5fbar_5f_1730',['edit_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ab531823acdbfb117c82a9906ce2107b9',1,'GpgFrontend::UI::MainWindow']]], + ['email_5fedit_5f_1731',['email_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a3453d1a8a4c0411472b2779d018abdc3',1,'GpgFrontend::UI::KeyGenDialog']]], + ['email_5fvar_5flabel_5f_1732',['email_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a8c71b37aa040da50cb0105489a42e60d',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['encrypt_5fact_5f_1733',['encrypt_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad6a2cecb2846b324604c4abd1fb7d11a',1,'GpgFrontend::UI::MainWindow']]], + ['encrypt_5fsign_5fact_5f_1734',['encrypt_sign_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b',1,'GpgFrontend::UI::MainWindow']]], + ['error_5flabel_5f_1735',['error_label_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a8e500e3153558364fe5ba5b8bab6f219',1,'GpgFrontend::UI::KeyGenDialog::error_label_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a75f325b4a5aa8bcfcc411bdaf9279683',1,'GpgFrontend::UI::SubkeyGenerateDialog::error_label_()']]], + ['error_5fmessages_5f_1736',['error_messages_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a03a8e1c8f2c1887732d36a346185bb40',1,'GpgFrontend::UI::KeyGenDialog']]], + ['expire_5fcheck_5fbox_5f_1737',['expire_check_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a196ef707a7a2cfd717f69c8a5bc3278d',1,'GpgFrontend::UI::KeyGenDialog::expire_check_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#afa21ac4d45a6474afc1bc594486ed8e2',1,'GpgFrontend::UI::SubkeyGenerateDialog::expire_check_box_()']]], + ['expire_5fvar_5flabel_5f_1738',['expire_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aedc0e13ba1b64782e40f7c14af77f8f0',1,'GpgFrontend::UI::KeyPairDetailTab::expire_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a72b94f3e8d11c44d1b4e3653ab885927',1,'GpgFrontend::UI::KeyPairSubkeyTab::expire_var_label_()']]] ]; diff --git a/docs/html/search/variables_5.js b/docs/html/search/variables_5.js index 1ad42d68..77826ca9 100644 --- a/docs/html/search/variables_5.js +++ b/docs/html/search/variables_5.js @@ -1,11 +1,11 @@ var searchData= [ - ['file_5fmenu_5f_1742',['file_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f',1,'GpgFrontend::UI::MainWindow']]], - ['file_5ftool_5fbar_5f_1743',['file_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64',1,'GpgFrontend::UI::MainWindow']]], - ['find_5fact_5f_1744',['find_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a6154f5dbdc9cebc0644e5d1e25895df8',1,'GpgFrontend::UI::MainWindow']]], - ['find_5fedit_5f_1745',['find_edit_',['../classGpgFrontend_1_1UI_1_1FindWidget.html#af420832720942dd1e7cb3f3841c7cbfe',1,'GpgFrontend::UI::FindWidget']]], - ['fingerprint_5fbox_5f_1746',['fingerprint_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ada1c21cf59f1f19dfd4ffe0391bc1594',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['fingerprint_5fvar_5flabel_5f_1747',['fingerprint_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1bb1519e5cce51ad5796065232f66ad6',1,'GpgFrontend::UI::KeyPairDetailTab::fingerprint_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a11a6e8aca1754d513ea91192ee0315bf',1,'GpgFrontend::UI::KeyPairSubkeyTab::fingerprint_var_label_()']]], - ['fpr_5f_1748',['fpr_',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a7d4b0cfcf5af0d4f7b7e121651cdf96d',1,'GpgFrontend::UI::VerifyKeyDetailBox']]], - ['full_5ffile_5fpath_5f_1749',['full_file_path_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae867b6329fcb1978479a9d70f7b017db',1,'GpgFrontend::UI::PlainTextEditorPage']]] + ['file_5fmenu_5f_1739',['file_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f',1,'GpgFrontend::UI::MainWindow']]], + ['file_5ftool_5fbar_5f_1740',['file_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64',1,'GpgFrontend::UI::MainWindow']]], + ['find_5fact_5f_1741',['find_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a6154f5dbdc9cebc0644e5d1e25895df8',1,'GpgFrontend::UI::MainWindow']]], + ['find_5fedit_5f_1742',['find_edit_',['../classGpgFrontend_1_1UI_1_1FindWidget.html#af420832720942dd1e7cb3f3841c7cbfe',1,'GpgFrontend::UI::FindWidget']]], + ['fingerprint_5fbox_5f_1743',['fingerprint_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ada1c21cf59f1f19dfd4ffe0391bc1594',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['fingerprint_5fvar_5flabel_5f_1744',['fingerprint_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1bb1519e5cce51ad5796065232f66ad6',1,'GpgFrontend::UI::KeyPairDetailTab::fingerprint_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a11a6e8aca1754d513ea91192ee0315bf',1,'GpgFrontend::UI::KeyPairSubkeyTab::fingerprint_var_label_()']]], + ['fpr_5f_1745',['fpr_',['../classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox.html#a7d4b0cfcf5af0d4f7b7e121651cdf96d',1,'GpgFrontend::UI::VerifyKeyDetailBox']]], + ['full_5ffile_5fpath_5f_1746',['full_file_path_',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae867b6329fcb1978479a9d70f7b017db',1,'GpgFrontend::UI::PlainTextEditorPage']]] ]; diff --git a/docs/html/search/variables_6.js b/docs/html/search/variables_6.js index c9306af1..db8b3db1 100644 --- a/docs/html/search/variables_6.js +++ b/docs/html/search/variables_6.js @@ -1,6 +1,6 @@ var searchData= [ - ['global_5fsetting_5fstation_5f_1750',['global_setting_station_',['../classGpgFrontend_1_1DataObjectOperator.html#a3c195f8e4c30d95be14a6d43e9282601',1,'GpgFrontend::DataObjectOperator']]], - ['gnupg_5fact_5f_1751',['gnupg_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a79b83f536a7c4299eaa3d22e4e875227',1,'GpgFrontend::UI::MainWindow']]], - ['gnupghomepath_1752',['GnuPGHomePath',['../classGpgInfo.html#a962e5a19e6213ae8c26b3752b6ea4a5e',1,'GpgInfo']]] + ['global_5fsetting_5fstation_5f_1747',['global_setting_station_',['../classGpgFrontend_1_1DataObjectOperator.html#a3c195f8e4c30d95be14a6d43e9282601',1,'GpgFrontend::DataObjectOperator']]], + ['gnupg_5fact_5f_1748',['gnupg_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a79b83f536a7c4299eaa3d22e4e875227',1,'GpgFrontend::UI::MainWindow']]], + ['gnupghomepath_1749',['GnuPGHomePath',['../classGpgInfo.html#a962e5a19e6213ae8c26b3752b6ea4a5e',1,'GpgInfo']]] ]; diff --git a/docs/html/search/variables_7.js b/docs/html/search/variables_7.js index cbd784e6..cf1c0b69 100644 --- a/docs/html/search/variables_7.js +++ b/docs/html/search/variables_7.js @@ -1,5 +1,5 @@ var searchData= [ - ['hash_5fkey_5f_1753',['hash_key_',['../classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b',1,'GpgFrontend::DataObjectOperator']]], - ['help_5fmenu_5f_1754',['help_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63',1,'GpgFrontend::UI::MainWindow']]] + ['hash_5fkey_5f_1750',['hash_key_',['../classGpgFrontend_1_1DataObjectOperator.html#ae409c3562c3e08931daa17f5790c508b',1,'GpgFrontend::DataObjectOperator']]], + ['help_5fmenu_5f_1751',['help_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_8.js b/docs/html/search/variables_8.js index 93ec890c..996f5a9a 100644 --- a/docs/html/search/variables_8.js +++ b/docs/html/search/variables_8.js @@ -1,9 +1,9 @@ var searchData= [ - ['import_5fbutton_5f_1755',['import_button_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be',1,'GpgFrontend::UI::MainWindow']]], - ['import_5fkey_5ffrom_5fedit_5fact_5f_1756',['import_key_from_edit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e',1,'GpgFrontend::UI::MainWindow']]], - ['import_5fkey_5fmenu_5f_1757',['import_key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745',1,'GpgFrontend::UI::MainWindow']]], - ['instance_1758',['instance',['../classGpgFrontend_1_1CoreSignalStation.html#a671214ba506895fa5de6f80acf450d12',1,'GpgFrontend::CoreSignalStation']]], - ['instances_5fmap_5f_1759',['instances_map_',['../classGpgFrontend_1_1SingletonStorage_1_1Impl.html#ae9347224f7094fd77236823d69bc3a4c',1,'GpgFrontend::SingletonStorage::Impl']]], - ['instances_5fmutex_5f_1760',['instances_mutex_',['../classGpgFrontend_1_1SingletonStorage_1_1Impl.html#ad9c24c40dbad720eaf8a6a86156bca86',1,'GpgFrontend::SingletonStorage::Impl']]] + ['import_5fbutton_5f_1752',['import_button_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be',1,'GpgFrontend::UI::MainWindow']]], + ['import_5fkey_5ffrom_5fedit_5fact_5f_1753',['import_key_from_edit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e',1,'GpgFrontend::UI::MainWindow']]], + ['import_5fkey_5fmenu_5f_1754',['import_key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745',1,'GpgFrontend::UI::MainWindow']]], + ['instance_1755',['instance',['../classGpgFrontend_1_1CoreSignalStation.html#a671214ba506895fa5de6f80acf450d12',1,'GpgFrontend::CoreSignalStation']]], + ['instances_5fmap_5f_1756',['instances_map_',['../classGpgFrontend_1_1SingletonStorage_1_1Impl.html#ae9347224f7094fd77236823d69bc3a4c',1,'GpgFrontend::SingletonStorage::Impl']]], + ['instances_5fmutex_5f_1757',['instances_mutex_',['../classGpgFrontend_1_1SingletonStorage_1_1Impl.html#ad9c24c40dbad720eaf8a6a86156bca86',1,'GpgFrontend::SingletonStorage::Impl']]] ]; diff --git a/docs/html/search/variables_9.js b/docs/html/search/variables_9.js index fb684a44..31651038 100644 --- a/docs/html/search/variables_9.js +++ b/docs/html/search/variables_9.js @@ -1,16 +1,16 @@ var searchData= [ - ['key_5fbox_5f_1761',['key_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aae9905764b5551208574a932fdfba29c',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['key_5fid_5fvar_5flabel_5f_1762',['key_id_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a10bc48799137d4c104975ca21c684985',1,'GpgFrontend::UI::KeyPairDetailTab::key_id_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2f634f4c83ab5dd2d088eb07e0d3b862',1,'GpgFrontend::UI::KeyPairSubkeyTab::key_id_var_label_()']]], - ['key_5flist_5fdock_5f_1763',['key_list_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c',1,'GpgFrontend::UI::MainWindow']]], - ['key_5fmenu_5f_1764',['key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57',1,'GpgFrontend::UI::MainWindow']]], - ['key_5fsize_5fspin_5fbox_5f_1765',['key_size_spin_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aaa9b55830c39ce854e4ede26d916a844',1,'GpgFrontend::UI::KeyGenDialog::key_size_spin_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa91db742b41d352ba9f88620d649afb3',1,'GpgFrontend::UI::SubkeyGenerateDialog::key_size_spin_box_()']]], - ['key_5fsize_5fvar_5flabel_5f_1766',['key_size_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1485e603de56152f45d96e0ce5c50d9b',1,'GpgFrontend::UI::KeyPairDetailTab::key_size_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a63e054f4a2d8e12c70d25d39bb55f876',1,'GpgFrontend::UI::KeyPairSubkeyTab::key_size_var_label_()']]], - ['key_5ftool_5fbar_5f_1767',['key_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7',1,'GpgFrontend::UI::MainWindow']]], - ['key_5ftype_5fcombo_5fbox_5f_1768',['key_type_combo_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a281bfffd99fcb600d07c4604bf2a8841',1,'GpgFrontend::UI::KeyGenDialog::key_type_combo_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ac515dabcf6c094c5eeb2bf88aa3aa9d3',1,'GpgFrontend::UI::SubkeyGenerateDialog::key_type_combo_box_()']]], - ['key_5fusage_5fcheck_5fboxes_5f_1769',['key_usage_check_boxes_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab0ccac068670a3e28ce78ff87a40b2fc',1,'GpgFrontend::UI::KeyGenDialog::key_usage_check_boxes_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a5d67b8ed68062ef127ad92986a98e95a',1,'GpgFrontend::UI::SubkeyGenerateDialog::key_usage_check_boxes_()']]], - ['key_5fusage_5fgroup_5fbox_5f_1770',['key_usage_group_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1',1,'GpgFrontend::UI::KeyGenDialog']]], - ['keys_5fcache_5fmutex_5f_1771',['keys_cache_mutex_',['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html#abc3cc405bb9a90ed5cd017bf7b8bc55d',1,'GpgFrontend::GpgKeyGetter::Impl']]], - ['keys_5fsearch_5fcache_5f_1772',['keys_search_cache_',['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html#a5eabfecd9ecaba8d940621183ddad308',1,'GpgFrontend::GpgKeyGetter::Impl']]], - ['krestartcode_1773',['kRestartCode',['../namespaceGpgFrontend.html#a2e3fbfe1404b1f9d140d4177fd93e449',1,'GpgFrontend']]] + ['key_5fbox_5f_1758',['key_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#aae9905764b5551208574a932fdfba29c',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['key_5fid_5fvar_5flabel_5f_1759',['key_id_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a10bc48799137d4c104975ca21c684985',1,'GpgFrontend::UI::KeyPairDetailTab::key_id_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a2f634f4c83ab5dd2d088eb07e0d3b862',1,'GpgFrontend::UI::KeyPairSubkeyTab::key_id_var_label_()']]], + ['key_5flist_5fdock_5f_1760',['key_list_dock_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c',1,'GpgFrontend::UI::MainWindow']]], + ['key_5fmenu_5f_1761',['key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57',1,'GpgFrontend::UI::MainWindow']]], + ['key_5fsize_5fspin_5fbox_5f_1762',['key_size_spin_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#aaa9b55830c39ce854e4ede26d916a844',1,'GpgFrontend::UI::KeyGenDialog::key_size_spin_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#aa91db742b41d352ba9f88620d649afb3',1,'GpgFrontend::UI::SubkeyGenerateDialog::key_size_spin_box_()']]], + ['key_5fsize_5fvar_5flabel_5f_1763',['key_size_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a1485e603de56152f45d96e0ce5c50d9b',1,'GpgFrontend::UI::KeyPairDetailTab::key_size_var_label_()'],['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#a63e054f4a2d8e12c70d25d39bb55f876',1,'GpgFrontend::UI::KeyPairSubkeyTab::key_size_var_label_()']]], + ['key_5ftool_5fbar_5f_1764',['key_tool_bar_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7',1,'GpgFrontend::UI::MainWindow']]], + ['key_5ftype_5fcombo_5fbox_5f_1765',['key_type_combo_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a281bfffd99fcb600d07c4604bf2a8841',1,'GpgFrontend::UI::KeyGenDialog::key_type_combo_box_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#ac515dabcf6c094c5eeb2bf88aa3aa9d3',1,'GpgFrontend::UI::SubkeyGenerateDialog::key_type_combo_box_()']]], + ['key_5fusage_5fcheck_5fboxes_5f_1766',['key_usage_check_boxes_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab0ccac068670a3e28ce78ff87a40b2fc',1,'GpgFrontend::UI::KeyGenDialog::key_usage_check_boxes_()'],['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a5d67b8ed68062ef127ad92986a98e95a',1,'GpgFrontend::UI::SubkeyGenerateDialog::key_usage_check_boxes_()']]], + ['key_5fusage_5fgroup_5fbox_5f_1767',['key_usage_group_box_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7b1b9cb46c0547c1e561e56d55616cf1',1,'GpgFrontend::UI::KeyGenDialog']]], + ['keys_5fcache_5fmutex_5f_1768',['keys_cache_mutex_',['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html#abc3cc405bb9a90ed5cd017bf7b8bc55d',1,'GpgFrontend::GpgKeyGetter::Impl']]], + ['keys_5fsearch_5fcache_5f_1769',['keys_search_cache_',['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html#a5eabfecd9ecaba8d940621183ddad308',1,'GpgFrontend::GpgKeyGetter::Impl']]], + ['krestartcode_1770',['kRestartCode',['../namespaceGpgFrontend.html#a2e3fbfe1404b1f9d140d4177fd93e449',1,'GpgFrontend']]] ]; diff --git a/docs/html/search/variables_a.js b/docs/html/search/variables_a.js index 4768d1ea..3243a290 100644 --- a/docs/html/search/variables_a.js +++ b/docs/html/search/variables_a.js @@ -1,4 +1,4 @@ var searchData= [ - ['latest_5freply_5f_1774',['latest_reply_',['../classVersionCheckTask.html#aab56c5f5c571c3961073320136c2c22a',1,'VersionCheckTask']]] + ['latest_5freply_5f_1771',['latest_reply_',['../classVersionCheckTask.html#aab56c5f5c571c3961073320136c2c22a',1,'VersionCheckTask']]] ]; diff --git a/docs/html/search/variables_b.js b/docs/html/search/variables_b.js index 3dc0a2b4..5697b296 100644 --- a/docs/html/search/variables_b.js +++ b/docs/html/search/variables_b.js @@ -1,5 +1,5 @@ var searchData= [ - ['m_5ftext_5fpage_5f_1775',['m_text_page_',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a11f9d0f07b704539ad1df15a5c15dca9',1,'GpgFrontend::UI::FindWidget::m_text_page_()'],['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a6380776ea1bf9a020370589e1e20efd3',1,'GpgFrontend::UI::InfoBoardWidget::m_text_page_()']]], - ['mt_5f_1776',['mt_',['../classGpgFrontend_1_1PassphraseGenerator.html#a19ac4999bbd5fb7e6c42a4aef9606892',1,'GpgFrontend::PassphraseGenerator']]] + ['m_5ftext_5fpage_5f_1772',['m_text_page_',['../classGpgFrontend_1_1UI_1_1FindWidget.html#a11f9d0f07b704539ad1df15a5c15dca9',1,'GpgFrontend::UI::FindWidget::m_text_page_()'],['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a6380776ea1bf9a020370589e1e20efd3',1,'GpgFrontend::UI::InfoBoardWidget::m_text_page_()']]], + ['mt_5f_1773',['mt_',['../classGpgFrontend_1_1PassphraseGenerator.html#a19ac4999bbd5fb7e6c42a4aef9606892',1,'GpgFrontend::PassphraseGenerator']]] ]; diff --git a/docs/html/search/variables_c.js b/docs/html/search/variables_c.js index 4af82ebb..842cda08 100644 --- a/docs/html/search/variables_c.js +++ b/docs/html/search/variables_c.js @@ -1,7 +1,7 @@ var searchData= [ - ['name_5fedit_5f_1777',['name_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0',1,'GpgFrontend::UI::KeyGenDialog']]], - ['name_5fvar_5flabel_5f_1778',['name_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a9d57be18c2091827c04ec8809f4154be',1,'GpgFrontend::UI::KeyPairDetailTab']]], - ['new_5ftab_5fact_5f_1779',['new_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73',1,'GpgFrontend::UI::MainWindow']]], - ['no_5fpass_5fphrase_5fcheck_5fbox_5f_1780',['no_pass_phrase_check_box_',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a001803152c0e5bd9de7c7dd04cef8ad4',1,'GpgFrontend::UI::SubkeyGenerateDialog']]] + ['name_5fedit_5f_1774',['name_edit_',['../classGpgFrontend_1_1UI_1_1KeyGenDialog.html#a7ed095cce29c658741ae0520049010c0',1,'GpgFrontend::UI::KeyGenDialog']]], + ['name_5fvar_5flabel_5f_1775',['name_var_label_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#a9d57be18c2091827c04ec8809f4154be',1,'GpgFrontend::UI::KeyPairDetailTab']]], + ['new_5ftab_5fact_5f_1776',['new_tab_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73',1,'GpgFrontend::UI::MainWindow']]], + ['no_5fpass_5fphrase_5fcheck_5fbox_5f_1777',['no_pass_phrase_check_box_',['../classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog.html#a001803152c0e5bd9de7c7dd04cef8ad4',1,'GpgFrontend::UI::SubkeyGenerateDialog']]] ]; diff --git a/docs/html/search/variables_d.js b/docs/html/search/variables_d.js index 5ebf77fd..f29decd2 100644 --- a/docs/html/search/variables_d.js +++ b/docs/html/search/variables_d.js @@ -1,8 +1,8 @@ var searchData= [ - ['open_5fact_5f_1781',['open_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d',1,'GpgFrontend::UI::MainWindow']]], - ['open_5fkey_5ffile_5fact_5f_1782',['open_key_file_act_',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a876e257c8d8bb7e47ceb70e1da4f9da7',1,'GpgFrontend::UI::KeyMgmt']]], - ['open_5fkey_5fmanagement_5fact_5f_1783',['open_key_management_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83',1,'GpgFrontend::UI::MainWindow']]], - ['open_5fsettings_5fact_5f_1784',['open_settings_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62',1,'GpgFrontend::UI::MainWindow']]], - ['owner_5fbox_5f_1785',['owner_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ad8c25061351d8e739b70d5466b87410e',1,'GpgFrontend::UI::KeyPairDetailTab']]] + ['open_5fact_5f_1778',['open_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d',1,'GpgFrontend::UI::MainWindow']]], + ['open_5fkey_5ffile_5fact_5f_1779',['open_key_file_act_',['../classGpgFrontend_1_1UI_1_1KeyMgmt.html#a876e257c8d8bb7e47ceb70e1da4f9da7',1,'GpgFrontend::UI::KeyMgmt']]], + ['open_5fkey_5fmanagement_5fact_5f_1780',['open_key_management_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83',1,'GpgFrontend::UI::MainWindow']]], + ['open_5fsettings_5fact_5f_1781',['open_settings_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62',1,'GpgFrontend::UI::MainWindow']]], + ['owner_5fbox_5f_1782',['owner_box_',['../classGpgFrontend_1_1UI_1_1KeyPairDetailTab.html#ad8c25061351d8e739b70d5466b87410e',1,'GpgFrontend::UI::KeyPairDetailTab']]] ]; diff --git a/docs/html/search/variables_e.js b/docs/html/search/variables_e.js index 30473d57..48218936 100644 --- a/docs/html/search/variables_e.js +++ b/docs/html/search/variables_e.js @@ -1,5 +1,5 @@ var searchData= [ - ['paste_5fact_5f_1786',['paste_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b',1,'GpgFrontend::UI::MainWindow']]], - ['print_5fact_5f_1787',['print_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc',1,'GpgFrontend::UI::MainWindow']]] + ['paste_5fact_5f_1783',['paste_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b',1,'GpgFrontend::UI::MainWindow']]], + ['print_5fact_5f_1784',['print_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/html/search/variables_f.js b/docs/html/search/variables_f.js index 3abd803d..f5b5188e 100644 --- a/docs/html/search/variables_f.js +++ b/docs/html/search/variables_f.js @@ -1,5 +1,5 @@ var searchData= [ - ['quit_5fact_5f_1788',['quit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9',1,'GpgFrontend::UI::MainWindow']]], - ['quote_5fact_5f_1789',['quote_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac',1,'GpgFrontend::UI::MainWindow']]] + ['quit_5fact_5f_1785',['quit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9',1,'GpgFrontend::UI::MainWindow']]], + ['quote_5fact_5f_1786',['quote_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac',1,'GpgFrontend::UI::MainWindow']]] ]; diff --git a/docs/latex/classCapsLockWatcher_1_1Private__coll__graph.pdf b/docs/latex/classCapsLockWatcher_1_1Private__coll__graph.pdf index 5ae43aab..d788e78d 100644 Binary files a/docs/latex/classCapsLockWatcher_1_1Private__coll__graph.pdf and b/docs/latex/classCapsLockWatcher_1_1Private__coll__graph.pdf differ diff --git a/docs/latex/classCapsLockWatcher__coll__graph.pdf b/docs/latex/classCapsLockWatcher__coll__graph.pdf index 01b9eba6..d4273632 100644 Binary files a/docs/latex/classCapsLockWatcher__coll__graph.pdf and b/docs/latex/classCapsLockWatcher__coll__graph.pdf differ diff --git a/docs/latex/classCapsLockWatcher__inherit__graph.pdf b/docs/latex/classCapsLockWatcher__inherit__graph.pdf index fc9a4c2a..088be649 100644 Binary files a/docs/latex/classCapsLockWatcher__inherit__graph.pdf and b/docs/latex/classCapsLockWatcher__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1ArchiveFileOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1ArchiveFileOperator__coll__graph.pdf index 0668ca10..2e188d71 100644 Binary files a/docs/latex/classGpgFrontend_1_1ArchiveFileOperator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1ArchiveFileOperator__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1CacheManager_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1CacheManager_1_1Impl__coll__graph.pdf index 004b4751..372b9174 100644 Binary files a/docs/latex/classGpgFrontend_1_1CacheManager_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1CacheManager_1_1Impl__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1CacheManager_1_1Impl__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1CacheManager_1_1Impl__inherit__graph.pdf index cfdac279..e5ee1b58 100644 Binary files a/docs/latex/classGpgFrontend_1_1CacheManager_1_1Impl__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1CacheManager_1_1Impl__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1CacheManager__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1CacheManager__coll__graph.pdf index 9b1a5f63..dab89e6f 100644 Binary files a/docs/latex/classGpgFrontend_1_1CacheManager__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1CacheManager__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1CacheManager__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1CacheManager__inherit__graph.pdf index 9b1a5f63..dab89e6f 100644 Binary files a/docs/latex/classGpgFrontend_1_1CacheManager__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1CacheManager__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1CacheObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1CacheObject__coll__graph.pdf index 19b3bdce..09f460fc 100644 Binary files a/docs/latex/classGpgFrontend_1_1CacheObject__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1CacheObject__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1CacheObject__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1CacheObject__inherit__graph.pdf index 19b3bdce..09f460fc 100644 Binary files a/docs/latex/classGpgFrontend_1_1CacheObject__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1CacheObject__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1ChannelObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1ChannelObject__coll__graph.pdf index a670c527..765a97fa 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 da517d0b..717784a0 100644 Binary files a/docs/latex/classGpgFrontend_1_1ChannelObject__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1ChannelObject__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1CoreSignalStation__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1CoreSignalStation__coll__graph.pdf index 2caf71e1..66af5f88 100644 Binary files a/docs/latex/classGpgFrontend_1_1CoreSignalStation__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1CoreSignalStation__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1CoreSignalStation__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1CoreSignalStation__inherit__graph.pdf index b47687a1..cfb40689 100644 Binary files a/docs/latex/classGpgFrontend_1_1CoreSignalStation__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1CoreSignalStation__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1DataObjectOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1DataObjectOperator__coll__graph.pdf index 8f06c5ab..1e8a9dc0 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 d0c3af37..946dce07 100644 Binary files a/docs/latex/classGpgFrontend_1_1DataObjectOperator__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1DataObjectOperator__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1DataObject_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1DataObject_1_1Impl__coll__graph.pdf index 4e12be90..42e14af8 100644 Binary files a/docs/latex/classGpgFrontend_1_1DataObject_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1DataObject_1_1Impl__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1DataObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1DataObject__coll__graph.pdf index 229d0010..38f64b10 100644 Binary files a/docs/latex/classGpgFrontend_1_1DataObject__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1DataObject__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GFBuffer__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GFBuffer__coll__graph.pdf index 972f7043..89db8896 100644 Binary files a/docs/latex/classGpgFrontend_1_1GFBuffer__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GFBuffer__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GFDataExchanger__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GFDataExchanger__coll__graph.pdf index e2a8f890..cbe96ba6 100644 Binary files a/docs/latex/classGpgFrontend_1_1GFDataExchanger__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GFDataExchanger__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GenKeyInfo__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GenKeyInfo__coll__graph.pdf index c4dd0b22..c335972b 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_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GlobalSettingStation_1_1Impl__coll__graph.pdf index 367bcc91..4e6b3f5f 100644 Binary files a/docs/latex/classGpgFrontend_1_1GlobalSettingStation_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GlobalSettingStation_1_1Impl__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GlobalSettingStation__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GlobalSettingStation__coll__graph.pdf index e2044044..2ea50b60 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 e2044044..2ea50b60 100644 Binary files a/docs/latex/classGpgFrontend_1_1GlobalSettingStation__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GlobalSettingStation__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgAdvancedOperator.tex b/docs/latex/classGpgFrontend_1_1GpgAdvancedOperator.tex index 0ee22e95..b430b1d7 100644 --- a/docs/latex/classGpgFrontend_1_1GpgAdvancedOperator.tex +++ b/docs/latex/classGpgFrontend_1_1GpgAdvancedOperator.tex @@ -61,7 +61,7 @@ References Gpg\+Frontend\+::\+Gpg\+Command\+Executor\+::\+Execute\+Sync(). -Referenced by Gpg\+Frontend\+::\+Shutdown\+Global\+Basical\+Env(). +Referenced by Gpg\+Frontend\+::\+Shutdown\+Global\+Basic\+Env(). \mbox{\Hypertarget{classGpgFrontend_1_1GpgAdvancedOperator_acac2e0b60aec9e02b7dd5be6d37f0b31}\label{classGpgFrontend_1_1GpgAdvancedOperator_acac2e0b60aec9e02b7dd5be6d37f0b31}} \index{GpgFrontend::GpgAdvancedOperator@{GpgFrontend::GpgAdvancedOperator}!ReloadGpgComponents@{ReloadGpgComponents}} diff --git a/docs/latex/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.pdf index 08514868..219bb8bf 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgBasicOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgBasicOperator__coll__graph.pdf index 937ce9c7..137bba5d 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 0b756ca4..f7038ffe 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 5b88b164..5017ba0d 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgContext_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgContext_1_1Impl__coll__graph.pdf index 1663a5ad..93d046fb 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgContext_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgContext_1_1Impl__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgContext__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgContext__coll__graph.pdf index 63468b56..c1342dab 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 63468b56..c1342dab 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 cb5dcf50..e0d138d9 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 e3230d01..72de68e5 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 c3b05825..6734d53a 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgDecryptResultAnalyse__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgDecryptResultAnalyse__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgDecryptResult__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgDecryptResult__coll__graph.pdf index 8b9dc0af..30d1722d 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgDecryptResult__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgDecryptResult__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgEncryptResultAnalyse__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgEncryptResultAnalyse__coll__graph.pdf index 28df7490..b8051d06 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 d44ecc34..5a790016 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgEncryptResultAnalyse__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgEncryptResultAnalyse__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgEncryptResult__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgEncryptResult__coll__graph.pdf index 02733a38..2ad354c0 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgEncryptResult__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgEncryptResult__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgFileOpera__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgFileOpera__coll__graph.pdf index 64c3b2de..4b45842f 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 4689e5e4..e4ac0481 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgFileOpera__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgFileOpera__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgGenerateKeyResult__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgGenerateKeyResult__coll__graph.pdf index d045d590..6cac1e58 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgGenerateKeyResult__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgGenerateKeyResult__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgImportInformation_1_1GpgImportedKey__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgImportInformation_1_1GpgImportedKey__coll__graph.pdf index 8a7f04cf..2c2bb74d 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgImportInformation_1_1GpgImportedKey__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgImportInformation_1_1GpgImportedKey__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgImportInformation__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgImportInformation__coll__graph.pdf index fa8619e7..dac847a7 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgImportInformation__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgImportInformation__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyGetter_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyGetter_1_1Impl__coll__graph.pdf index 9e8a9aaa..4b6a882a 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyGetter_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyGetter_1_1Impl__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyGetter_1_1Impl__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyGetter_1_1Impl__inherit__graph.pdf index d606e71e..409facfe 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyGetter_1_1Impl__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyGetter_1_1Impl__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyGetter__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyGetter__coll__graph.pdf index af4ff797..4d56966b 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 af4ff797..4d56966b 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 8f95b50b..04c66df0 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 b98c2d66..f6815254 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 e6f07d0b..e0f2e0a7 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 75120f9e..6b13c379 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 246c18a1..86f5f02f 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 e732e2c1..64e6efcb 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 0f0c2b70..58e8529b 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 4d06c48a..3188958c 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgKey__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKey__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgPassphraseContext__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgPassphraseContext__coll__graph.pdf index 89796b54..1782f7e9 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgPassphraseContext__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgPassphraseContext__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgPassphraseContext__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgPassphraseContext__inherit__graph.pdf index 89796b54..1782f7e9 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgPassphraseContext__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgPassphraseContext__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgResultAnalyse__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgResultAnalyse__coll__graph.pdf index 043847d0..e850e263 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 12a84112..d7e8a183 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 b1e50c1e..71d3192c 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 08f82169..de4d384f 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgSignResultAnalyse__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgSignResultAnalyse__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgSignResult__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgSignResult__coll__graph.pdf index 56808cae..3537afad 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgSignResult__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgSignResult__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgSignature__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgSignature__coll__graph.pdf index 80dc8c50..670a4bb5 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 9edae096..9bb65fea 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 c344e31a..6369a57f 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 da3979a8..8a0e2ecf 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 e99ceeb9..227a3114 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 7fcba10b..ff1938f7 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 5e93d0fb..2cb3dffc 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 3d03f535..d3f5d6a7 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgVerifyResultAnalyse__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgVerifyResultAnalyse__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1GpgVerifyResult__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgVerifyResult__coll__graph.pdf index 1eeff7d2..873af81c 100644 Binary files a/docs/latex/classGpgFrontend_1_1GpgVerifyResult__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgVerifyResult__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1KeyPackageOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1KeyPackageOperator__coll__graph.pdf index 8040ff09..81912d40 100644 Binary files a/docs/latex/classGpgFrontend_1_1KeyPackageOperator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1KeyPackageOperator__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1LoggerManager__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1LoggerManager__coll__graph.pdf index 089eba12..ed7be4a3 100644 Binary files a/docs/latex/classGpgFrontend_1_1LoggerManager__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1LoggerManager__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1LoggerManager__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1LoggerManager__inherit__graph.pdf index d7bf35a0..56ddd288 100644 Binary files a/docs/latex/classGpgFrontend_1_1LoggerManager__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1LoggerManager__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1Event_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1Event_1_1Impl__coll__graph.pdf index 12820826..a2f3fcf1 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1Event_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1Event_1_1Impl__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1Event__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1Event__coll__graph.pdf index 0ffa6f42..62abe4c3 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1Event__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1Event__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl__coll__graph.pdf index 016f09cd..5bc475f1 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext__coll__graph.pdf index 030736be..00aaf7c6 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext__inherit__graph.pdf index 030736be..00aaf7c6 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel_1_1Impl__coll__graph.pdf index d39c6c93..b4b6a33d 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel_1_1Impl__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__coll__graph.pdf index e21318ff..f85870b5 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__inherit__graph.pdf index e21318ff..f85870b5 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl__coll__graph.pdf index 9a690717..cff8a128 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable__coll__graph.pdf index 6755da36..f5742bfd 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable__inherit__graph.pdf index 6755da36..f5742bfd 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl__coll__graph.pdf index 78fbe617..874ac535 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager__coll__graph.pdf index 96e27c81..e6dbca0d 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager__inherit__graph.pdf index 96e27c81..e6dbca0d 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1Module_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1Module_1_1Impl__coll__graph.pdf index 00eb5c6f..2a920d4c 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1Module_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1Module_1_1Impl__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1Module__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1Module__coll__graph.pdf index 4a15588c..ab2ba23d 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1Module__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1Module__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1Module__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1Module__inherit__graph.pdf index 4a15588c..ab2ba23d 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1Module__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1Module__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1PassphraseGenerator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1PassphraseGenerator__coll__graph.pdf index e33000be..0f0988ea 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 e33000be..0f0988ea 100644 Binary files a/docs/latex/classGpgFrontend_1_1PassphraseGenerator__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1PassphraseGenerator__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1PointerConverter__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1PointerConverter__coll__graph.pdf index d3da0a09..17419f92 100644 Binary files a/docs/latex/classGpgFrontend_1_1PointerConverter__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1PointerConverter__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1SecureMemoryAllocator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1SecureMemoryAllocator__coll__graph.pdf index d32fa30c..847e0e70 100644 Binary files a/docs/latex/classGpgFrontend_1_1SecureMemoryAllocator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1SecureMemoryAllocator__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1SettingsObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1SettingsObject__coll__graph.pdf index 33f7af36..a4dc1e59 100644 Binary files a/docs/latex/classGpgFrontend_1_1SettingsObject__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1SettingsObject__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1SettingsObject__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1SettingsObject__inherit__graph.pdf index 33f7af36..a4dc1e59 100644 Binary files a/docs/latex/classGpgFrontend_1_1SettingsObject__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1SettingsObject__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__coll__graph.pdf index fcb8f9a8..30a31f9a 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 acd249cc..3f4f590d 100644 Binary files a/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1SingletonStorageCollection_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1SingletonStorageCollection_1_1Impl__coll__graph.pdf index 80c02f37..ad5e1c49 100644 Binary files a/docs/latex/classGpgFrontend_1_1SingletonStorageCollection_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1SingletonStorageCollection_1_1Impl__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1SingletonStorageCollection__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1SingletonStorageCollection__coll__graph.pdf index 0e5b0419..9957ef55 100644 Binary files a/docs/latex/classGpgFrontend_1_1SingletonStorageCollection__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1SingletonStorageCollection__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1SingletonStorage_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1SingletonStorage_1_1Impl__coll__graph.pdf index c89d5e44..5bfd441d 100644 Binary files a/docs/latex/classGpgFrontend_1_1SingletonStorage_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1SingletonStorage_1_1Impl__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1SingletonStorage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1SingletonStorage__coll__graph.pdf index 9b2cd93f..f66a1692 100644 Binary files a/docs/latex/classGpgFrontend_1_1SingletonStorage__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1SingletonStorage__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Test_1_1GpgCoreTest__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Test_1_1GpgCoreTest__coll__graph.pdf index 0a37921e..a630c067 100644 Binary files a/docs/latex/classGpgFrontend_1_1Test_1_1GpgCoreTest__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Test_1_1GpgCoreTest__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Test_1_1GpgCoreTest__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Test_1_1GpgCoreTest__inherit__graph.pdf index 0a37921e..a630c067 100644 Binary files a/docs/latex/classGpgFrontend_1_1Test_1_1GpgCoreTest__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Test_1_1GpgCoreTest__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1ThreadSafeMap__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1ThreadSafeMap__coll__graph.pdf index e129a236..1ca8496d 100644 Binary files a/docs/latex/classGpgFrontend_1_1ThreadSafeMap__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1ThreadSafeMap__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1ThreadSafeMap__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1ThreadSafeMap__inherit__graph.pdf index 24ddf0c8..866007ed 100644 Binary files a/docs/latex/classGpgFrontend_1_1ThreadSafeMap__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1ThreadSafeMap__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.pdf index 2e87928c..5132b632 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 9680fc38..37089726 100644 Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner_1_1Impl__coll__graph.pdf index 38726b11..9792c258 100644 Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner_1_1Impl__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner_1_1Impl__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner_1_1Impl__inherit__graph.pdf index 38726b11..9792c258 100644 Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner_1_1Impl__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner_1_1Impl__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.pdf index 526716be..7b92b450 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 526716be..7b92b450 100644 Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1Impl__coll__graph.pdf index 5ed81973..8a0f37cd 100644 Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1Impl__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1TaskHandler__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1TaskHandler__coll__graph.pdf index c22b87df..afe86f14 100644 Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1TaskHandler__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1TaskHandler__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1Task__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1Task__coll__graph.pdf index 32fcd48c..da15cab2 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 5c073e3b..4ce7b5d4 100644 Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.pdf index 743616db..88a9a03d 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.pdf index 743616db..88a9a03d 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab.tex b/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab.tex index f9e78732..b0e24f86 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab.tex @@ -23,7 +23,7 @@ Collaboration diagram for Gpg\+Frontend\+::UI\+::Appearance\+Tab\+: \doxysubsection*{Signals} \begin{DoxyCompactItemize} \item -void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1AppearanceTab_abff49b636449815a9ebff52f5c067712}{signal\+Restart\+Needed}} (bool needed) +void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1AppearanceTab_a0604a8cc86cb6aec7d35e71438d87c9a}{Signal\+Restart\+Needed}} () \end{DoxyCompactItemize} \doxysubsection*{Public Member Functions} \begin{DoxyCompactItemize} @@ -68,16 +68,16 @@ Construct a new Appearance Tab object. \end{DoxyParams} -References Set\+Settings(). +References Set\+Settings(), and Signal\+Restart\+Needed(). \doxysubsection{Member Function Documentation} -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1AppearanceTab_abff49b636449815a9ebff52f5c067712}\label{classGpgFrontend_1_1UI_1_1AppearanceTab_abff49b636449815a9ebff52f5c067712}} -\index{GpgFrontend::UI::AppearanceTab@{GpgFrontend::UI::AppearanceTab}!signalRestartNeeded@{signalRestartNeeded}} -\index{signalRestartNeeded@{signalRestartNeeded}!GpgFrontend::UI::AppearanceTab@{GpgFrontend::UI::AppearanceTab}} -\doxysubsubsection{\texorpdfstring{signalRestartNeeded}{signalRestartNeeded}} -{\footnotesize\ttfamily void Gpg\+Frontend\+::\+UI\+::\+Appearance\+Tab\+::signal\+Restart\+Needed (\begin{DoxyParamCaption}\item[{bool}]{needed }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [signal]}} +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1AppearanceTab_a0604a8cc86cb6aec7d35e71438d87c9a}\label{classGpgFrontend_1_1UI_1_1AppearanceTab_a0604a8cc86cb6aec7d35e71438d87c9a}} +\index{GpgFrontend::UI::AppearanceTab@{GpgFrontend::UI::AppearanceTab}!SignalRestartNeeded@{SignalRestartNeeded}} +\index{SignalRestartNeeded@{SignalRestartNeeded}!GpgFrontend::UI::AppearanceTab@{GpgFrontend::UI::AppearanceTab}} +\doxysubsubsection{\texorpdfstring{SignalRestartNeeded}{SignalRestartNeeded}} +{\footnotesize\ttfamily void Gpg\+Frontend\+::\+UI\+::\+Appearance\+Tab\+::\+Signal\+Restart\+Needed (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [signal]}} \begin{DoxyParams}{Parameters} @@ -86,6 +86,10 @@ References Set\+Settings(). \end{DoxyParams} +Referenced by Appearance\+Tab(), and Gpg\+Frontend\+::\+UI\+::\+Settings\+Dialog\+::\+Settings\+Dialog(). + + + The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize} \item src/ui/dialog/settings/Settings\+Appearance.\+h\item 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 bf8c09cd..df34381e 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__inherit__graph.pdf index 33cf9486..2a035578 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 62fce6e7..a8ca515a 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 62fce6e7..a8ca515a 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 2298eb16..57f07cdc 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 c20d1dc9..ffaf4c94 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 0a7907e1..1e80dbd7 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 0a7907e1..1e80dbd7 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ConclusionPage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ConclusionPage__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.pdf index aa483e22..8499b4b5 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.pdf index ef53a7f6..5ad30ed1 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 1205a648..39e4729e 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 cdf3caca..452041c5 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 c03357df..da469bb7 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 c03357df..da469bb7 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FileTreeView__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FileTreeView__coll__graph.pdf index 518c82f2..0dbe6955 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FileTreeView__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1FileTreeView__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FileTreeView__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FileTreeView__inherit__graph.pdf index 518c82f2..0dbe6955 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FileTreeView__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1FileTreeView__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.pdf index 07ff0e2c..f22afa54 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 dc04ac12..89f68aeb 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__coll__graph.pdf index 93ff814f..ef96d494 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__inherit__graph.pdf index 93ff814f..ef96d494 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.pdf index e759dfc4..0a4ef94f 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 06049429..269bbbad 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 @@ -11a88b5c45660bbf9a50d944c57782f2 \ No newline at end of file +7fb54b127e9810626bdc6322ab49ef02 \ 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 ed844b8b..44739749 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 1a0998f1..3704a9b7 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 a55980fd..1a9d1da6 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab.tex index 1b45debf..f3c89692 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab.tex @@ -23,9 +23,9 @@ Collaboration diagram for Gpg\+Frontend\+::UI\+::General\+Tab\+: \doxysubsection*{Signals} \begin{DoxyCompactItemize} \item -void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GeneralTab_aa88ccbda61728be6de0aa2d9b92e0b69}{Signal\+Restart\+Needed}} (bool needed) +void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GeneralTab_a801f851aada5ac2e9b11f969b7e0483e}{Signal\+Restart\+Needed}} () \item -void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GeneralTab_afc107d56f13000aa28436a5e26a0876b}{Signal\+Deep\+Restart\+Needed}} (bool needed) +void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GeneralTab_ad5e1b6106ce724bfc7e3c76aeb6aa4e2}{Signal\+Deep\+Restart\+Needed}} () \end{DoxyCompactItemize} \doxysubsection*{Public Member Functions} \begin{DoxyCompactItemize} @@ -38,12 +38,6 @@ void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GeneralTab_a7b26d8a088ce8f50b1fd \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralTab_a4523f55e98cee600b2fd47b1750b4d24}\label{classGpgFrontend_1_1UI_1_1GeneralTab_a4523f55e98cee600b2fd47b1750b4d24}} void {\bfseries Apply\+Settings} () \end{DoxyCompactItemize} -\doxysubsection*{Private Slots} -\begin{DoxyCompactItemize} -\item -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralTab_ac461da3987d5304caf7fda22b00d7563}\label{classGpgFrontend_1_1UI_1_1GeneralTab_ac461da3987d5304caf7fda22b00d7563}} -void {\bfseries slot\+\_\+language\+\_\+changed} () -\end{DoxyCompactItemize} \doxysubsection*{Private Attributes} \begin{DoxyCompactItemize} \item @@ -79,16 +73,16 @@ Construct a new General Tab object. \end{DoxyParams} -References Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Global\+Setting\+Station $>$\+::\+Get\+Instance(), and Gpg\+Frontend\+::\+UI\+::\+Settings\+Dialog\+::\+List\+Languages(). +References Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Global\+Setting\+Station $>$\+::\+Get\+Instance(), Gpg\+Frontend\+::\+UI\+::\+Settings\+Dialog\+::\+List\+Languages(), and Signal\+Restart\+Needed(). \doxysubsection{Member Function Documentation} -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralTab_afc107d56f13000aa28436a5e26a0876b}\label{classGpgFrontend_1_1UI_1_1GeneralTab_afc107d56f13000aa28436a5e26a0876b}} +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralTab_ad5e1b6106ce724bfc7e3c76aeb6aa4e2}\label{classGpgFrontend_1_1UI_1_1GeneralTab_ad5e1b6106ce724bfc7e3c76aeb6aa4e2}} \index{GpgFrontend::UI::GeneralTab@{GpgFrontend::UI::GeneralTab}!SignalDeepRestartNeeded@{SignalDeepRestartNeeded}} \index{SignalDeepRestartNeeded@{SignalDeepRestartNeeded}!GpgFrontend::UI::GeneralTab@{GpgFrontend::UI::GeneralTab}} \doxysubsubsection{\texorpdfstring{SignalDeepRestartNeeded}{SignalDeepRestartNeeded}} -{\footnotesize\ttfamily void Gpg\+Frontend\+::\+UI\+::\+General\+Tab\+::\+Signal\+Deep\+Restart\+Needed (\begin{DoxyParamCaption}\item[{bool}]{needed }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [signal]}} +{\footnotesize\ttfamily void Gpg\+Frontend\+::\+UI\+::\+General\+Tab\+::\+Signal\+Deep\+Restart\+Needed (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [signal]}} \begin{DoxyParams}{Parameters} @@ -99,11 +93,11 @@ References Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Global\+Setting\+St Referenced by Gpg\+Frontend\+::\+UI\+::\+Settings\+Dialog\+::\+Settings\+Dialog(). -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralTab_aa88ccbda61728be6de0aa2d9b92e0b69}\label{classGpgFrontend_1_1UI_1_1GeneralTab_aa88ccbda61728be6de0aa2d9b92e0b69}} +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GeneralTab_a801f851aada5ac2e9b11f969b7e0483e}\label{classGpgFrontend_1_1UI_1_1GeneralTab_a801f851aada5ac2e9b11f969b7e0483e}} \index{GpgFrontend::UI::GeneralTab@{GpgFrontend::UI::GeneralTab}!SignalRestartNeeded@{SignalRestartNeeded}} \index{SignalRestartNeeded@{SignalRestartNeeded}!GpgFrontend::UI::GeneralTab@{GpgFrontend::UI::GeneralTab}} \doxysubsubsection{\texorpdfstring{SignalRestartNeeded}{SignalRestartNeeded}} -{\footnotesize\ttfamily void Gpg\+Frontend\+::\+UI\+::\+General\+Tab\+::\+Signal\+Restart\+Needed (\begin{DoxyParamCaption}\item[{bool}]{needed }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [signal]}} +{\footnotesize\ttfamily void Gpg\+Frontend\+::\+UI\+::\+General\+Tab\+::\+Signal\+Restart\+Needed (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [signal]}} \begin{DoxyParams}{Parameters} @@ -112,7 +106,7 @@ Referenced by Gpg\+Frontend\+::\+UI\+::\+Settings\+Dialog\+::\+Settings\+Dialog( \end{DoxyParams} -Referenced by Gpg\+Frontend\+::\+UI\+::\+Settings\+Dialog\+::\+Settings\+Dialog(). +Referenced by General\+Tab(), and Gpg\+Frontend\+::\+UI\+::\+Settings\+Dialog\+::\+Settings\+Dialog(). diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.md5 index 5960c1a8..3f4c12f6 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.md5 @@ -1 +1 @@ -723ccd4ec552dc0edbd537b7e3fbc619 \ No newline at end of file +ac8481de3b109a4de3d1af14fe5089fa \ No newline at end of file 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 7402a5c4..fcf6df9e 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__inherit__graph.md5 index b2272016..e51c032c 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__inherit__graph.md5 @@ -1 +1 @@ -733d14dfe8c54e7267d70fd6c75017a3 \ No newline at end of file +8e1c60e38728e37cbe642e1192552e55 \ No newline at end of file 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 2001e9aa..ff611bc7 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralWindowState__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralWindowState__coll__graph.pdf index 04de02d2..a9df4a34 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralWindowState__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralWindowState__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GenerateRevokeCertification__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GenerateRevokeCertification__coll__graph.pdf index 862c38d6..40111ea2 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GenerateRevokeCertification__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GenerateRevokeCertification__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GenerateRevokeCertification__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GenerateRevokeCertification__inherit__graph.pdf index 862c38d6..40111ea2 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GenerateRevokeCertification__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GenerateRevokeCertification__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.pdf index 7e641aac..8edf5e93 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.pdf index f15f021a..f3b4aeb6 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.pdf index 7ea31714..0bed5281 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 801cbcfc..286303fc 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 46208d07..90fa2478 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 46208d07..90fa2478 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 d9f52ae0..945c3abc 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 d9f52ae0..945c3abc 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 6d565d55..7e4b5736 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 ca1dda9a..1e4e1e49 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 232da928..a8f5d3fd 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 232da928..a8f5d3fd 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 d564f298..fb9b73cb 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 d564f298..fb9b73cb 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1IntroPage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1IntroPage__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.pdf index b445120f..4b02a1d6 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.pdf index b445120f..4b02a1d6 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.pdf index 89699428..b21f67ac 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.pdf index 074c9dc0..3532c987 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 24eb4db2..2be28abf 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 24eb4db2..2be28abf 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenPage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenPage__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.pdf index ac9b54fe..0ad0d473 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.pdf index 1458e136..5460c5a3 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 dae5c7c6..7d914646 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 c9dab47a..2ac0f267 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyList__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyList__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.pdf index d7934e9b..ca4dfc70 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 9a0e72a6..9fb3f6ca 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.pdf index ef40548f..1d92616e 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.pdf index 8f202db4..fc62802c 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 6555bbb9..a3a6db9c 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 797d8301..7c68697d 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 ab5e40cf..67e17ebb 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 afa749ef..d29ea42c 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 c8b2add1..c3ba5180 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 8a341cfe..1b5b54dc 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 dd3304f2..df4f7ef9 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 86488a84..b43e7c6b 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.pdf index fc8d97ba..65d2ab63 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.pdf index fc8d97ba..65d2ab63 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 28d4279a..d1c0bd8e 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 3b7039d8..c7bd3431 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 80bf08d3..4239dccc 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 80bf08d3..4239dccc 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.pdf index a6237b2c..a599e96c 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.pdf index 59b9df5b..f3dfe30c 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.pdf index 48ed8163..7cc782cd 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.pdf index 1594066d..5833b9c1 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.pdf index 0210f6ec..7420a1c7 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.pdf index e529dd56..90214465 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 3ea963e1..39bef2cc 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 9487482f..8494c01b 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 c0d5de26..5cb64649 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 035bb898..3b0cf830 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow.tex index 4f7220c5..06b45744 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow.tex @@ -146,7 +146,7 @@ void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1MainWindow_a821247d738457c4ee046 \item void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1MainWindow_a24a0b0d974fc5f8fdda60c128a82d957}{slot\+\_\+disable\+\_\+tab\+\_\+actions}} (int number) \item -void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1MainWindow_a2af52ff72325fc4c4d50aefc496100cd}{slot\+\_\+version\+\_\+upgrade\+\_\+nofity}} () +void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1MainWindow_af943d62a7aeb866bed2a3f50cd9bb565}{slot\+\_\+version\+\_\+upgrade\+\_\+notify}} () \item \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1MainWindow_a7ec169e4ce829f37c3605491ac617973}\label{classGpgFrontend_1_1UI_1_1MainWindow_a7ec169e4ce829f37c3605491ac617973}} void {\bfseries slot\+\_\+add\+\_\+key\+\_\+2\+\_\+favourite} () @@ -330,8 +330,8 @@ QAction $\ast$ {\bfseries copy\+\_\+key\+\_\+id\+\_\+to\+\_\+clipboard\+\_\+act\ \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1MainWindow_ada8351319a2aaf032fc736f39bdcf9a5}\label{classGpgFrontend_1_1UI_1_1MainWindow_ada8351319a2aaf032fc736f39bdcf9a5}} QAction $\ast$ {\bfseries copy\+\_\+key\+\_\+default\+\_\+uid\+\_\+to\+\_\+clipboard\+\_\+act\+\_\+} \{\} \item -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1MainWindow_ae9bc8395f2d2965c722442f4879902d8}\label{classGpgFrontend_1_1UI_1_1MainWindow_ae9bc8395f2d2965c722442f4879902d8}} -QAction $\ast$ {\bfseries add\+\_\+key\+\_\+2\+\_\+favourtie\+\_\+act\+\_\+} \{\} +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1MainWindow_a08ff2e95d1fb0ac975fcbbdd9e9ae2ce}\label{classGpgFrontend_1_1UI_1_1MainWindow_a08ff2e95d1fb0ac975fcbbdd9e9ae2ce}} +QAction $\ast$ {\bfseries add\+\_\+key\+\_\+2\+\_\+favourite\+\_\+act\+\_\+} \{\} \item \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1MainWindow_a1ddc7e6246dd5065bed0777dca4e6fb6}\label{classGpgFrontend_1_1UI_1_1MainWindow_a1ddc7e6246dd5065bed0777dca4e6fb6}} QAction $\ast$ {\bfseries remove\+\_\+key\+\_\+from\+\_\+favourtie\+\_\+act\+\_\+} \{\} @@ -676,11 +676,11 @@ References Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Gpg\+Key\+Getter $> \doxysubsubsection{\texorpdfstring{slot\_start\_wizard}{slot\_start\_wizard}} {\footnotesize\ttfamily void Gpg\+Frontend\+::\+UI\+::\+Main\+Window\+::slot\+\_\+start\+\_\+wizard (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [private]}, {\ttfamily [slot]}} -start the wizard \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1MainWindow_a2af52ff72325fc4c4d50aefc496100cd}\label{classGpgFrontend_1_1UI_1_1MainWindow_a2af52ff72325fc4c4d50aefc496100cd}} -\index{GpgFrontend::UI::MainWindow@{GpgFrontend::UI::MainWindow}!slot\_version\_upgrade\_nofity@{slot\_version\_upgrade\_nofity}} -\index{slot\_version\_upgrade\_nofity@{slot\_version\_upgrade\_nofity}!GpgFrontend::UI::MainWindow@{GpgFrontend::UI::MainWindow}} -\doxysubsubsection{\texorpdfstring{slot\_version\_upgrade\_nofity}{slot\_version\_upgrade\_nofity}} -{\footnotesize\ttfamily void Gpg\+Frontend\+::\+UI\+::\+Main\+Window\+::slot\+\_\+version\+\_\+upgrade\+\_\+nofity (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [private]}, {\ttfamily [slot]}} +start the wizard \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1MainWindow_af943d62a7aeb866bed2a3f50cd9bb565}\label{classGpgFrontend_1_1UI_1_1MainWindow_af943d62a7aeb866bed2a3f50cd9bb565}} +\index{GpgFrontend::UI::MainWindow@{GpgFrontend::UI::MainWindow}!slot\_version\_upgrade\_notify@{slot\_version\_upgrade\_notify}} +\index{slot\_version\_upgrade\_notify@{slot\_version\_upgrade\_notify}!GpgFrontend::UI::MainWindow@{GpgFrontend::UI::MainWindow}} +\doxysubsubsection{\texorpdfstring{slot\_version\_upgrade\_notify}{slot\_version\_upgrade\_notify}} +{\footnotesize\ttfamily void Gpg\+Frontend\+::\+UI\+::\+Main\+Window\+::slot\+\_\+version\+\_\+upgrade\+\_\+notify (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [private]}, {\ttfamily [slot]}} called when need to upgrade. \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1MainWindow_aba7c5572c2736701cc5799776876bbdd}\label{classGpgFrontend_1_1UI_1_1MainWindow_aba7c5572c2736701cc5799776876bbdd}} \index{GpgFrontend::UI::MainWindow@{GpgFrontend::UI::MainWindow}!SlotArchiveDecrypt@{SlotArchiveDecrypt}} 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 a7619bac..ea9e7cb7 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 6e8c24ad..7393812c 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__coll__graph.pdf index c7065ab7..1f138406 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__inherit__graph.pdf index afc80239..2388e93b 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__coll__graph.pdf index f1d30325..a8c3745b 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__inherit__graph.pdf index f1d30325..a8c3745b 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__coll__graph.pdf index 61cc7bec..dd4c7e82 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 4bd32ca5..ada6fdaa 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.pdf index e3e71051..a3aff22e 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 7b5c6077..b2b950d8 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__coll__graph.pdf index c87fca88..6330b630 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__inherit__graph.pdf index c87fca88..6330b630 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.pdf index 0a336fc9..cd14fb8d 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.pdf index 0a336fc9..cd14fb8d 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1RaisePinentry__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1RaisePinentry__coll__graph.pdf index ad1c73cb..f845a500 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1RaisePinentry__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1RaisePinentry__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1RaisePinentry__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1RaisePinentry__inherit__graph.pdf index ad1c73cb..f845a500 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1RaisePinentry__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1RaisePinentry__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel__coll__graph.pdf index 1eb7c46e..8e9c6972 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel__inherit__graph.pdf index 1eb7c46e..8e9c6972 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog.tex b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog.tex index 1432f8d6..ff4d0c76 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog.tex @@ -59,13 +59,12 @@ static QHash$<$ QString, QString $>$ \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1 \doxysubsection*{Private Slots} \begin{DoxyCompactItemize} \item -void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1SettingsDialog_acc6b4386de554fce6fbb60ac6d201952}{slot\+\_\+set\+\_\+restart\+\_\+needed}} (int) -\end{DoxyCompactItemize} -\doxysubsection*{Private Member Functions} -\begin{DoxyCompactItemize} +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1SettingsDialog_a77d24d981a6b0e60fd0afd9f3ba2ad3e}\label{classGpgFrontend_1_1UI_1_1SettingsDialog_a77d24d981a6b0e60fd0afd9f3ba2ad3e}} +void {\bfseries slot\+\_\+declare\+\_\+a\+\_\+restart} () \item -int \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1SettingsDialog_a2ca2325a0dd0764cb6b5c2a7e35ba408}{get\+\_\+restart\+\_\+needed}} () const -\begin{DoxyCompactList}\small\item\em Get the Restart Needed object. \end{DoxyCompactList}\end{DoxyCompactItemize} +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1SettingsDialog_a22e50d779f84ac7b3d83b1bccedf8e24}\label{classGpgFrontend_1_1UI_1_1SettingsDialog_a22e50d779f84ac7b3d83b1bccedf8e24}} +void {\bfseries slot\+\_\+declare\+\_\+a\+\_\+deep\+\_\+restart} () +\end{DoxyCompactItemize} \doxysubsection*{Private Attributes} \begin{DoxyCompactItemize} \item @@ -76,7 +75,7 @@ QTab\+Widget $\ast$ {\bfseries tab\+\_\+widget\+\_\+} QDialog\+Button\+Box $\ast$ {\bfseries button\+\_\+box\+\_\+} \item \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1SettingsDialog_a557219d1b82dd00e8d9f027a7cd561fa}\label{classGpgFrontend_1_1UI_1_1SettingsDialog_a557219d1b82dd00e8d9f027a7cd561fa}} -int {\bfseries restart\+\_\+needed\+\_\+} \{0\} +int {\bfseries restart\+\_\+needed\+\_\+} \{k\+Non\+Restart\+Code\} \end{DoxyCompactItemize} \doxysubsection*{Additional Inherited Members} @@ -99,26 +98,11 @@ Construct a new Settings Dialog object. \end{DoxyParams} -References Gpg\+Frontend\+::k\+Restart\+Code, Gpg\+Frontend\+::\+UI\+::\+General\+Tab\+::\+Signal\+Deep\+Restart\+Needed(), Gpg\+Frontend\+::\+UI\+::\+General\+Tab\+::\+Signal\+Restart\+Needed(), Signal\+Restart\+Needed(), slot\+\_\+set\+\_\+restart\+\_\+needed(), and Gpg\+Frontend\+::\+UI\+::\+Main\+Window\+::\+Slot\+Set\+Restart\+Needed(). +References Gpg\+Frontend\+::\+UI\+::\+General\+Tab\+::\+Signal\+Deep\+Restart\+Needed(), Gpg\+Frontend\+::\+UI\+::\+Appearance\+Tab\+::\+Signal\+Restart\+Needed(), Gpg\+Frontend\+::\+UI\+::\+General\+Tab\+::\+Signal\+Restart\+Needed(), Signal\+Restart\+Needed(), and Gpg\+Frontend\+::\+UI\+::\+Main\+Window\+::\+Slot\+Set\+Restart\+Needed(). \doxysubsection{Member Function Documentation} -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1SettingsDialog_a2ca2325a0dd0764cb6b5c2a7e35ba408}\label{classGpgFrontend_1_1UI_1_1SettingsDialog_a2ca2325a0dd0764cb6b5c2a7e35ba408}} -\index{GpgFrontend::UI::SettingsDialog@{GpgFrontend::UI::SettingsDialog}!get\_restart\_needed@{get\_restart\_needed}} -\index{get\_restart\_needed@{get\_restart\_needed}!GpgFrontend::UI::SettingsDialog@{GpgFrontend::UI::SettingsDialog}} -\doxysubsubsection{\texorpdfstring{get\_restart\_needed()}{get\_restart\_needed()}} -{\footnotesize\ttfamily auto Gpg\+Frontend\+::\+UI\+::\+Settings\+Dialog\+::get\+\_\+restart\+\_\+needed (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption}) const\hspace{0.3cm}{\ttfamily [private]}} - - - -Get the Restart Needed object. - -\begin{DoxyReturn}{Returns} -true - -false -\end{DoxyReturn} \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1SettingsDialog_ab3c3f59d98afb1f284a7149f4ff971b8}\label{classGpgFrontend_1_1UI_1_1SettingsDialog_ab3c3f59d98afb1f284a7149f4ff971b8}} \index{GpgFrontend::UI::SettingsDialog@{GpgFrontend::UI::SettingsDialog}!ListLanguages@{ListLanguages}} \index{ListLanguages@{ListLanguages}!GpgFrontend::UI::SettingsDialog@{GpgFrontend::UI::SettingsDialog}} @@ -145,21 +129,6 @@ Referenced by Gpg\+Frontend\+::\+UI\+::\+General\+Tab\+::\+General\+Tab(). \end{DoxyParams} -Referenced by Settings\+Dialog(). - -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1SettingsDialog_acc6b4386de554fce6fbb60ac6d201952}\label{classGpgFrontend_1_1UI_1_1SettingsDialog_acc6b4386de554fce6fbb60ac6d201952}} -\index{GpgFrontend::UI::SettingsDialog@{GpgFrontend::UI::SettingsDialog}!slot\_set\_restart\_needed@{slot\_set\_restart\_needed}} -\index{slot\_set\_restart\_needed@{slot\_set\_restart\_needed}!GpgFrontend::UI::SettingsDialog@{GpgFrontend::UI::SettingsDialog}} -\doxysubsubsection{\texorpdfstring{slot\_set\_restart\_needed}{slot\_set\_restart\_needed}} -{\footnotesize\ttfamily void Gpg\+Frontend\+::\+UI\+::\+Settings\+Dialog\+::slot\+\_\+set\+\_\+restart\+\_\+needed (\begin{DoxyParamCaption}\item[{int}]{mode }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [private]}, {\ttfamily [slot]}} - - -\begin{DoxyParams}{Parameters} -{\em needed} & \\ -\hline -\end{DoxyParams} - - Referenced by Settings\+Dialog(). 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 7db5fc96..5f8c9b24 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 @@ -d3c7a16fa97a1b205b9afbba9f62765d \ No newline at end of file +28434d981c8f4322344de741c5135c5d \ 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 137d6c93..c79b3d62 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 f631bb53..ce5195c0 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 @@ -07038a56652aede34590f2488f37ca0f \ No newline at end of file +5e1be47d28f66c21a6bb255325651342 \ 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 deaeede1..aea308b8 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.pdf index ca73f741..f4164ebe 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.pdf index 9a45a05d..295538fd 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.pdf index 1c4ec698..4205b215 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.pdf index 75e766d7..f8a2ab71 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 7395b55a..c1baef7b 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 7395b55a..c1baef7b 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 7a304ff2..35bc4ca4 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 7a304ff2..35bc4ca4 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 0f2506a0..15fdf52c 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 0f2506a0..15fdf52c 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1UISignalStation__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1UISignalStation__coll__graph.pdf index dd969d01..02ef9d6a 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1UISignalStation__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1UISignalStation__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1UISignalStation__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1UISignalStation__inherit__graph.pdf index 66385352..0dd888fc 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1UISignalStation__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1UISignalStation__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab__coll__graph.pdf index 89209694..010abcea 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 89209694..010abcea 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 e08f76e2..68a37c9c 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 2b9c8f7d..d466c711 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 ffea9099..a0465bc2 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 ffea9099..a0465bc2 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1WaitingDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1WaitingDialog__coll__graph.pdf index 7d6406e5..d0e0e4c9 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 7d6406e5..d0e0e4c9 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 8c9f7b75..38c377ed 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 8c9f7b75..38c377ed 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1Wizard__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1Wizard__inherit__graph.pdf differ diff --git a/docs/latex/classGpgInfo__coll__graph.pdf b/docs/latex/classGpgInfo__coll__graph.pdf index 7598b8a9..d38455b3 100644 Binary files a/docs/latex/classGpgInfo__coll__graph.pdf and b/docs/latex/classGpgInfo__coll__graph.pdf differ diff --git a/docs/latex/classPinEntryDialog__coll__graph.pdf b/docs/latex/classPinEntryDialog__coll__graph.pdf index 5137b9ee..959b2b57 100644 Binary files a/docs/latex/classPinEntryDialog__coll__graph.pdf and b/docs/latex/classPinEntryDialog__coll__graph.pdf differ diff --git a/docs/latex/classPinEntryDialog__inherit__graph.pdf b/docs/latex/classPinEntryDialog__inherit__graph.pdf index 9b6a2ddf..04eb6cdf 100644 Binary files a/docs/latex/classPinEntryDialog__inherit__graph.pdf and b/docs/latex/classPinEntryDialog__inherit__graph.pdf differ diff --git a/docs/latex/classPinLineEdit_1_1Private__coll__graph.pdf b/docs/latex/classPinLineEdit_1_1Private__coll__graph.pdf index 2ada5585..fec6d84a 100644 Binary files a/docs/latex/classPinLineEdit_1_1Private__coll__graph.pdf and b/docs/latex/classPinLineEdit_1_1Private__coll__graph.pdf differ diff --git a/docs/latex/classPinLineEdit__coll__graph.pdf b/docs/latex/classPinLineEdit__coll__graph.pdf index f0fb5285..9a8b46cd 100644 Binary files a/docs/latex/classPinLineEdit__coll__graph.pdf and b/docs/latex/classPinLineEdit__coll__graph.pdf differ diff --git a/docs/latex/classPinLineEdit__inherit__graph.pdf b/docs/latex/classPinLineEdit__inherit__graph.pdf index 1f28c7cb..4eb77185 100644 Binary files a/docs/latex/classPinLineEdit__inherit__graph.pdf and b/docs/latex/classPinLineEdit__inherit__graph.pdf differ diff --git a/docs/latex/classPinentryConfirm__coll__graph.pdf b/docs/latex/classPinentryConfirm__coll__graph.pdf index 03c34dcc..f8ceb672 100644 Binary files a/docs/latex/classPinentryConfirm__coll__graph.pdf and b/docs/latex/classPinentryConfirm__coll__graph.pdf differ diff --git a/docs/latex/classPinentryConfirm__inherit__graph.pdf b/docs/latex/classPinentryConfirm__inherit__graph.pdf index 03c34dcc..f8ceb672 100644 Binary files a/docs/latex/classPinentryConfirm__inherit__graph.pdf and b/docs/latex/classPinentryConfirm__inherit__graph.pdf differ diff --git a/docs/latex/classSignatureDetailsDialog__coll__graph.pdf b/docs/latex/classSignatureDetailsDialog__coll__graph.pdf index b8695334..27e0d553 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 b8695334..27e0d553 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 7e89f450..7318aed2 100644 Binary files a/docs/latex/classTestListedKeyServerThread__coll__graph.pdf and b/docs/latex/classTestListedKeyServerThread__coll__graph.pdf differ diff --git a/docs/latex/classVersionCheckTask__coll__graph.pdf b/docs/latex/classVersionCheckTask__coll__graph.pdf index bac36352..703999ab 100644 Binary files a/docs/latex/classVersionCheckTask__coll__graph.pdf and b/docs/latex/classVersionCheckTask__coll__graph.pdf differ diff --git a/docs/latex/classVersionCheckTask__inherit__graph.pdf b/docs/latex/classVersionCheckTask__inherit__graph.pdf index 934c3679..1fe6f40e 100644 Binary files a/docs/latex/classVersionCheckTask__inherit__graph.pdf and b/docs/latex/classVersionCheckTask__inherit__graph.pdf differ diff --git a/docs/latex/classclass__coll__graph.pdf b/docs/latex/classclass__coll__graph.pdf index 4272074a..ef72ecd4 100644 Binary files a/docs/latex/classclass__coll__graph.pdf and b/docs/latex/classclass__coll__graph.pdf differ diff --git a/docs/latex/classsecmem_1_1alloc__coll__graph.pdf b/docs/latex/classsecmem_1_1alloc__coll__graph.pdf index 5b0a1fcb..4afaaa95 100644 Binary files a/docs/latex/classsecmem_1_1alloc__coll__graph.pdf and b/docs/latex/classsecmem_1_1alloc__coll__graph.pdf differ diff --git a/docs/latex/namespaceGpgFrontend.tex b/docs/latex/namespaceGpgFrontend.tex index ac4e21f9..7c172306 100644 --- a/docs/latex/namespaceGpgFrontend.tex +++ b/docs/latex/namespaceGpgFrontend.tex @@ -521,12 +521,12 @@ void \mbox{\hyperlink{namespaceGpgFrontend_afb32e3d737c4bf2e6ad112a90fe7f1f5}{In \mbox{\Hypertarget{namespaceGpgFrontend_a2b70b63c5a2173e62168123f6a2ad3da}\label{namespaceGpgFrontend_a2b70b63c5a2173e62168123f6a2ad3da}} void \mbox{\hyperlink{namespaceGpgFrontend_a2b70b63c5a2173e62168123f6a2ad3da}{Init\+Global\+Path\+Env}} () \begin{DoxyCompactList}\small\item\em init global PATH env \end{DoxyCompactList}\item -void \mbox{\hyperlink{namespaceGpgFrontend_acd17bf45c5a18c762d8638fd643eaf41}{Init\+Global\+Basical\+Env}} (const GFCxt\+WPtr \&p\+\_\+ctx, bool gui\+\_\+mode) +void \mbox{\hyperlink{namespaceGpgFrontend_a0b2b812dbc7f8752ed0dfe03eaa8a5a5}{Init\+Global\+Basic\+Env}} (const GFCxt\+WPtr \&p\+\_\+ctx, bool gui\+\_\+mode) \item \mbox{\Hypertarget{namespaceGpgFrontend_a7ffad7330067c9ab03842c656fa199f4}\label{namespaceGpgFrontend_a7ffad7330067c9ab03842c656fa199f4}} void \mbox{\hyperlink{namespaceGpgFrontend_a7ffad7330067c9ab03842c656fa199f4}{Init\+Locale}} () \begin{DoxyCompactList}\small\item\em setup the locale and load the translations \end{DoxyCompactList}\item -void \mbox{\hyperlink{namespaceGpgFrontend_a3ad5659719d261ea3142c2baa60d40ff}{Shutdown\+Global\+Basical\+Env}} (const GFCxt\+WPtr \&p\+\_\+ctx) +void \mbox{\hyperlink{namespaceGpgFrontend_a89c5fed8586b3f380fecc2040b42e344}{Shutdown\+Global\+Basic\+Env}} (const GFCxt\+WPtr \&p\+\_\+ctx) \end{DoxyCompactItemize} \doxysubsection*{Variables} \begin{DoxyCompactItemize} @@ -1081,11 +1081,11 @@ References Secure\+Malloc(). \begin{DoxyReturn}{Returns} QString \end{DoxyReturn} -\mbox{\Hypertarget{namespaceGpgFrontend_acd17bf45c5a18c762d8638fd643eaf41}\label{namespaceGpgFrontend_acd17bf45c5a18c762d8638fd643eaf41}} -\index{GpgFrontend@{GpgFrontend}!InitGlobalBasicalEnv@{InitGlobalBasicalEnv}} -\index{InitGlobalBasicalEnv@{InitGlobalBasicalEnv}!GpgFrontend@{GpgFrontend}} -\doxysubsubsection{\texorpdfstring{InitGlobalBasicalEnv()}{InitGlobalBasicalEnv()}} -{\footnotesize\ttfamily void Gpg\+Frontend\+::\+Init\+Global\+Basical\+Env (\begin{DoxyParamCaption}\item[{const GFCxt\+WPtr \&}]{, }\item[{bool}]{ }\end{DoxyParamCaption})} +\mbox{\Hypertarget{namespaceGpgFrontend_a0b2b812dbc7f8752ed0dfe03eaa8a5a5}\label{namespaceGpgFrontend_a0b2b812dbc7f8752ed0dfe03eaa8a5a5}} +\index{GpgFrontend@{GpgFrontend}!InitGlobalBasicEnv@{InitGlobalBasicEnv}} +\index{InitGlobalBasicEnv@{InitGlobalBasicEnv}!GpgFrontend@{GpgFrontend}} +\doxysubsubsection{\texorpdfstring{InitGlobalBasicEnv()}{InitGlobalBasicEnv()}} +{\footnotesize\ttfamily void Gpg\+Frontend\+::\+Init\+Global\+Basic\+Env (\begin{DoxyParamCaption}\item[{const GFCxt\+WPtr \&}]{, }\item[{bool}]{ }\end{DoxyParamCaption})} \begin{DoxyParams}{Parameters} @@ -1113,7 +1113,7 @@ References Register\+Async\+Logger(), and Register\+Sync\+Logger(). -Referenced by Init\+Global\+Basical\+Env(). +Referenced by Init\+Global\+Basic\+Env(). \mbox{\Hypertarget{namespaceGpgFrontend_a253c30d60238c5c0ed1545d0c7bf31de}\label{namespaceGpgFrontend_a253c30d60238c5c0ed1545d0c7bf31de}} \index{GpgFrontend@{GpgFrontend}!ReadFile@{ReadFile}} @@ -1372,7 +1372,7 @@ auto \end{DoxyReturn} -Referenced by Init\+Global\+Basical\+Env(). +Referenced by Init\+Global\+Basic\+Env(). \mbox{\Hypertarget{namespaceGpgFrontend_aacb6d1475346e42afb8e0ea8427bac9a}\label{namespaceGpgFrontend_aacb6d1475346e42afb8e0ea8427bac9a}} \index{GpgFrontend@{GpgFrontend}!SetExtensionOfOutputFile@{SetExtensionOfOutputFile}} @@ -1416,11 +1416,11 @@ QString Referenced by Gpg\+Frontend\+::\+UI\+::\+Main\+Window\+::\+Slot\+Archive\+Decrypt(), Gpg\+Frontend\+::\+UI\+::\+Main\+Window\+::\+Slot\+Archive\+Decrypt\+Verify(), and Gpg\+Frontend\+::\+UI\+::\+Main\+Window\+::\+Slot\+Directory\+Encrypt\+Sign(). -\mbox{\Hypertarget{namespaceGpgFrontend_a3ad5659719d261ea3142c2baa60d40ff}\label{namespaceGpgFrontend_a3ad5659719d261ea3142c2baa60d40ff}} -\index{GpgFrontend@{GpgFrontend}!ShutdownGlobalBasicalEnv@{ShutdownGlobalBasicalEnv}} -\index{ShutdownGlobalBasicalEnv@{ShutdownGlobalBasicalEnv}!GpgFrontend@{GpgFrontend}} -\doxysubsubsection{\texorpdfstring{ShutdownGlobalBasicalEnv()}{ShutdownGlobalBasicalEnv()}} -{\footnotesize\ttfamily void Gpg\+Frontend\+::\+Shutdown\+Global\+Basical\+Env (\begin{DoxyParamCaption}\item[{const GFCxt\+WPtr \&}]{p\+\_\+ctx }\end{DoxyParamCaption})} +\mbox{\Hypertarget{namespaceGpgFrontend_a89c5fed8586b3f380fecc2040b42e344}\label{namespaceGpgFrontend_a89c5fed8586b3f380fecc2040b42e344}} +\index{GpgFrontend@{GpgFrontend}!ShutdownGlobalBasicEnv@{ShutdownGlobalBasicEnv}} +\index{ShutdownGlobalBasicEnv@{ShutdownGlobalBasicEnv}!GpgFrontend@{GpgFrontend}} +\doxysubsubsection{\texorpdfstring{ShutdownGlobalBasicEnv()}{ShutdownGlobalBasicEnv()}} +{\footnotesize\ttfamily void Gpg\+Frontend\+::\+Shutdown\+Global\+Basic\+Env (\begin{DoxyParamCaption}\item[{const GFCxt\+WPtr \&}]{p\+\_\+ctx }\end{DoxyParamCaption})} \begin{DoxyParams}{Parameters} diff --git a/docs/latex/structFunctionObjectTypeLockInfo__coll__graph.pdf b/docs/latex/structFunctionObjectTypeLockInfo__coll__graph.pdf index 8aed92b6..0f4216f7 100644 Binary files a/docs/latex/structFunctionObjectTypeLockInfo__coll__graph.pdf and b/docs/latex/structFunctionObjectTypeLockInfo__coll__graph.pdf differ diff --git a/docs/latex/structGFModuleEventParam__coll__graph.pdf b/docs/latex/structGFModuleEventParam__coll__graph.pdf index 58738102..9a0b2b6e 100644 Binary files a/docs/latex/structGFModuleEventParam__coll__graph.pdf and b/docs/latex/structGFModuleEventParam__coll__graph.pdf differ diff --git a/docs/latex/structGFModuleEvent__coll__graph.pdf b/docs/latex/structGFModuleEvent__coll__graph.pdf index a35aedb6..e31f288d 100644 Binary files a/docs/latex/structGFModuleEvent__coll__graph.pdf and b/docs/latex/structGFModuleEvent__coll__graph.pdf differ diff --git a/docs/latex/structGFModuleMetaData__coll__graph.pdf b/docs/latex/structGFModuleMetaData__coll__graph.pdf index 2f42e51a..53ef9e1f 100644 Binary files a/docs/latex/structGFModuleMetaData__coll__graph.pdf and b/docs/latex/structGFModuleMetaData__coll__graph.pdf differ diff --git a/docs/latex/structGpgComponentInfo__coll__graph.pdf b/docs/latex/structGpgComponentInfo__coll__graph.pdf index e7817bca..b190b636 100644 Binary files a/docs/latex/structGpgComponentInfo__coll__graph.pdf and b/docs/latex/structGpgComponentInfo__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1ArchiveReadClientData__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1ArchiveReadClientData__coll__graph.pdf index dc0aa2f4..5cf161f2 100644 Binary files a/docs/latex/structGpgFrontend_1_1ArchiveReadClientData__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1ArchiveReadClientData__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1CoreInitArgs__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1CoreInitArgs__coll__graph.pdf index 0b300b91..165ca1c6 100644 Binary files a/docs/latex/structGpgFrontend_1_1CoreInitArgs__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1CoreInitArgs__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1GpgCommandExecutor_1_1ExecuteContext__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1GpgCommandExecutor_1_1ExecuteContext__coll__graph.pdf index 77de99d0..de3cfa62 100644 Binary files a/docs/latex/structGpgFrontend_1_1GpgCommandExecutor_1_1ExecuteContext__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1GpgCommandExecutor_1_1ExecuteContext__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.pdf index 7ffe6725..222e353e 100644 Binary files a/docs/latex/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1GpgData_1_1DataRefDeleter__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1GpgData_1_1DataRefDeleter__coll__graph.pdf index 30b0ced5..4c24ca74 100644 Binary files a/docs/latex/structGpgFrontend_1_1GpgData_1_1DataRefDeleter__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1GpgData_1_1DataRefDeleter__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1GpgFrontendContext__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1GpgFrontendContext__coll__graph.pdf index 583d26cd..cce03219 100644 Binary files a/docs/latex/structGpgFrontend_1_1GpgFrontendContext__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1GpgFrontendContext__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1GpgKeyManager_1_1AutomatonHandelStruct__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1GpgKeyManager_1_1AutomatonHandelStruct__coll__graph.pdf index 294487c0..7554fe72 100644 Binary files a/docs/latex/structGpgFrontend_1_1GpgKeyManager_1_1AutomatonHandelStruct__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1GpgKeyManager_1_1AutomatonHandelStruct__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1GpgKey_1_1KeyRefDeleter__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1GpgKey_1_1KeyRefDeleter__coll__graph.pdf index 755b0042..3b40c5c4 100644 Binary files a/docs/latex/structGpgFrontend_1_1GpgKey_1_1KeyRefDeleter__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1GpgKey_1_1KeyRefDeleter__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1GpgRecipient__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1GpgRecipient__coll__graph.pdf index a252116e..0877c1db 100644 Binary files a/docs/latex/structGpgFrontend_1_1GpgRecipient__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1GpgRecipient__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1ModuleSO__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1ModuleSO__coll__graph.pdf index 925b0e8c..53c3f9d1 100644 Binary files a/docs/latex/structGpgFrontend_1_1ModuleSO__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1ModuleSO__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1Module_1_1Event_1_1ParameterInitializer__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1Module_1_1Event_1_1ParameterInitializer__coll__graph.pdf index 34731b3c..1a1c63a1 100644 Binary files a/docs/latex/structGpgFrontend_1_1Module_1_1Event_1_1ParameterInitializer__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1Module_1_1Event_1_1ParameterInitializer__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl_1_1ModuleRegisterInfo__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl_1_1ModuleRegisterInfo__coll__graph.pdf index bb3039e3..8b0ffbe3 100644 Binary files a/docs/latex/structGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl_1_1ModuleRegisterInfo__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl_1_1ModuleRegisterInfo__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl_1_1RTNode__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl_1_1RTNode__coll__graph.pdf index 244d0145..4ae20870 100644 Binary files a/docs/latex/structGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl_1_1RTNode__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl_1_1RTNode__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1Module_1_1ModuleInitArgs__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1Module_1_1ModuleInitArgs__coll__graph.pdf index 82a70a8b..d649bf63 100644 Binary files a/docs/latex/structGpgFrontend_1_1Module_1_1ModuleInitArgs__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1Module_1_1ModuleInitArgs__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1Module_1_1Module_1_1Impl_1_1Symbol__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1Module_1_1Module_1_1Impl_1_1Symbol__coll__graph.pdf index dd722030..1628065c 100644 Binary files a/docs/latex/structGpgFrontend_1_1Module_1_1Module_1_1Impl_1_1Symbol__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1Module_1_1Module_1_1Impl_1_1Symbol__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1RefDeleter__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1RefDeleter__coll__graph.pdf index 51f474f2..3901e627 100644 Binary files a/docs/latex/structGpgFrontend_1_1RefDeleter__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1RefDeleter__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1SecureObjectDeleter__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1SecureObjectDeleter__coll__graph.pdf index fc55a2f8..6b7ef2fe 100644 Binary files a/docs/latex/structGpgFrontend_1_1SecureObjectDeleter__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1SecureObjectDeleter__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1Test_1_1GpgFrontendContext__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1Test_1_1GpgFrontendContext__coll__graph.pdf index bb60305d..66c74e27 100644 Binary files a/docs/latex/structGpgFrontend_1_1Test_1_1GpgFrontendContext__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1Test_1_1GpgFrontendContext__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1UI_1_1AppearanceSO__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1UI_1_1AppearanceSO__coll__graph.pdf index 0932a9d0..cbf80511 100644 Binary files a/docs/latex/structGpgFrontend_1_1UI_1_1AppearanceSO__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1UI_1_1AppearanceSO__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1UI_1_1KeyListColumn__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1UI_1_1KeyListColumn__coll__graph.pdf index bd3a8c4e..f20086dd 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 7a4fad17..46e76c32 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 8894649b..b0dbee4a 100644 Binary files a/docs/latex/structGpgFrontend_1_1UI_1_1KeyMenuAbility__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1UI_1_1KeyMenuAbility__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1UI_1_1KeyServerSO__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1UI_1_1KeyServerSO__coll__graph.pdf index 22a67c6c..2124c84c 100644 Binary files a/docs/latex/structGpgFrontend_1_1UI_1_1KeyServerSO__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1UI_1_1KeyServerSO__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1UI_1_1KeyTable__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1UI_1_1KeyTable__coll__graph.pdf index b8137fd0..410f9e54 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 36da4c78..69c7f765 100644 Binary files a/docs/latex/structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1UI_1_1WindowStateSO__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1UI_1_1WindowStateSO__coll__graph.pdf index 2ff24b76..3268ebfd 100644 Binary files a/docs/latex/structGpgFrontend_1_1UI_1_1WindowStateSO__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1UI_1_1WindowStateSO__coll__graph.pdf differ diff --git a/docs/latex/structGpgOptionsInfo__coll__graph.pdf b/docs/latex/structGpgOptionsInfo__coll__graph.pdf index f1ff18fa..339e7a3a 100644 Binary files a/docs/latex/structGpgOptionsInfo__coll__graph.pdf and b/docs/latex/structGpgOptionsInfo__coll__graph.pdf differ diff --git a/docs/latex/structPinEntryDialog_1_1ConstraintsOptions__coll__graph.pdf b/docs/latex/structPinEntryDialog_1_1ConstraintsOptions__coll__graph.pdf index 3fbd2e77..a105813f 100644 Binary files a/docs/latex/structPinEntryDialog_1_1ConstraintsOptions__coll__graph.pdf and b/docs/latex/structPinEntryDialog_1_1ConstraintsOptions__coll__graph.pdf differ diff --git a/docs/latex/structPinEntryDialog_1_1FormattedPassphraseOptions__coll__graph.pdf b/docs/latex/structPinEntryDialog_1_1FormattedPassphraseOptions__coll__graph.pdf index 60057db7..b86942fb 100644 Binary files a/docs/latex/structPinEntryDialog_1_1FormattedPassphraseOptions__coll__graph.pdf and b/docs/latex/structPinEntryDialog_1_1FormattedPassphraseOptions__coll__graph.pdf differ diff --git a/docs/latex/structSoftwareVersion__coll__graph.pdf b/docs/latex/structSoftwareVersion__coll__graph.pdf index ae3b68e9..24ee9a5b 100644 Binary files a/docs/latex/structSoftwareVersion__coll__graph.pdf and b/docs/latex/structSoftwareVersion__coll__graph.pdf differ diff --git a/docs/latex/structfmt_1_1formatter_3_01QByteArray_01_4__coll__graph.pdf b/docs/latex/structfmt_1_1formatter_3_01QByteArray_01_4__coll__graph.pdf index 39b06d1c..bd2e85b4 100644 Binary files a/docs/latex/structfmt_1_1formatter_3_01QByteArray_01_4__coll__graph.pdf and b/docs/latex/structfmt_1_1formatter_3_01QByteArray_01_4__coll__graph.pdf differ diff --git a/docs/latex/structfmt_1_1formatter_3_01QString_01_4__coll__graph.pdf b/docs/latex/structfmt_1_1formatter_3_01QString_01_4__coll__graph.pdf index 142a5bb3..5c092b85 100644 Binary files a/docs/latex/structfmt_1_1formatter_3_01QString_01_4__coll__graph.pdf and b/docs/latex/structfmt_1_1formatter_3_01QString_01_4__coll__graph.pdf differ diff --git a/docs/latex/structpinentry__coll__graph.pdf b/docs/latex/structpinentry__coll__graph.pdf index 680814ec..c8491043 100644 Binary files a/docs/latex/structpinentry__coll__graph.pdf and b/docs/latex/structpinentry__coll__graph.pdf differ diff --git a/docs/latex/structsecmem_1_1alloc_1_1rebind__coll__graph.pdf b/docs/latex/structsecmem_1_1alloc_1_1rebind__coll__graph.pdf index 16bd4e26..e654889e 100644 Binary files a/docs/latex/structsecmem_1_1alloc_1_1rebind__coll__graph.pdf and b/docs/latex/structsecmem_1_1alloc_1_1rebind__coll__graph.pdf differ
  • void GpgFrontend::ShutdownGlobalBasicalEnv void GpgFrontend::ShutdownGlobalBasicEnv ( const GFCxtWPtr &  p_ctx)