GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
CtxCheckThread.h
1
27
#ifndef GPGFRONTEND_CTXCHECKTRHEAD_H
28
#define GPGFRONTEND_CTXCHECKTRHEAD_H
29
30
#include "core/GpgFrontendCore.h"
31
32
namespace
GpgFrontend
{
37
class
GPGFRONTEND_CORE_EXPORT
CtxCheckThread
:
public
QThread {
38
Q_OBJECT
39
public
:
44
CtxCheckThread
();
45
46
signals:
51
void
SignalGnupgNotInstall();
52
53
protected
:
58
void
run()
override
;
59
};
60
}
// namespace GpgFrontend
61
62
#endif // GPGFRONTEND_CTXCHECKTRHEAD_H
GpgFrontend::CoreCommonUtil::GetInstance
static CoreCommonUtil * GetInstance()
Construct a new Core Common Util object.
Definition:
CoreCommonUtil.cpp:33
GpgFrontend::init_logging
void init_logging()
setup logging system and do proper initialization
Definition:
GpgCoreInit.cpp:46
GpgFrontend
Definition:
CoreCommonUtil.cpp:29
GpgFrontend::SingletonFunctionObject< GpgContext >::GetInstance
static GpgContext & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition:
GpgFunctionObject.h:181
GpgFrontend::CtxCheckThread
Definition:
CtxCheckThread.h:37
GpgFrontend::GpgKeyGetter::FlushKeyCache
void FlushKeyCache()
flush the keys in the cache
Definition:
GpgKeyGetter.cpp:106
GpgFrontend::CtxCheckThread::CtxCheckThread
CtxCheckThread()
Construct a new Ctx Check Thread object.
Definition:
CtxCheckThread.cpp:34
src
core
thread
CtxCheckThread.h
Generated by
1.8.17