libkleo
qgpgmeverifydetachedjob.h
Go to the documentation of this file.
48 : public _detail::ThreadedJobMixin<VerifyDetachedJob, boost::tuple<GpgME::VerificationResult, QString, GpgME::Error> >
64 void start( const boost::shared_ptr<QIODevice> & signature, const boost::shared_ptr<QIODevice> & signedData );
GpgME::Context * context() const
Definition: threadedjobmixin.h:176
QGpgMEVerifyDetachedJob(GpgME::Context *context)
Definition: qgpgmeverifydetachedjob.cpp:51
void slotFinished()
Definition: threadedjobmixin.h:180
~QGpgMEVerifyDetachedJob()
Definition: qgpgmeverifydetachedjob.cpp:57
GpgME::Error start(const QByteArray &signature, const QByteArray &signedData)
Definition: qgpgmeverifydetachedjob.cpp:94
void resultHook(const result_type &r)
Definition: qgpgmeverifydetachedjob.cpp:112
boost::tuple< GpgME::VerificationResult, QString, GpgME::Error > result_type
Definition: threadedjobmixin.h:115
GpgME::VerificationResult exec(const QByteArray &signature, const QByteArray &signedData)
Definition: qgpgmeverifydetachedjob.cpp:103
An abstract base class for asynchronous verification of detached signatures.
Definition: verifydetachedjob.h:64
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.