kleopatra
Classes |
Public Slots |
Public Member Functions |
Static Public Member Functions |
Protected Slots |
Protected Member Functions |
List of all members
Kleo::Crypto::Task Class Referenceabstract
#include <task.h>
Inheritance diagram for Kleo::Crypto::Task:
Classes | |
class | Result |
Public Slots | |
virtual void | cancel ()=0 |
Public Member Functions | |
Task (QObject *parent=0) | |
~Task () | |
bool | asciiArmor () const |
int | id () const |
virtual QString | label () const =0 |
unsigned long long | processedSize () const |
QString | progressLabel () const |
virtual GpgME::Protocol | protocol () const =0 |
void | setAsciiArmor (bool armor) |
void | start () |
virtual QString | tag () const |
unsigned long long | totalSize () const |
Static Public Member Functions | |
static boost::shared_ptr< Task > | makeErrorTask (int code, const QString &details, const QString &label) |
Protected Slots | |
void | setProgress (const QString &msg, int processed, int total) |
Protected Member Functions | |
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
Member Function Documentation
|
pure virtualslot |
|
protected |
|
pure virtual |
|
protected |
|
static |
|
pure virtual |
|
protectedslot |
|
virtual |
Reimplemented in Kleo::Crypto::SignEncryptFilesTask.
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.