Kleo::ChiasmusJob Class Reference
#include <chiasmusjob.h>
Inheritance diagram for Kleo::ChiasmusJob:
Public Types | |
| enum | Mode { Encrypt, Decrypt } |
Public Slots | |
| void | slotCancel () |
Public Slots inherited from Kleo::Job | |
| virtual void | slotCancel ()=0 |
Public Member Functions | |
| ChiasmusJob (Mode op) | |
| GpgME::Error | start () |
| GpgME::Error | exec () |
| void | showErrorDialog (TQWidget *, const TQString &) const |
| Mode | mode () const |
| TQString | key () const |
| void | setKey (const TQString &key) |
| TQString | options () const |
| void | setOptions (const TQString &options) |
| TQByteArray | input () const |
| void | setInput (const TQByteArray &input) |
| TQByteArray | result () const |
Public Member Functions inherited from Kleo::Job | |
| virtual TQString | auditLogAsHtml () const |
| virtual GpgME::Error | auditLogError () const |
| bool | isAuditLogSupported () const |
Additional Inherited Members | |
Signals inherited from Kleo::SpecialJob | |
| void | result (const GpgME::Error &result, const TQVariant &data) |
Signals inherited from Kleo::Job | |
| void | progress (const TQString &what, int current, int total) |
| void | done () |
Protected Member Functions inherited from Kleo::SpecialJob | |
| SpecialJob (TQObject *parent, const char *name) | |
Protected Member Functions inherited from Kleo::Job | |
| Job (TQObject *parent, const char *name) | |
Detailed Description
SpecialJob for Chiasmus operations.
Definition at line 52 of file chiasmusjob.h.
Member Function Documentation
◆ exec()
|
virtual |
- Reimplemented from superclass. SpecialJob
Implements Kleo::SpecialJob.
Definition at line 171 of file chiasmusjob.cpp.
◆ showErrorDialog()
|
virtual |
- Reimplemented from superclass. Kleo::Job
Reimplemented from Kleo::Job.
Definition at line 203 of file chiasmusjob.cpp.
◆ start()
|
virtual |
- Reimplemented from superclass. SpecialJob
Implements Kleo::SpecialJob.
Definition at line 106 of file chiasmusjob.cpp.
The documentation for this class was generated from the following files:

Public Slots inherited from