QGpgME 20.5.1.00004c4
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) override |
void | startAddUid (const GpgME::Key &key, const QString &uid) override |
void | startRevUid (const GpgME::Key &key, const QString &uid) override |
void | startAddSubkey (const GpgME::Key &key, const char *algo, const QDateTime &expires=QDateTime(), unsigned int flags=0) override |
void | startRevokeSignature (const GpgME::Key &key, const GpgME::Key &signingKey, const std::vector< GpgME::UserID > &userIds=std::vector< GpgME::UserID >()) override |
![]() | |
void | run () |
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) |
![]() | |
QuickJob (QObject *parent=Q_NULLPTR) | |
![]() | |
bool | isAuditLogSupported () const |
GpgME::Error | startIt () |
void | startNow () |
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 | jobProgress (int current, int total) |
void | rawProgress (const QString &what, int type, int current, int total) |
QGPGME_DEPRECATED void | progress (const QString &what, int current, int total) |
void | done () |
![]() | |
static GpgME::Context * | context (Job *job) |
![]() | |
ThreadedJobMixin (GpgME::Context *ctx) | |
void | lateInitialization () |
void | setWorkerFunction (const T_binder &func) |
GpgME::Context * | context () const |
virtual void | resultHook (const result_type &) |
void | slotFinished () |
void | slotCancel () override |
QString | auditLogAsHtml () const override |
GpgME::Error | auditLogError () const override |
void | showProgress (const char *what, int type, int current, int total) override |
![]() | |
Job (QObject *parent) | |
Interface to the modern key manipulation functions.
|
overridevirtual |
Start –quick-add-key
Implements QGpgME::QuickJob.
Start –quick-adduid
Implements QGpgME::QuickJob.
|
overridevirtual |
Start –quick-gen-key
Implements QGpgME::QuickJob.
|
overridevirtual |
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.