certmanager/lib
Kleo::KpgpKeyListJob Class Reference
Inheritance diagram for Kleo::KpgpKeyListJob:

Detailed Description
Definition at line 52 of file kpgpkeylistjob.h.
Public Member Functions | |
| KpgpKeyListJob (Kpgp::Base *pgpBase) | |
| ~KpgpKeyListJob () | |
| GpgME::Error | start (const QStringList &patterns, bool secretOnly) |
| GpgME::KeyListResult | exec (const QStringList &patterns, bool secretOnly, std::vector< GpgME::Key > &keys) |
| void | slotCancel () |
Member Function Documentation
| GpgME::Error Kleo::KpgpKeyListJob::start | ( | const QStringList & | patterns, | |
| bool | secretOnly | |||
| ) | [virtual] |
- Reimplemented from superclass. from KeyListJob
Implements Kleo::KeyListJob.
Definition at line 263 of file kpgpkeylistjob.cpp.
| GpgME::KeyListResult Kleo::KpgpKeyListJob::exec | ( | const QStringList & | patterns, | |
| bool | secretOnly, | |||
| std::vector< GpgME::Key > & | keys | |||
| ) | [virtual] |
- Reimplemented from superclass. from KeyListJob
Implements Kleo::KeyListJob.
Definition at line 282 of file kpgpkeylistjob.cpp.
| void Kleo::KpgpKeyListJob::slotCancel | ( | ) | [inline, virtual] |
- Reimplemented from superclass. from Job
Implements Kleo::Job.
Definition at line 66 of file kpgpkeylistjob.h.
The documentation for this class was generated from the following files:

