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

Detailed Description
Definition at line 52 of file qgpgmesignjob.h.
Public Member Functions | |
QGpgMESignJob (GpgME::Context *context) | |
~QGpgMESignJob () | |
GpgME::Error | start (const std::vector< GpgME::Key > &signers, const QByteArray &plainText, GpgME::Context::SignatureMode mode) |
GpgME::SigningResult | exec (const std::vector< GpgME::Key > &signers, const QByteArray &plainText, GpgME::Context::SignatureMode mode, QByteArray &signature) |
void | showErrorDialog (QWidget *parent, const QString &caption) const |
Member Function Documentation
GpgME::Error Kleo::QGpgMESignJob::start | ( | const std::vector< GpgME::Key > & | signers, | |
const QByteArray & | plainText, | |||
GpgME::Context::SignatureMode | mode | |||
) | [virtual] |
- Reimplemented from superclass. from SignJob
Implements Kleo::SignJob.
Definition at line 73 of file qgpgmesignjob.cpp.
GpgME::SigningResult Kleo::QGpgMESignJob::exec | ( | const std::vector< GpgME::Key > & | signers, | |
const QByteArray & | plainText, | |||
GpgME::Context::SignatureMode | mode, | |||
QByteArray & | signature | |||
) | [virtual] |
- Reimplemented from superclass. from SignJob
Implements Kleo::SignJob.
Definition at line 90 of file qgpgmesignjob.cpp.
void Kleo::QGpgMESignJob::showErrorDialog | ( | QWidget * | parent, | |
const QString & | caption | |||
) | const [virtual] |
- Reimplemented from superclass. from Job
Reimplemented from Kleo::Job.
Definition at line 105 of file qgpgmesignjob.cpp.
The documentation for this class was generated from the following files: