certmanager/lib
- certmanager
- lib
- backends
- qgpgme
33#ifndef __KLEO_TQGPGMEKEYLISTJOB_H__
34#define __KLEO_TQGPGMEKEYLISTJOB_H__
36#include <kleo/keylistjob.h>
38#include <gpgmepp/keylistresult.h>
54 QGpgMEKeyListJob( GpgME::Context * context );
58 GpgME::Error start( const TQStringList & patterns, bool secretOnly );
61 GpgME::KeyListResult exec( const TQStringList & patterns, bool secretOnly, std::vector<GpgME::Key> & keys );
64 void showErrorDialog( TQWidget * parent, const TQString & caption ) const;
67 void slotNextKeyEvent( GpgME::Context * context, const GpgME::Key & key );
68 void slotOperationDoneEvent( GpgME::Context * context, const GpgME::Error & e );
69 void slotFakeOperationDoneEvent();
72 void doOperationDoneEvent( const GpgME::Error &) {}
73 void setup( const TQStringList &, bool );
74 GpgME::KeyListResult attemptSyncKeyListing( std::vector<GpgME::Key> & );
77 GpgME::KeyListResult mResult;
An abstract base class for asynchronous key listers.
This is a hackish helper class to avoid code duplication in this backend's Kleo::Job subclasses.
const char ** patterns() const
|