QGpgME 16.1.0.00005f5
Qt API for GpgME
|
Public Member Functions | |
QGpgMEWKDLookupJob (GpgME::Context *context) | |
GpgME::Error | start (const QString &email) Q_DECL_OVERRIDE |
WKDLookupResult | exec (const QString &email) Q_DECL_OVERRIDE |
![]() | |
bool | isAuditLogSupported () const |
Additional Inherited Members | |
![]() | |
typedef ThreadedJobMixin< WKDLookupJob, std::tuple< WKDLookupResult, QString, GpgME::Error > > | mixin_type |
typedef std::tuple< WKDLookupResult, QString, GpgME::Error > | result_type |
![]() | |
![]() | |
void | result (const WKDLookupResult &result, const QString &auditLogAsHtml={}, const GpgME::Error &auditLogError={}) |
![]() | |
void | progress (const QString &what, int current, int total) |
void | done () |
![]() | |
static GpgME::Context * | context (Job *job) |
![]() | |
ThreadedJobMixin (GpgME::Context *ctx) | |
void | lateInitialization () |
void | run (const T_binder &func) |
void | run (const T_binder &func, const std::shared_ptr< QIODevice > &io) |
void | run (const T_binder &func, const std::shared_ptr< QIODevice > &io1, const std::shared_ptr< QIODevice > &io2) |
GpgME::Context * | context () const |
virtual void | resultHook (const result_type &) |
void | slotFinished () |
void | slotCancel () Q_DECL_OVERRIDE |
QString | auditLogAsHtml () const Q_DECL_OVERRIDE |
GpgME::Error | auditLogError () const Q_DECL_OVERRIDE |
void | showProgress (const char *, int, int current, int total) Q_DECL_OVERRIDE |
![]() | |
WKDLookupJob (QObject *parent) | |
![]() | |
Job (QObject *parent) | |
|
virtual |
Runs a key lookup operation for the email address email via WKD.
Implements QGpgME::WKDLookupJob.
Starts a key lookup operation for the email address email via WKD.
Implements QGpgME::WKDLookupJob.