QGpgME
10.3.4.0000000
Qt API for GpgME
|
#include <quickjob.h>
Signals | |
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 | |
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 QString | auditLogAsHtml () const |
virtual GpgME::Error | auditLogError () const |
bool | isAuditLogSupported () const |
Additional Inherited Members | |
![]() | |
virtual void | slotCancel ()=0 |
![]() | |
static GpgME::Context * | context (Job *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 |
Start –quick-revuid
Implemented in QGpgME::QGpgMEQuickJob.