QGpgME 16.1.0.000049c
Qt API for GpgME
|
Public Types | |
typedef ThreadedJobMixin< T_base, T_result > | mixin_type |
typedef T_result | result_type |
Protected Member Functions | |
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 |