GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
g
i
k
l
p
r
s
t
u
w
Functions
a
b
c
d
g
i
l
p
r
s
t
u
w
Variables
Typedefs
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Functions
a
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
z
Files
File List
▼
GpgFrontend Project
GpgFrontend Develop Document Main Page
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
src
►
core
▼
module
▼
integrated
▼
gnupg_info_gathering_module
GnuPGInfoGatheringModule.h
GpgFrontendModuleExport.h
GpgInfo.h
►
version_checking_module
►
sdk
GpgFrontendModule.h
GpgFrontendModuleExport.h
GpgFrontendModuleInit.h
►
pinentry
►
test
►
ui
app.h
cmd.h
GpgFrontendContext.h
init.h
main.h
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Pages
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