|
QGpgME
11.4.0.0000000
Qt API for GpgME
|
#include <qgpgmequickjob.h>


Signals | |
| void | result (const GpgME::Error &error, const QString &auditLogAsHtml, const GpgME::Error &auditLogError) |
Signals inherited from QGpgME::QuickJob | |
| void | result (const GpgME::Error &error, 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 | |
| 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 |
Public Member Functions inherited from QGpgME::QuickJob | |
| QuickJob (QObject *parent=Q_NULLPTR) | |
Public Member Functions inherited from QGpgME::Job | |
| virtual QString | auditLogAsHtml () const |
| virtual GpgME::Error | auditLogError () const |
| bool | isAuditLogSupported () const |
Additional Inherited Members | |
Public Types inherited from QGpgME::_detail::ThreadedJobMixin< QuickJob, std::tuple< GpgME::Error, QString, GpgME::Error > > | |
| typedef ThreadedJobMixin< QuickJob, std::tuple< GpgME::Error, QString, GpgME::Error > > | mixin_type |
| typedef std::tuple< GpgME::Error, QString, GpgME::Error > | result_type |
Public Slots inherited from QGpgME::Job | |
Static Public Member Functions inherited from QGpgME::Job | |
| static GpgME::Context * | context (Job *job) |
Protected Member Functions inherited from QGpgME::_detail::ThreadedJobMixin< QuickJob, std::tuple< GpgME::Error, QString, GpgME::Error > > | |
| 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 |
Protected Member Functions inherited from QGpgME::Job | |
| Job (QObject *parent) | |
Interface to the modern key manipulation functions.
|
virtual |
Start –quick-add-key
Implements QGpgME::QuickJob.
|
virtual |
Start –quick-adduid
Implements QGpgME::QuickJob.
|
virtual |
Start –quick-gen-key
Implements QGpgME::QuickJob.
|
virtual |
Start –quick-revuid
Implements QGpgME::QuickJob.
1.8.18