34 #ifndef __QGPGME_QGPGMESIGNKEYJOB_H__ 35 #define __QGPGME_QGPGMESIGNKEYJOB_H__ 37 #include "signkeyjob.h" 39 #include "threadedjobmixin.h" 41 #ifdef BUILDING_QGPGME 44 #include <gpgme++/key.h> 67 GpgME::Error
start(
const GpgME::Key &key) Q_DECL_OVERRIDE;
70 void setUserIDsToSign(
const std::vector<unsigned int> &idsToSign) Q_DECL_OVERRIDE;
85 std::vector<unsigned int> m_userIDsToSign;
86 GpgME::Key m_signingKey;
87 unsigned int m_checkLevel;
94 #endif // __QGPGME_QGPGMESIGNKEYJOB_H__ GpgME::Error start(const GpgME::Key &key) Q_DECL_OVERRIDE
Definition: qgpgmesignkeyjob.cpp:86
Definition: qgpgmesignkeyjob.h:50
void setCheckLevel(unsigned int checkLevel) Q_DECL_OVERRIDE
Definition: qgpgmesignkeyjob.cpp:106
Definition: threadedjobmixin.h:123
void setUserIDsToSign(const std::vector< unsigned int > &idsToSign) Q_DECL_OVERRIDE
Definition: qgpgmesignkeyjob.cpp:100
void setNonRevocable(bool nonRevocable) Q_DECL_OVERRIDE
Definition: qgpgmesignkeyjob.cpp:124
An abstract base class to sign keys asynchronously.
Definition: signkeyjob.h:63
Definition: abstractimportjob.h:47
void setExportable(bool exportable) Q_DECL_OVERRIDE
Definition: qgpgmesignkeyjob.cpp:112
void setSigningKey(const GpgME::Key &key) Q_DECL_OVERRIDE
Definition: qgpgmesignkeyjob.cpp:118