libkleo
qgpgmekeylistjob.h
Go to the documentation of this file.
49 : public _detail::ThreadedJobMixin<KeyListJob, boost::tuple<GpgME::KeyListResult, std::vector<GpgME::Key>, QString, GpgME::Error> >
65 GpgME::KeyListResult exec( const QStringList & patterns, bool secretOnly, std::vector<GpgME::Key> & keys );
void resultHook(const result_type &result)
Definition: qgpgmekeylistjob.cpp:143
void showErrorDialog(QWidget *parent, const QString &caption) const
Definition: qgpgmekeylistjob.cpp:149
GpgME::Error start(const QStringList &patterns, bool secretOnly)
Definition: qgpgmekeylistjob.cpp:129
GpgME::Context * context() const
Definition: threadedjobmixin.h:176
Definition: qgpgmekeylistjob.h:45
void slotFinished()
Definition: threadedjobmixin.h:180
QGpgMEKeyListJob(GpgME::Context *context)
Definition: qgpgmekeylistjob.cpp:56
boost::tuple< GpgME::KeyListResult, std::vector< GpgME::Key >, QString, GpgME::Error > result_type
Definition: threadedjobmixin.h:115
void result(const GpgME::KeyListResult &result, const std::vector< GpgME::Key > &keys=std::vector< GpgME::Key >(), const QString &auditLogAsHtml=QString(), const GpgME::Error &auditLogError=GpgME::Error())
GpgME::KeyListResult exec(const QStringList &patterns, bool secretOnly, std::vector< GpgME::Key > &keys)
Definition: qgpgmekeylistjob.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.