|
|
typedef ThreadedJobMixin< T_base, T_result > | mixin_type |
| |
|
typedef T_result | result_type |
| |
|
|
| ThreadedJobMixin (GpgME::Context *ctx) |
| |
|
void | lateInitialization () |
| |
|
template<typename T_binder > |
| void | run (const T_binder &func) |
| |
|
template<typename T_binder > |
| void | run (const T_binder &func, const std::shared_ptr< QIODevice > &io) |
| |
|
template<typename T_binder > |
| void | run (const T_binder &func, const std::shared_ptr< QIODevice > &io1, const std::shared_ptr< QIODevice > &io2) |
| |
|
GpgME::Context * | context () const |
| |
|
virtual void | resultHook (const result_type &) |
| |
|
void | slotFinished () |
| |
|
void | slotCancel () Q_DECL_OVERRIDE |
| |
|
QString | auditLogAsHtml () const Q_DECL_OVERRIDE |
| |
|
GpgME::Error | auditLogError () const Q_DECL_OVERRIDE |
| |
|
void | showProgress (const char *, int, int current, int total) Q_DECL_OVERRIDE |
| |
The documentation for this class was generated from the following file: