GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
GnuPGInfoGatheringModule.h
1
29
#pragma once
30
31
#include "GpgFrontendModuleExport.h"
32
#include "core/module/Module.h"
33
34
namespace
GpgFrontend::Module::Integrated::GnuPGInfoGatheringModule
{
35
40
class
GPGFRONTEND_INTEGRATED_MODULE_GNUPG_INFO_GATHERING_EXPORT
41
GnuPGInfoGatheringModule
:
public
Module
{
42
public
:
43
GnuPGInfoGatheringModule
();
44
45
~
GnuPGInfoGatheringModule
()
override
;
46
47
auto
Register() ->
bool
override
;
48
49
auto
Active() ->
bool
override
;
50
51
auto
Exec(EventRefrernce) ->
int
override
;
52
53
auto
Deactive() ->
bool
override
;
54
};
55
}
// namespace GpgFrontend::Module::Integrated::GnuPGInfoGatheringModule
GpgFrontend::Module::Integrated::GnuPGInfoGatheringModule::GnuPGInfoGatheringModule
Use to record some info about gnupg.
Definition:
GnuPGInfoGatheringModule.h:41
GpgFrontend::Module::Module
Definition:
Module.h:47
GpgFrontend::Module::Integrated::GnuPGInfoGatheringModule
Definition:
GnuPGInfoGatheringModule.cpp:38
src
module
integrated
gnupg_info_gathering_module
GnuPGInfoGatheringModule.h
Generated by
1.9.1