libkleo
qgpgmesignjob.h
Go to the documentation of this file.
50 : public _detail::ThreadedJobMixin<SignJob, boost::tuple<GpgME::SigningResult, QByteArray, QString, GpgME::Error> >
QGpgMESignJob(GpgME::Context *context)
Definition: qgpgmesignjob.cpp:53
GpgME::Context * context() const
Definition: threadedjobmixin.h:176
GpgME::Error start(const std::vector< GpgME::Key > &signers, const QByteArray &plainText, GpgME::SignatureMode mode)
void slotFinished()
Definition: threadedjobmixin.h:180
void resultHook(const result_type &r)
Definition: qgpgmesignjob.cpp:142
void setOutputIsBase64Encoded(bool on)
Definition: qgpgmesignjob.cpp:62
boost::tuple< GpgME::SigningResult, QByteArray, QString, GpgME::Error > result_type
Definition: threadedjobmixin.h:115
Definition: qgpgmesignjob.h:46
void showErrorDialog(QWidget *parent, const QString &caption) const
Definition: qgpgmesignjob.cpp:146
GpgME::SigningResult exec(const std::vector< GpgME::Key > &signers, const QByteArray &plainText, GpgME::SignatureMode mode, QByteArray &signature)
Definition: qgpgmesignjob.cpp:135
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.