|
|
typedef ThreadedJobMixin< DecryptJob, void, std::tuple< GpgME::DecryptionResult, QByteArray, QString, GpgME::Error > > | mixin_type |
| |
|
typedef std::tuple< GpgME::DecryptionResult, QByteArray, QString, GpgME::Error > | result_type |
| |
|
void | result (const GpgME::DecryptionResult &result, const QByteArray &plainText, 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) |
| |
|
| 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 |
| |
|
| DecryptJob (QObject *parent) |
| |
|
| Job (std::unique_ptr< JobPrivate >, QObject *parent) |
| |
|
| Job (QObject *parent) |
| |
|
const std::unique_ptr< JobPrivate > | d_ptr |
| |
◆ exec()
◆ start() [1/2]
Starts the decryption operation. cipherText is the data to decrypt.
Implements QGpgME::DecryptJob.
◆ start() [2/2]
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
If plainText is non-null, the plaintext is written there. Otherwise, it will be delivered in the second argument of result().
Implements QGpgME::DecryptJob.
The documentation for this class was generated from the following files: