|
| void | result (const QString &std_out, const QString &std_err, int exitCode, const QString &auditLogAsHtml=QString(), const GpgME::Error &auditLogError=GpgME::Error()) |
| 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 () |
|
| virtual GpgME::Error | start (const QStringList &cmds)=0 |
|
virtual GpgME::Error | exec (const QStringList &cmds, QString &std_out, QString &std_err, int &exitCode)=0 |
|
virtual QString | auditLogAsHtml () const |
|
virtual GpgME::Error | auditLogError () const |
|
bool | isAuditLogSupported () const |
| GpgME::Error | startIt () |
| void | startNow () |
|
|
| GpgCardJob (QObject *parent) |
|
| Job (std::unique_ptr< JobPrivate >, QObject *parent) |
|
| Job (QObject *parent) |
|
|
virtual void | slotCancel ()=0 |
| static GpgME::Context * | context (Job *job) |
|
const std::unique_ptr< JobPrivate > | d_ptr |
◆ result
| void QGpgME::GpgCardJob::result |
( |
const QString & | std_out, |
|
|
const QString & | std_err, |
|
|
int | exitCode, |
|
|
const QString & | auditLogAsHtml = QString(), |
|
|
const GpgME::Error & | auditLogError = GpgME::Error() ) |
|
signal |
The resulting stdout and stderr of gpgcard and the exitCode
The auditlog params are always null / empty.
◆ start()
| virtual GpgME::Error QGpgME::GpgCardJob::start |
( |
const QStringList & | cmds | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: