QGpgME 21.6.2.0000005
Qt API for GpgME
|
Public Member Functions | |
GpgME::Error | start (const QStringList &patterns) override |
GpgME::Error | start (const std::vector< GpgME::Key > &keys) override |
![]() | |
virtual QString | auditLogAsHtml () const |
virtual GpgME::Error | auditLogError () const |
bool | isAuditLogSupported () const |
GpgME::Error | startIt () |
void | startNow () |
Additional Inherited Members | |
![]() | |
virtual void | slotCancel ()=0 |
![]() | |
void | result (const GpgME::Error &result) |
![]() | |
void | jobProgress (int current, int total) |
void | rawProgress (const QString &what, int type, int current, int total) |
QGPGME_DEPRECATED void | progress (const QString &what, int current, int total) |
void | done () |
![]() | |
static GpgME::Context * | context (Job *job) |
![]() | |
RefreshKeysJob (QObject *parent) | |
![]() | |
Job (QObject *parent) | |
|
overridevirtual |
Starts the refresh operation. pattern is a list of patterns used to restrict the list of keys returned. Empty patterns are ignored. If pattern is empty or contains only empty strings, all keys are refreshed.
Only implemented for S/MIME.
Implements QGpgME::RefreshKeysJob.
|
overridevirtual |
Starts a refresh of the keys.
Implements QGpgME::RefreshKeysJob.