libkleo
qgpgmesignencryptjob.h
Go to the documentation of this file.
52 : public _detail::ThreadedJobMixin<SignEncryptJob, boost::tuple<GpgME::SigningResult, GpgME::EncryptionResult, QByteArray, QString, GpgME::Error> >
void resultHook(const result_type &r)
Definition: qgpgmesignencryptjob.cpp:144
QGpgMESignEncryptJob(GpgME::Context *context)
Definition: qgpgmesignencryptjob.cpp:56
GpgME::Context * context() const
Definition: threadedjobmixin.h:176
std::pair< GpgME::SigningResult, GpgME::EncryptionResult > exec(const std::vector< GpgME::Key > &signers, const std::vector< GpgME::Key > &recipients, const QByteArray &plainText, bool alwaysTrust, QByteArray &cipherText)
Definition: qgpgmesignencryptjob.cpp:131
void slotFinished()
Definition: threadedjobmixin.h:180
void showErrorDialog(QWidget *parent, const QString &caption) const
Definition: qgpgmesignencryptjob.cpp:138
GpgME::Error start(const std::vector< GpgME::Key > &signers, const std::vector< GpgME::Key > &recipients, const QByteArray &plainText, bool alwaysTrust)
boost::tuple< GpgME::SigningResult, GpgME::EncryptionResult, QByteArray, QString, GpgME::Error > result_type
Definition: threadedjobmixin.h:115
void setOutputIsBase64Encoded(bool on)
Definition: qgpgmesignencryptjob.cpp:65
~QGpgMESignEncryptJob()
Definition: qgpgmesignencryptjob.cpp:63
An abstract base class for asynchronous combined signing and encrypting.
Definition: signencryptjob.h:71
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.