|
void | SlotGenerateSubKey () |
|
void | SlotExportKeyToKeyPackage () |
|
void | SlotExportKeyToClipboard () |
|
void | SlotExportAsOpenSSHFormat () |
|
void | SlotDeleteSelectedKeys () |
|
void | SlotDeleteCheckedKeys () |
|
void | SlotGenerateKeyDialog () |
|
void | SlotShowKeyDetails () |
|
void | SlotImportKeyPackage () |
|
|
void | SignalStatusBarChanged (QString) |
|
void | SignalKeyStatusUpdated () |
|
|
KeyList * | key_list_ |
|
QMenu * | file_menu_ {} |
|
QMenu * | key_menu_ {} |
|
QMenu * | generate_key_menu_ {} |
|
QMenu * | import_key_menu_ {} |
|
QAction * | open_key_file_act_ {} |
|
QAction * | export_key_to_file_act_ {} |
|
QAction * | export_key_as_open_ssh_format_ {} |
|
QAction * | export_key_to_clipboard_act_ {} |
|
QAction * | delete_checked_keys_act_ {} |
|
QAction * | delete_selected_keys_act_ {} |
|
QAction * | generate_key_dialog_act_ {} |
|
QAction * | generate_key_pair_act_ {} |
|
QAction * | generate_subkey_act_ {} |
|
QAction * | import_key_from_clipboard_act_ {} |
|
QAction * | import_key_from_file_act_ {} |
|
QAction * | import_key_from_key_server_act_ {} |
|
QAction * | import_keys_from_key_package_act_ {} |
|
QAction * | close_act_ {} |
|
QAction * | show_key_details_act_ {} |
|
KeyServerImportDialog * | import_dialog_ {} |
|
◆ KeyMgmt()
GpgFrontend::UI::KeyMgmt::KeyMgmt |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
Construct a new Key Mgmt object.
- Parameters
-
References GpgFrontend::UI::KeyList::AddListGroupTab(), GpgFrontend::UI::KeyList::AddMenuAction(), create_actions(), create_menus(), create_tool_bars(), GpgFrontend::UI::SignalStation::GetInstance(), GpgFrontend::GpgKey::IsDisabled(), GpgFrontend::GpgKey::IsExpired(), GpgFrontend::GpgKey::IsHasMasterKey(), GpgFrontend::GpgKey::IsPrivateKey(), GpgFrontend::GpgKey::IsRevoked(), GpgFrontend::UI::KeyList::SetDoubleClickedAction(), and GpgFrontend::UI::SignalStation::SignalRefreshStatusBar().
◆ delete_keys_with_warning()
void GpgFrontend::UI::KeyMgmt::delete_keys_with_warning |
( |
GpgFrontend::KeyIdArgsListPtr |
uidList | ) |
|
|
private |
The documentation for this class was generated from the following files:
- src/ui/main_window/KeyMgmt.h
- src/ui/main_window/KeyMgmt.cpp