certmanager/lib
Kleo::SignEncryptJob Member ListThis is the complete list of members for Kleo::SignEncryptJob, including all inherited members.
done() (defined in Kleo::Job) | Kleo::Job | [signal] |
exec(const std::vector< GpgME::Key > &signers, const std::vector< GpgME::Key > &recipients, const QByteArray &plainText, bool alwaysTrust, QByteArray &cipherText)=0 (defined in Kleo::SignEncryptJob) | Kleo::SignEncryptJob | [pure virtual] |
Job(QObject *parent, const char *name) | Kleo::Job | [protected] |
progress(const QString &what, int current, int total) (defined in Kleo::Job) | Kleo::Job | [signal] |
result(const GpgME::SigningResult &signingresult, const GpgME::EncryptionResult &encryptionresult, const QByteArray &cipherText) (defined in Kleo::SignEncryptJob) | Kleo::SignEncryptJob | [signal] |
showErrorDialog(QWidget *parent=0, const QString &caption=QString::null) const | Kleo::Job | [virtual] |
SignEncryptJob(QObject *parent, const char *name) (defined in Kleo::SignEncryptJob) | Kleo::SignEncryptJob | [protected] |
slotCancel()=0 (defined in Kleo::Job) | Kleo::Job | [pure virtual, slot] |
start(const std::vector< GpgME::Key > &signers, const std::vector< GpgME::Key > &recipients, const QByteArray &plainText, bool alwaysTrust=false)=0 | Kleo::SignEncryptJob | [pure virtual] |
~Job() | Kleo::Job | |
~SignEncryptJob() (defined in Kleo::SignEncryptJob) | Kleo::SignEncryptJob | |
|