libkleo
keylistjob.h
Go to the documentation of this file.
88 virtual GpgME::KeyListResult exec( const QStringList & patterns, bool secretOnly, std::vector<GpgME::Key> & keys ) = 0;
92 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() );
virtual GpgME::Error start(const QStringList &patterns, bool secretOnly=false)=0
Starts the keylist operation.
~KeyListJob()
virtual GpgME::KeyListResult exec(const QStringList &patterns, bool secretOnly, std::vector< GpgME::Key > &keys)=0
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())
KeyListJob(QObject *parent)
void nextKey(const GpgME::Key &key)
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.