kleopatra
#include <signemailtask.h>
Public Member Functions | |
SignEMailTask (QObject *parent=0) | |
~SignEMailTask () | |
void | cancel () |
QString | label () const |
QString | micAlg () const |
GpgME::Protocol | protocol () const |
void | setClearsign (bool clear) |
void | setDetachedSignature (bool detached) |
void | setInput (const boost::shared_ptr< Input > &input) |
void | setOutput (const boost::shared_ptr< Output > &output) |
void | setSigners (const std::vector< GpgME::Key > &recipients) |
Public Member Functions inherited from Kleo::Crypto::Task | |
Task (QObject *parent=0) | |
~Task () | |
bool | asciiArmor () const |
int | id () const |
unsigned long long | processedSize () const |
QString | progressLabel () const |
void | setAsciiArmor (bool armor) |
void | start () |
virtual QString | tag () const |
unsigned long long | totalSize () const |
Additional Inherited Members | |
Public Slots inherited from Kleo::Crypto::Task | |
Static Public Member Functions inherited from Kleo::Crypto::Task | |
static boost::shared_ptr< Task > | makeErrorTask (int code, const QString &details, const QString &label) |
Protected Slots inherited from Kleo::Crypto::Task | |
void | setProgress (const QString &msg, int processed, int total) |
Protected Member Functions inherited from Kleo::Crypto::Task | |
void | emitResult (const boost::shared_ptr< const Task::Result > &result) |
boost::shared_ptr< Result > | makeErrorResult (int errCode, const QString &details) |
Detailed Description
Definition at line 58 of file signemailtask.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 131 of file signemailtask.cpp.
SignEMailTask::~SignEMailTask | ( | ) |
Definition at line 137 of file signemailtask.cpp.
Member Function Documentation
|
virtual |
Implements Kleo::Crypto::Task.
Definition at line 203 of file signemailtask.cpp.
|
virtual |
Implements Kleo::Crypto::Task.
Definition at line 175 of file signemailtask.cpp.
QString SignEMailTask::micAlg | ( | ) | const |
Definition at line 253 of file signemailtask.cpp.
|
virtual |
Implements Kleo::Crypto::Task.
Definition at line 170 of file signemailtask.cpp.
void SignEMailTask::setClearsign | ( | bool | clear | ) |
Definition at line 164 of file signemailtask.cpp.
void SignEMailTask::setDetachedSignature | ( | bool | detached | ) |
Definition at line 158 of file signemailtask.cpp.
void SignEMailTask::setInput | ( | const boost::shared_ptr< Input > & | input | ) |
Definition at line 139 of file signemailtask.cpp.
void SignEMailTask::setOutput | ( | const boost::shared_ptr< Output > & | output | ) |
Definition at line 145 of file signemailtask.cpp.
void SignEMailTask::setSigners | ( | const std::vector< GpgME::Key > & | recipients | ) |
Definition at line 151 of file signemailtask.cpp.
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:56:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.