|
QGpgME 16.1.0.0000485
Qt API for GpgME
|
#include <defaultkeygenerationjob.h>


Classes | |
| class | Private |
Public Slots | |
| void | slotCancel () Q_DECL_OVERRIDE |
Public Slots inherited from QGpgME::Job | |
| virtual void | slotCancel ()=0 |
Signals | |
| void | result (const GpgME::KeyGenerationResult &result, const QByteArray &pubkeyData, const QString &auditLogAsHtml, const GpgME::Error &auditLogError) |
Signals inherited from QGpgME::Job | |
| void | progress (const QString &what, int current, int total) |
| void | done () |
Public Member Functions | |
| DefaultKeyGenerationJob (QObject *parent=Q_NULLPTR) | |
| GpgME::Error | start (const QString &email, const QString &name) |
| QString | auditLogAsHtml () const Q_DECL_OVERRIDE |
| GpgME::Error | auditLogError () const Q_DECL_OVERRIDE |
Public Member Functions inherited from QGpgME::Job | |
| virtual QString | auditLogAsHtml () const |
| virtual GpgME::Error | auditLogError () const |
| bool | isAuditLogSupported () const |
Protected Member Functions | |
| bool | eventFilter (QObject *watched, QEvent *event) Q_DECL_OVERRIDE |
Protected Member Functions inherited from QGpgME::Job | |
| Job (QObject *parent) | |
Additional Inherited Members | |
Static Public Member Functions inherited from QGpgME::Job | |
| static GpgME::Context * | context (Job *job) |
Generates a PGP RSA/2048 bit key pair for given name and email address.
|
virtual |
Reimplemented from QGpgME::Job.
|
virtual |
Reimplemented from QGpgME::Job.