libkleo
qgpgmelistallkeysjob.h
Go to the documentation of this file.
49 : public _detail::ThreadedJobMixin<ListAllKeysJob, boost::tuple<GpgME::KeyListResult, std::vector<GpgME::Key>, std::vector<GpgME::Key>, QString, GpgME::Error> >
65 GpgME::KeyListResult exec( std::vector<GpgME::Key> & pub, std::vector<GpgME::Key> & sec, bool mergeKeys );
void showErrorDialog(QWidget *parent, const QString &caption) const
Definition: qgpgmelistallkeysjob.cpp:151
void resultHook(const result_type &result)
Definition: qgpgmelistallkeysjob.cpp:147
GpgME::KeyListResult exec(std::vector< GpgME::Key > &pub, std::vector< GpgME::Key > &sec, bool mergeKeys)
Definition: qgpgmelistallkeysjob.cpp:139
GpgME::Context * context() const
Definition: threadedjobmixin.h:176
void slotFinished()
Definition: threadedjobmixin.h:180
QGpgMEListAllKeysJob(GpgME::Context *context)
Definition: qgpgmelistallkeysjob.cpp:58
An abstract base class for asynchronously listing all keys.
Definition: listallkeysjob.h:67
boost::tuple< GpgME::KeyListResult, std::vector< GpgME::Key >, std::vector< GpgME::Key >, QString, GpgME::Error > result_type
Definition: threadedjobmixin.h:115
GpgME::Error start(bool mergeKeys)
Definition: qgpgmelistallkeysjob.cpp:134
~QGpgMEListAllKeysJob()
Definition: qgpgmelistallkeysjob.cpp:65
void result(const GpgME::KeyListResult &result, const std::vector< GpgME::Key > &pub=std::vector< GpgME::Key >(), const std::vector< GpgME::Key > &sec=std::vector< GpgME::Key >(), const QString &auditLogAsHtml=QString(), const GpgME::Error &auditLogError=GpgME::Error())
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.