QGpgME
10.3.4.0000000
Qt API for GpgME
|
#include <qgpgmequickjob.h>
Signals | |
void | result (const GpgME::Error &error, const QString &auditLogAsHtml, const GpgME::Error &auditLogError) |
![]() | |
void | result (const GpgME::Error &error, const QString &auditLogAsHtml, const GpgME::Error &auditLogError) |
![]() | |
void | progress (const QString &what, int current, int total) |
void | done () |
Public Member Functions | |
QGpgMEQuickJob (GpgME::Context *context) | |
void | startCreate (const QString &uid, const char *algo, const QDateTime &expires=QDateTime(), const GpgME::Key &key=GpgME::Key(), unsigned int flags=0) Q_DECL_OVERRIDE |
void | startAddUid (const GpgME::Key &key, const QString &uid) Q_DECL_OVERRIDE |
void | startRevUid (const GpgME::Key &key, const QString &uid) Q_DECL_OVERRIDE |
void | startAddSubkey (const GpgME::Key &key, const char *algo, const QDateTime &expires=QDateTime(), unsigned int flags=0) Q_DECL_OVERRIDE |
![]() | |
QuickJob (QObject *parent=Q_NULLPTR) | |
![]() | |
virtual QString | auditLogAsHtml () const |
virtual GpgME::Error | auditLogError () const |
bool | isAuditLogSupported () const |
Additional Inherited Members | |
![]() | |
typedef ThreadedJobMixin< QuickJob, std::tuple< GpgME::Error, QString, GpgME::Error > > | mixin_type |
typedef std::tuple< GpgME::Error, QString, GpgME::Error > | result_type |
![]() | |
![]() | |
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 |
![]() | |
Job (QObject *parent) | |
Interface to the modern key manipulation functions.
|
virtual |
Start –quick-add-key
Implements QGpgME::QuickJob.
|
virtual |
Start –quick-adduid
Implements QGpgME::QuickJob.
|
virtual |
Start –quick-gen-key
Implements QGpgME::QuickJob.
|
virtual |
Start –quick-revuid
Implements QGpgME::QuickJob.