libkleo
listallkeysjob.h
Go to the documentation of this file.
89 virtual GpgME::KeyListResult exec( std::vector<GpgME::Key> & pub, std::vector<GpgME::Key> & sec, bool mergeKeys=false ) = 0;
92 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() );
virtual GpgME::Error start(bool mergeKeys=false)=0
Starts the listallkeys operation.
~ListAllKeysJob()
ListAllKeysJob(QObject *parent)
An abstract base class for asynchronously listing all keys.
Definition: listallkeysjob.h:67
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())
virtual GpgME::KeyListResult exec(std::vector< GpgME::Key > &pub, std::vector< GpgME::Key > &sec, bool mergeKeys=false)=0
Synchronous version of start().
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:57:48 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:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.