35 #ifndef __QGPGME_QGPGMESIGNKEYJOB_H__ 36 #define __QGPGME_QGPGMESIGNKEYJOB_H__ 38 #include "signkeyjob.h" 40 #include "threadedjobmixin.h" 42 #ifdef BUILDING_QGPGME 45 #include <gpgme++/key.h> 68 GpgME::Error
start(
const GpgME::Key &key) Q_DECL_OVERRIDE;
71 void setUserIDsToSign(
const std::vector<unsigned int> &idsToSign) Q_DECL_OVERRIDE;
86 std::vector<unsigned int> m_userIDsToSign;
87 GpgME::Key m_signingKey;
88 unsigned int m_checkLevel;
95 #endif // __QGPGME_QGPGMESIGNKEYJOB_H__ GpgME::Error start(const GpgME::Key &key) Q_DECL_OVERRIDE
Definition: qgpgmesignkeyjob.cpp:87
Definition: qgpgmesignkeyjob.h:51
void setCheckLevel(unsigned int checkLevel) Q_DECL_OVERRIDE
Definition: qgpgmesignkeyjob.cpp:107
Definition: threadedjobmixin.h:124
void setUserIDsToSign(const std::vector< unsigned int > &idsToSign) Q_DECL_OVERRIDE
Definition: qgpgmesignkeyjob.cpp:101
void setNonRevocable(bool nonRevocable) Q_DECL_OVERRIDE
Definition: qgpgmesignkeyjob.cpp:125
An abstract base class to sign keys asynchronously.
Definition: signkeyjob.h:64
Definition: abstractimportjob.h:48
void setExportable(bool exportable) Q_DECL_OVERRIDE
Definition: qgpgmesignkeyjob.cpp:113
void setSigningKey(const GpgME::Key &key) Q_DECL_OVERRIDE
Definition: qgpgmesignkeyjob.cpp:119