libkleo
#include <chiasmusjob.h>
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) | |
~ChiasmusJob () | |
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 () |
Public Member Functions inherited from Kleo::SpecialJob | |
~SpecialJob () | |
Public Member Functions inherited from Kleo::Job | |
~Job () | |
virtual QString | auditLogAsHtml () const |
virtual GpgME::Error | auditLogError () const |
bool | isAuditLogSupported () const |
Properties | |
QByteArray | input |
QString | key |
Mode | mode |
QString | options |
QByteArray | result |
Additional Inherited Members | |
Signals inherited from Kleo::SpecialJob | |
void | result (const GpgME::Error &result, const QVariant &data) |
Signals inherited from Kleo::Job | |
void | done () |
void | progress (const QString &what, int current, int total) |
Protected Member Functions inherited from Kleo::SpecialJob | |
SpecialJob (QObject *parent) | |
Protected Member Functions inherited from Kleo::Job | |
Job (QObject *parent) | |
Detailed Description
SpecialJob for Chiasmus operations.
Definition at line 51 of file chiasmusjob.h.
Member Enumeration Documentation
Enumerator | |
---|---|
Encrypt | |
Decrypt |
Definition at line 60 of file chiasmusjob.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 56 of file chiasmusjob.cpp.
Kleo::ChiasmusJob::~ChiasmusJob | ( | ) |
Definition at line 67 of file chiasmusjob.cpp.
Member Function Documentation
|
virtual |
- Reimplemented from superclass. SpecialJob
Implements Kleo::SpecialJob.
Definition at line 169 of file chiasmusjob.cpp.
|
inline |
Definition at line 82 of file chiasmusjob.h.
|
inline |
Definition at line 76 of file chiasmusjob.h.
|
inline |
Definition at line 74 of file chiasmusjob.h.
|
inline |
Definition at line 79 of file chiasmusjob.h.
|
inline |
Definition at line 86 of file chiasmusjob.h.
|
inline |
Definition at line 83 of file chiasmusjob.h.
|
inline |
Definition at line 77 of file chiasmusjob.h.
|
inline |
Definition at line 80 of file chiasmusjob.h.
- Reimplemented from superclass. Kleo::Job
Reimplemented from Kleo::Job.
Definition at line 201 of file chiasmusjob.cpp.
|
slot |
Definition at line 187 of file chiasmusjob.cpp.
|
virtual |
- Reimplemented from superclass. SpecialJob
Implements Kleo::SpecialJob.
Definition at line 104 of file chiasmusjob.cpp.
Property Documentation
|
readwrite |
Definition at line 57 of file chiasmusjob.h.
|
readwrite |
Definition at line 55 of file chiasmusjob.h.
|
read |
Definition at line 54 of file chiasmusjob.h.
|
readwrite |
Definition at line 56 of file chiasmusjob.h.
|
read |
Definition at line 58 of file chiasmusjob.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:57:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.