certmanager/lib
Kleo::ChiasmusJob Class Reference
#include <chiasmusjob.h>
Inheritance diagram for Kleo::ChiasmusJob:

Detailed Description
SpecialJob for Chiasmus operations.
Definition at line 52 of file chiasmusjob.h.
Public Types | |
| enum | Mode { Encrypt, Decrypt } |
Public Slots | |
| void | slotCancel () |
Public Member Functions | |
| ChiasmusJob (Mode op) | |
| ~ChiasmusJob () | |
| GpgME::Error | start () |
| GpgME::Error | exec () |
| void | showErrorDialog (QWidget *, const QString &) const |
| Mode | mode () const |
| QString | key () const |
| void | setKey (const QString &key) |
| QString | options () const |
| void | setOptions (const QString &options) |
| QByteArray | input () const |
| void | setInput (const QByteArray &input) |
| QByteArray | result () const |
Properties | |
| Mode | mode [] |
| QString | key [] |
| QString | options [] |
| QByteArray | input [] |
| QByteArray | result [] |
Member Function Documentation
| GpgME::Error Kleo::ChiasmusJob::start | ( | ) | [virtual] |
- Reimplemented from superclass. SpecialJob
Implements Kleo::SpecialJob.
Definition at line 106 of file chiasmusjob.cpp.
| GpgME::Error Kleo::ChiasmusJob::exec | ( | ) | [virtual] |
- Reimplemented from superclass. SpecialJob
Implements Kleo::SpecialJob.
Definition at line 171 of file chiasmusjob.cpp.
| void Kleo::ChiasmusJob::showErrorDialog | ( | QWidget * | , | |
| const QString & | ||||
| ) | const [virtual] |
- Reimplemented from superclass. Kleo::Job
Reimplemented from Kleo::Job.
Definition at line 203 of file chiasmusjob.cpp.
The documentation for this class was generated from the following files:

