QGpgME
10.3.4.0000000
Qt API for GpgME
|
Public Member Functions | |
GpgME::Error | start (const QStringList &patterns) Q_DECL_OVERRIDE |
![]() | |
virtual QString | auditLogAsHtml () const |
virtual GpgME::Error | auditLogError () const |
bool | isAuditLogSupported () const |
Additional Inherited Members | |
![]() | |
virtual void | slotCancel ()=0 |
![]() | |
void | result (const GpgME::Error &error) |
![]() | |
void | progress (const QString &what, int current, int total) |
void | done () |
![]() | |
static GpgME::Context * | context (Job *job) |
![]() | |
RefreshKeysJob (QObject *parent) | |
![]() | |
Job (QObject *parent) | |
|
virtual |
Starts the keylist 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 returned (however, the backend is free to truncate the result and should do so; when this happens, it will be reported by the reult object).
If secretOnly is true, only keys for which the secret key is also available are returned. Use this if you need to select a key for signing.
Implements QGpgME::RefreshKeysJob.