|
using | ImportCallbackFunctiopn = std::function< void(const std::string &, const std::string &, size_t, size_t)> |
|
|
void | SignalKeyStatusUpdated () |
|
void | SignalGnupgNotInstall () |
|
void | SignalKeyDatabaseRefreshDone () |
| emit when the key database is refreshed
|
|
void | SignalNeedUserInputPassphrase () |
|
void | SignalUserInputPassphraseDone (QString passphrase) |
|
|
void | slot_update_key_status () |
| update the key status when signal is emitted
|
|
void | slot_popup_passphrase_input_dialog () |
|
|
static std::unique_ptr< CommonUtils > | instance_ = nullptr |
|
◆ GetInstance()
CommonUtils * GpgFrontend::UI::CommonUtils::GetInstance |
( |
| ) |
|
|
static |
◆ SlotExecuteCommand
void GpgFrontend::UI::CommonUtils::SlotExecuteCommand |
( |
const std::string & |
cmd, |
|
|
const QStringList & |
arguments, |
|
|
const std::function< void(QProcess *)> & |
interact_func |
|
) |
| |
|
slot |
◆ SlotExecuteGpgCommand
void GpgFrontend::UI::CommonUtils::SlotExecuteGpgCommand |
( |
const QStringList & |
arguments, |
|
|
const std::function< void(QProcess *)> & |
interact_func |
|
) |
| |
|
slot |
◆ SlotImportKeyFromClipboard
void GpgFrontend::UI::CommonUtils::SlotImportKeyFromClipboard |
( |
QWidget * |
parent | ) |
|
|
slot |
◆ SlotImportKeyFromFile
void GpgFrontend::UI::CommonUtils::SlotImportKeyFromFile |
( |
QWidget * |
parent | ) |
|
|
slot |
◆ SlotImportKeyFromKeyServer [1/2]
void GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer |
( |
const GpgFrontend::KeyIdArgsList & |
key_ids, |
|
|
const GpgFrontend::UI::CommonUtils::ImportCallbackFunctiopn & |
callback |
|
) |
| |
|
staticslot |
◆ SlotImportKeyFromKeyServer [2/2]
void GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer |
( |
QWidget * |
parent | ) |
|
|
slot |
◆ SlotImportKeys
void GpgFrontend::UI::CommonUtils::SlotImportKeys |
( |
QWidget * |
parent, |
|
|
const std::string & |
in_buffer |
|
) |
| |
|
slot |
The documentation for this class was generated from the following files: