|
QGpgME
13.6.0.000055d
Qt API for GpgME
|
#include <quickjob.h>


Signals | |
| void | result (const GpgME::Error &error, const QString &auditLogAsHtml=QString(), const GpgME::Error &auditLogError=GpgME::Error()) |
Signals inherited from QGpgME::Job | |
| void | progress (const QString &what, int current, int total) |
| void | done () |
Public Member Functions | |
| QuickJob (QObject *parent=Q_NULLPTR) | |
| virtual void | startCreate (const QString &uid, const char *algo, const QDateTime &expires=QDateTime(), const GpgME::Key &key=GpgME::Key(), unsigned int flags=0)=0 |
| virtual void | startAddUid (const GpgME::Key &key, const QString &uid)=0 |
| virtual void | startRevUid (const GpgME::Key &key, const QString &uid)=0 |
| virtual void | startAddSubkey (const GpgME::Key &key, const char *algo, const QDateTime &expires=QDateTime(), unsigned int flags=0)=0 |
| virtual void | startRevokeSignature (const GpgME::Key &key, const GpgME::Key &signingKey, const std::vector< GpgME::UserID > &userIds=std::vector< GpgME::UserID >())=0 |
Public Member Functions inherited from QGpgME::Job | |
| virtual QString | auditLogAsHtml () const |
| virtual GpgME::Error | auditLogError () const |
| bool | isAuditLogSupported () const |
Additional Inherited Members | |
Public Slots inherited from QGpgME::Job | |
| virtual void | slotCancel ()=0 |
Static Public Member Functions inherited from QGpgME::Job | |
| static GpgME::Context * | context (Job *job) |
Protected Member Functions inherited from QGpgME::Job | |
| Job (QObject *parent) | |
Interface to the modern key manipulation functions.
|
pure virtual |
Start –quick-add-key
Implemented in QGpgME::QGpgMEQuickJob.
|
pure virtual |
Start –quick-adduid
Implemented in QGpgME::QGpgMEQuickJob.
|
pure virtual |
Start –quick-gen-key
Implemented in QGpgME::QGpgMEQuickJob.
|
pure 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.
Implemented in QGpgME::QGpgMEQuickJob.
|
pure virtual |
Start –quick-revuid
Implemented in QGpgME::QGpgMEQuickJob.