libkleo
Kleo::ChiasmusJob Class Reference
#include <chiasmusjob.h>

Detailed Description
SpecialJob for Chiasmus operations.Definition at line 51 of file chiasmusjob.h.
Public Types | |
| enum | Mode { Encrypt, Decrypt } |
Public Slots | |
| void | slotCancel () |
Public Member Functions | |
| ChiasmusJob (Mode op) | |
| GpgME::Error | exec () |
| QByteArray | input () const |
| QString | key () const |
| Mode | mode () const |
| QString | options () const |
| QByteArray | result () const |
| void | setInput (const QByteArray &input) |
| void | setKey (const QString &key) |
| void | setOptions (const QString &options) |
| void | showErrorDialog (QWidget *, const QString &) const |
| GpgME::Error | start () |
| ~ChiasmusJob () | |
Properties | |
| QByteArray | input |
| QString | key |
| Mode | mode |
| QString | options |
| QByteArray | result |
Member Enumeration Documentation
Constructor & Destructor Documentation
| Kleo::ChiasmusJob::ChiasmusJob | ( | Mode | op | ) |
Definition at line 54 of file chiasmusjob.cpp.
| Kleo::ChiasmusJob::~ChiasmusJob | ( | ) |
Definition at line 65 of file chiasmusjob.cpp.
Member Function Documentation
| GpgME::Error Kleo::ChiasmusJob::exec | ( | ) | [virtual] |
- Reimplemented from superclass. SpecialJob
Implements Kleo::SpecialJob.
Definition at line 167 of file chiasmusjob.cpp.
| QByteArray Kleo::ChiasmusJob::input | ( | ) | const [inline] |
Definition at line 82 of file chiasmusjob.h.
| QString Kleo::ChiasmusJob::key | ( | ) | const [inline] |
Definition at line 76 of file chiasmusjob.h.
| Mode Kleo::ChiasmusJob::mode | ( | ) | const [inline] |
Definition at line 74 of file chiasmusjob.h.
| QString Kleo::ChiasmusJob::options | ( | ) | const [inline] |
Definition at line 79 of file chiasmusjob.h.
| QByteArray Kleo::ChiasmusJob::result | ( | ) | const [inline] |
Definition at line 86 of file chiasmusjob.h.
| void Kleo::ChiasmusJob::setInput | ( | const QByteArray & | input | ) | [inline] |
Definition at line 83 of file chiasmusjob.h.
| void Kleo::ChiasmusJob::setKey | ( | const QString & | key | ) | [inline] |
Definition at line 77 of file chiasmusjob.h.
| void Kleo::ChiasmusJob::setOptions | ( | const QString & | options | ) | [inline] |
Definition at line 80 of file chiasmusjob.h.
| void Kleo::ChiasmusJob::showErrorDialog | ( | QWidget * | parent, | |
| const QString & | caption | |||
| ) | const [virtual] |
- Reimplemented from superclass. Kleo::Job
Reimplemented from Kleo::Job.
Definition at line 199 of file chiasmusjob.cpp.
| void Kleo::ChiasmusJob::slotCancel | ( | ) | [virtual, slot] |
| GpgME::Error Kleo::ChiasmusJob::start | ( | ) | [virtual] |
- Reimplemented from superclass. SpecialJob
Implements Kleo::SpecialJob.
Definition at line 102 of file chiasmusjob.cpp.
Property Documentation
QByteArray Kleo::ChiasmusJob::input [read, write] |
Definition at line 57 of file chiasmusjob.h.
QString Kleo::ChiasmusJob::key [read, write] |
Definition at line 55 of file chiasmusjob.h.
Mode Kleo::ChiasmusJob::mode [read] |
Definition at line 54 of file chiasmusjob.h.
QString Kleo::ChiasmusJob::options [read, write] |
Definition at line 56 of file chiasmusjob.h.
QByteArray Kleo::ChiasmusJob::result [read] |
Definition at line 58 of file chiasmusjob.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference