GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
CtxCheckTask.h
1 
27 #ifndef GPGFRONTEND_CTXCHECKTRHEAD_H
28 #define GPGFRONTEND_CTXCHECKTRHEAD_H
29 
30 #include "core/GpgFrontendCore.h"
31 #include "core/thread/Task.h"
32 
38 class GPGFRONTEND_CORE_EXPORT CtxCheckTask : public Task {
39  Q_OBJECT
40  public:
45  CtxCheckTask();
46 
47  signals:
52  void SignalGnupgNotInstall();
53 
54  protected:
59  void Run() override;
60 };
61 } // namespace GpgFrontend::Thread
62 
63 #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::Thread::CtxCheckTask::CtxCheckTask
CtxCheckTask()
Construct a new Ctx Check Thread object.
Definition: CtxCheckTask.cpp:34
GpgFrontend::SingletonFunctionObject< GpgContext >::GetInstance
static GpgContext & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:181
GpgFrontend::GpgKeyGetter::FlushKeyCache
void FlushKeyCache()
flush the keys in the cache
Definition: GpgKeyGetter.cpp:101
GpgFrontend::Thread
Definition: CtxCheckTask.h:33
GpgFrontend::Thread::CtxCheckTask
Definition: CtxCheckTask.h:38
GpgFrontend::Thread::Task
Definition: Task.h:43
GpgFrontend::Thread::CtxCheckTask::Run
void Run() override
Run - run the task.
Definition: CtxCheckTask.cpp:40