33 #ifndef __KLEO_KEYLISTJOB_H__
34 #define __KLEO_KEYLISTJOB_H__
69 KeyListJob( TQObject * parent,
const char * name );
86 virtual GpgME::Error
start(
const TQStringList & patterns,
bool secretOnly=
false ) = 0;
88 virtual GpgME::KeyListResult exec(
const TQStringList & patterns,
bool secretOnly, std::vector<GpgME::Key> & keys ) = 0;
91 void nextKey(
const GpgME::Key & key );
92 void result(
const GpgME::KeyListResult & result );
97 #endif // __KLEO_KEYLISTJOB_H__
An abstract base class for asynchronous key listers.
An abstract base class for asynchronous crypto operations.
virtual GpgME::Error start(const TQStringList &patterns, bool secretOnly=false)=0
Starts the keylist operation.