34 #ifndef __QGPGME_QGPGMELISTALLKEYSJOB_H__ 35 #define __QGPGME_QGPGMELISTALLKEYSJOB_H__ 37 #include "listallkeysjob.h" 39 #include "threadedjobmixin.h" 41 #ifdef BUILDING_QGPGME 42 # include "keylistresult.h" 44 #include <gpgme++/keylistresult.h> 46 #ifdef BUILDING_QGPGME 49 #include <gpgme++/key.h> 59 :
public _detail::ThreadedJobMixin<ListAllKeysJob, std::tuple<GpgME::KeyListResult, std::vector<GpgME::Key>, std::vector<GpgME::Key>, QString, GpgME::Error> >
72 GpgME::Error
start(
bool mergeKeys) Q_DECL_OVERRIDE;
75 GpgME::KeyListResult
exec(std::vector<GpgME::Key> &pub, std::vector<GpgME::Key> &sec,
bool mergeKeys) Q_DECL_OVERRIDE;
78 void resultHook(
const result_type &result) Q_DECL_OVERRIDE;
81 GpgME::KeyListResult mResult;
86 #endif // __QGPGME_QGPGMELISTALLKEYSJOB_H__ Definition: qgpgmelistallkeysjob.h:55
Definition: threadedjobmixin.h:123
An abstract base class for asynchronously listing all keys.
Definition: listallkeysjob.h:73
GpgME::Error start(bool mergeKeys) Q_DECL_OVERRIDE
Definition: qgpgmelistallkeysjob.cpp:139
Definition: abstractimportjob.h:47
GpgME::KeyListResult exec(std::vector< GpgME::Key > &pub, std::vector< GpgME::Key > &sec, bool mergeKeys) Q_DECL_OVERRIDE
Definition: qgpgmelistallkeysjob.cpp:145