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:51
Definition: qgpgmedecryptjob.h:44
GpgME::Context * context() const
Definition: threadedjobmixin.h:176
void resultHook(const result_type &r)
Definition: qgpgmedecryptjob.cpp:117
void slotFinished()
Definition: threadedjobmixin.h:180
GpgME::DecryptionResult exec(const QByteArray &cipherText, QByteArray &plainText)
Definition: qgpgmedecryptjob.cpp:107
boost::tuple< GpgME::DecryptionResult, QByteArray, QString, GpgME::Error > result_type
Definition: threadedjobmixin.h:115
GpgME::Error start(const QByteArray &cipherText)
Definition: qgpgmedecryptjob.cpp:98
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:57:49 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:57:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.