libkleo
qgpgmedecryptjob.h
Go to the documentation of this file.
48 : public _detail::ThreadedJobMixin<DecryptJob, boost::tuple<GpgME::DecryptionResult, QByteArray, QString, GpgME::Error> >
64 void start( const boost::shared_ptr<QIODevice> & cipherText, const boost::shared_ptr<QIODevice> & plainText );
QGpgMEDecryptJob(GpgME::Context *context)
Definition: qgpgmedecryptjob.cpp:53
Definition: qgpgmedecryptjob.h:44
GpgME::Context * context() const
Definition: threadedjobmixin.h:178
void resultHook(const result_type &r)
Definition: qgpgmedecryptjob.cpp:119
void slotFinished()
Definition: threadedjobmixin.h:182
GpgME::DecryptionResult exec(const QByteArray &cipherText, QByteArray &plainText)
Definition: qgpgmedecryptjob.cpp:109
boost::tuple< GpgME::DecryptionResult, QByteArray, QString, GpgME::Error > result_type
Definition: threadedjobmixin.h:117
GpgME::Error start(const QByteArray &cipherText)
Definition: qgpgmedecryptjob.cpp:100
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.