libkleo
qgpgmekeylistjob.cpp
Go to the documentation of this file.
65 static KeyListResult do_list_keys( Context * ctx, const QStringList & pats, std::vector<Key> & keys, bool secretOnly ) {
84 static QGpgMEKeyListJob::result_type list_keys( Context * ctx, QStringList pats, bool secretOnly ) {
106 const KeyListResult this_result = do_list_keys( ctx, pats.mid( 0, chunkSize ), keys, secretOnly );
135 KeyListResult QGpgMEKeyListJob::exec( const QStringList & patterns, bool secretOnly, std::vector<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:178
int size() const
QString fromLocal8Bit(const char *str, int size)
bool empty() const
QGpgMEKeyListJob(GpgME::Context *context)
Definition: qgpgmekeylistjob.cpp:56
void lateInitialization()
Definition: threadedjobmixin.h:146
const char ** patterns() const
Definition: threadedjobmixin.cpp:89
static KeyListResult do_list_keys(Context *ctx, const QStringList &pats, std::vector< Key > &keys, bool secretOnly)
Definition: qgpgmekeylistjob.cpp:65
boost::tuple< GpgME::KeyListResult, std::vector< GpgME::Key >, QString, GpgME::Error > result_type
Definition: threadedjobmixin.h:117
void run(const T_binder &func)
Definition: threadedjobmixin.h:153
QList< T > mid(int pos, int length) const
GpgME::KeyListResult exec(const QStringList &patterns, bool secretOnly, std::vector< GpgME::Key > &keys)
Definition: qgpgmekeylistjob.cpp:135
static QGpgMEKeyListJob::result_type list_keys(Context *ctx, QStringList pats, bool secretOnly)
Definition: qgpgmekeylistjob.cpp:84
void nextKey(const GpgME::Key &key)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.