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
▼
version_checking_module
GpgFrontendModuleExport.h
SoftwareVersion.h
VersionCheckingModule.h
VersionCheckTask.h
►
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
VersionCheckingModule.h
1
29
#pragma once
30
31
#include "GpgFrontendModuleExport.h"
32
#include "SoftwareVersion.h"
33
#include "core/module/Module.h"
34
35
namespace
GpgFrontend::Module::Integrated::VersionCheckingModule
{
36
37
class
GPGFRONTEND_INTEGRATED_MODULE_VERSION_CHECKING_EXPORT
38
VersionCheckingModule
:
public
Module
{
39
Q_OBJECT
40
public
:
41
VersionCheckingModule
();
42
43
~
VersionCheckingModule
()
override
;
44
45
auto
Register() ->
bool
override
;
46
47
auto
Active() ->
bool
override
;
48
49
auto
Exec(EventRefrernce) ->
int
override
;
50
51
auto
Deactive() ->
bool
override
;
52
53
signals:
54
55
void
SignalVersionCheckDone(
SoftwareVersion
);
56
57
public
slots:
58
59
void
SlotVersionCheckDone(
SoftwareVersion
);
60
};
61
}
// namespace GpgFrontend::Module::Integrated::VersionCheckingModule
GpgFrontend::Module::Integrated::VersionCheckingModule::VersionCheckingModule
Definition:
VersionCheckingModule.h:38
GpgFrontend::Module::Module
Definition:
Module.h:47
GpgFrontend::Module::Integrated::VersionCheckingModule
Definition:
SoftwareVersion.cpp:34
GpgFrontend::Module::Integrated::VersionCheckingModule::SoftwareVersion
Definition:
SoftwareVersion.h:38
src
module
integrated
version_checking_module
VersionCheckingModule.h
Generated by
1.9.1