certmanager/lib
Kleo::QGpgMEEncryptJob Class Reference
Inheritance diagram for Kleo::QGpgMEEncryptJob:

Detailed Description
Definition at line 52 of file qgpgmeencryptjob.h.
Public Member Functions | |
QGpgMEEncryptJob (GpgME::Context *context) | |
~QGpgMEEncryptJob () | |
GpgME::Error | start (const std::vector< GpgME::Key > &recipients, const QByteArray &plainText, bool alwaysTrust) |
GpgME::EncryptionResult | exec (const std::vector< GpgME::Key > &recipients, const QByteArray &plainText, bool alwaysTrust, QByteArray &cipherText) |
void | showErrorDialog (QWidget *parent, const QString &caption) const |
Member Function Documentation
GpgME::Error Kleo::QGpgMEEncryptJob::start | ( | const std::vector< GpgME::Key > & | recipients, | |
const QByteArray & | plainText, | |||
bool | alwaysTrust | |||
) | [virtual] |
- Reimplemented from superclass. from EncryptJob
Implements Kleo::EncryptJob.
Definition at line 69 of file qgpgmeencryptjob.cpp.
GpgME::EncryptionResult Kleo::QGpgMEEncryptJob::exec | ( | const std::vector< GpgME::Key > & | recipients, | |
const QByteArray & | plainText, | |||
bool | alwaysTrust, | |||
QByteArray & | cipherText | |||
) | [virtual] |
- Reimplemented from superclass. from EncryptJob
Implements Kleo::EncryptJob.
Definition at line 84 of file qgpgmeencryptjob.cpp.
void Kleo::QGpgMEEncryptJob::showErrorDialog | ( | QWidget * | parent, | |
const QString & | caption | |||
) | const [virtual] |
- Reimplemented from superclass. from Job
Reimplemented from Kleo::Job.
Definition at line 100 of file qgpgmeencryptjob.cpp.
The documentation for this class was generated from the following files: