kleopatra
Kleo::Crypto::EncryptEMailTask Class Reference
#include <encryptemailtask.h>
Inheritance diagram for Kleo::Crypto::EncryptEMailTask:
Public Member Functions | |
EncryptEMailTask (QObject *parent=0) | |
~EncryptEMailTask () | |
void | cancel () |
QString | label () const |
GpgME::Protocol | protocol () const |
void | setInput (const boost::shared_ptr< Input > &input) |
void | setOutput (const boost::shared_ptr< Output > &output) |
void | setRecipients (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 encryptemailtask.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 124 of file encryptemailtask.cpp.
EncryptEMailTask::~EncryptEMailTask | ( | ) |
Definition at line 130 of file encryptemailtask.cpp.
Member Function Documentation
|
virtual |
Implements Kleo::Crypto::Task.
Definition at line 180 of file encryptemailtask.cpp.
|
virtual |
Implements Kleo::Crypto::Task.
Definition at line 155 of file encryptemailtask.cpp.
|
virtual |
Implements Kleo::Crypto::Task.
Definition at line 150 of file encryptemailtask.cpp.
void EncryptEMailTask::setInput | ( | const boost::shared_ptr< Input > & | input | ) |
Definition at line 132 of file encryptemailtask.cpp.
void EncryptEMailTask::setOutput | ( | const boost::shared_ptr< Output > & | output | ) |
Definition at line 138 of file encryptemailtask.cpp.
void EncryptEMailTask::setRecipients | ( | const std::vector< GpgME::Key > & | recipients | ) |
Definition at line 144 of file encryptemailtask.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
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
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.