QGpgME 16.1.0.0000496
Qt API for GpgME
|
#include <qgpgmequickjob.h>
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 |
void | startRevokeSignature (const GpgME::Key &key, const GpgME::Key &signingKey, const std::vector< GpgME::UserID > &userIds=std::vector< GpgME::UserID >()) Q_DECL_OVERRIDE |
![]() | |
QuickJob (QObject *parent=Q_NULLPTR) | |
![]() | |
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 |
![]() | |
![]() | |
void | result (const GpgME::Error &error, const QString &auditLogAsHtml=QString(), const GpgME::Error &auditLogError=GpgME::Error()) |
![]() | |
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 |
![]() | |
Job (QObject *parent) | |
Interface to the modern key manipulation functions.
|
virtual |
Start –quick-add-key
Implements QGpgME::QuickJob.
Start –quick-adduid
Implements QGpgME::QuickJob.
|
virtual |
Start –quick-gen-key
Implements QGpgME::QuickJob.
|
virtual |
Starts the operation to revoke the signatures made with the key signingKey on the user IDs userIds of the key key. If userIds is an empty list, then all signatures made with signingKey on the user IDs of key will be revoked.
Implements QGpgME::QuickJob.
Start –quick-revuid
Implements QGpgME::QuickJob.