kleopatra
Kleo::Crypto::SimpleTask Class Reference
#include <task_p.h>
Inheritance diagram for Kleo::Crypto::SimpleTask:
Public Member Functions | |
SimpleTask (const QString &label) | |
void | cancel () |
QString | label () const |
GpgME::Protocol | protocol () const |
void | setResult (const boost::shared_ptr< const Task::Result > &res) |
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
Constructor & Destructor Documentation
|
inlineexplicit |
Member Function Documentation
|
inlinevirtual |
Implements Kleo::Crypto::Task.
|
inlinevirtual |
Implements Kleo::Crypto::Task.
|
inlinevirtual |
Implements Kleo::Crypto::Task.
|
inline |
The documentation for this class was generated from the following file:
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.