|
GpgME::Error | start (const QStringList &cmds) override |
|
GpgME::Error | exec (const QStringList &cmds, QString &std_out, QString &std_err, int &exitCode) override |
|
void | run () |
|
void | run (const T_binder &func) |
|
void | run (const T_binder &func, const std::shared_ptr< QIODevice > &io) |
|
void | run (const T_binder &func, const std::shared_ptr< QIODevice > &io1, const std::shared_ptr< QIODevice > &io2) |
|
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 () |
|
|
typedef ThreadedJobMixin< GpgCardJob, std::tuple< QString, QString, int, QString, GpgME::Error > > | mixin_type |
|
typedef std::tuple< QString, QString, int, QString, GpgME::Error > | result_type |
|
virtual void | slotCancel ()=0 |
|
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 () |
|
static GpgME::Context * | context (Job *job) |
|
| ThreadedJobMixin (GpgME::Context *ctx) |
|
void | lateInitialization () |
|
void | setWorkerFunction (const T_binder &func) |
|
GpgME::Context * | context () const |
|
virtual void | resultHook (const result_type &) |
|
void | slotFinished () |
|
void | slotCancel () override |
|
QString | auditLogAsHtml () const override |
|
GpgME::Error | auditLogError () const override |
|
void | showProgress (const char *what, int type, int current, int total) override |
|
| GpgCardJob (QObject *parent) |
|
| Job (QObject *parent) |
|
◆ exec()
Error QGpgMEGpgCardJob::exec |
( |
const QStringList & |
cmds, |
|
|
QString & |
std_out, |
|
|
QString & |
std_err, |
|
|
int & |
exitCode |
|
) |
| |
|
overridevirtual |
◆ start()
Error QGpgMEGpgCardJob::start |
( |
const QStringList & |
cmds | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: