libkleo
Kleo::QGpgMEEncryptJob Class Reference
#include <qgpgmeencryptjob.h>
Inheritance diagram for Kleo::QGpgMEEncryptJob:

Detailed Description
Definition at line 45 of file qgpgmeencryptjob.h.
Public Member Functions | |
| GpgME::EncryptionResult | exec (const std::vector< GpgME::Key > &recipients, const QByteArray &plainText, bool alwaysTrust, QByteArray &cipherText) |
| QGpgMEEncryptJob (GpgME::Context *context) | |
| void | resultHook (const result_type &r) |
| void | setOutputIsBase64Encoded (bool on) |
| void | showErrorDialog (QWidget *parent, const QString &caption) const |
| void | start (const std::vector< GpgME::Key > &recipients, const boost::shared_ptr< QIODevice > &plainText, const boost::shared_ptr< QIODevice > &cipherText, bool alwaysTrust) |
| GpgME::Error | start (const std::vector< GpgME::Key > &recipients, const QByteArray &plainText, bool alwaysTrust) |
| ~QGpgMEEncryptJob () | |
Constructor & Destructor Documentation
| Kleo::QGpgMEEncryptJob::QGpgMEEncryptJob | ( | GpgME::Context * | context | ) | [explicit] |
| QGpgMEEncryptJob::~QGpgMEEncryptJob | ( | ) |
Definition at line 58 of file qgpgmeencryptjob.cpp.
Member Function Documentation
| GpgME::EncryptionResult Kleo::QGpgMEEncryptJob::exec | ( | const std::vector< GpgME::Key > & | recipients, | |
| const QByteArray & | plainText, | |||
| bool | alwaysTrust, | |||
| QByteArray & | cipherText | |||
| ) |
- Reimplemented from superclass. from EncryptJob
| void QGpgMEEncryptJob::resultHook | ( | const result_type & | r | ) |
- Reimplemented from superclass. from ThreadedJobMixin
Definition at line 120 of file qgpgmeencryptjob.cpp.
| void QGpgMEEncryptJob::setOutputIsBase64Encoded | ( | bool | on | ) |
| void Kleo::QGpgMEEncryptJob::start | ( | const std::vector< GpgME::Key > & | recipients, | |
| const boost::shared_ptr< QIODevice > & | plainText, | |||
| const boost::shared_ptr< QIODevice > & | cipherText, | |||
| bool | alwaysTrust | |||
| ) |
- Reimplemented from superclass. from EncryptJob
| GpgME::Error Kleo::QGpgMEEncryptJob::start | ( | const std::vector< GpgME::Key > & | recipients, | |
| const QByteArray & | plainText, | |||
| bool | alwaysTrust | |||
| ) |
- Reimplemented from superclass. from EncryptJob
The documentation for this class was generated from the following files:
KDE 4.2 API Reference