GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
|
Extra commands related to GPG. More...
#include <GpgCommandExecutor.h>
Classes | |
struct | ExecuteContext |
Public Types | |
using | ExecuteContexts = QList< ExecuteContext > |
Static Public Member Functions | |
static void | ExecuteSync (ExecuteContext) |
Excuting a command. More... | |
static void | ExecuteConcurrentlyAsync (ExecuteContexts) |
static void | ExecuteConcurrentlySync (ExecuteContexts) |
Extra commands related to GPG.
|
static |
Excuting a command.
arguments | Command parameters |
interact_func | Command answering function |
References GpgFrontend::SingletonFunctionObject< TaskRunnerGetter >::GetInstance().
Referenced by GpgFrontend::GpgAdvancedOperator::ClearGpgPasswordCache(), GpgFrontend::GpgKeyOpera::GenerateRevokeCert(), GpgFrontend::GpgAdvancedOperator::ReloadGpgComponents(), GpgFrontend::GpgAdvancedOperator::ResetConfigures(), GpgFrontend::GpgAdvancedOperator::RestartGpgComponents(), GpgFrontend::GpgAdvancedOperator::StartDirmngr(), GpgFrontend::GpgAdvancedOperator::StartGpgAgent(), and GpgFrontend::GpgAdvancedOperator::StartKeyBoxd().