libkleo
Kleo::QGpgMESignJob Class Reference
#include <qgpgmesignjob.h>
Inheritance diagram for Kleo::QGpgMESignJob:

Detailed Description
Definition at line 46 of file qgpgmesignjob.h.
Public Member Functions | |
| GpgME::SigningResult | exec (const std::vector< GpgME::Key > &signers, const QByteArray &plainText, GpgME::SignatureMode mode, QByteArray &signature) |
| QGpgMESignJob (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 > &signers, const boost::shared_ptr< QIODevice > &plainText, const boost::shared_ptr< QIODevice > &signature, GpgME::SignatureMode mode) |
| GpgME::Error | start (const std::vector< GpgME::Key > &signers, const QByteArray &plainText, GpgME::SignatureMode mode) |
| ~QGpgMESignJob () | |
Constructor & Destructor Documentation
| Kleo::QGpgMESignJob::QGpgMESignJob | ( | GpgME::Context * | context | ) | [explicit] |
| QGpgMESignJob::~QGpgMESignJob | ( | ) |
Definition at line 60 of file qgpgmesignjob.cpp.
Member Function Documentation
| GpgME::SigningResult Kleo::QGpgMESignJob::exec | ( | const std::vector< GpgME::Key > & | signers, | |
| const QByteArray & | plainText, | |||
| GpgME::SignatureMode | mode, | |||
| QByteArray & | signature | |||
| ) |
- Reimplemented from superclass. from SignJob
| void QGpgMESignJob::resultHook | ( | const result_type & | r | ) |
- Reimplemented from superclass. from ThreadedJobMixin
Definition at line 141 of file qgpgmesignjob.cpp.
| void QGpgMESignJob::setOutputIsBase64Encoded | ( | bool | on | ) |
| void Kleo::QGpgMESignJob::start | ( | const std::vector< GpgME::Key > & | signers, | |
| const boost::shared_ptr< QIODevice > & | plainText, | |||
| const boost::shared_ptr< QIODevice > & | signature, | |||
| GpgME::SignatureMode | mode | |||
| ) |
- Reimplemented from superclass. from SignJob
| GpgME::Error Kleo::QGpgMESignJob::start | ( | const std::vector< GpgME::Key > & | signers, | |
| const QByteArray & | plainText, | |||
| GpgME::SignatureMode | mode | |||
| ) |
- Reimplemented from superclass. from SignJob
The documentation for this class was generated from the following files:
KDE 4.2 API Reference