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
►
function
►
log
►
model
►
module
►
thread
►
typedef
►
utils
GpgConstants.h
GpgCoreInit.h
GpgFrontendCore.h
GpgModel.h
►
module
►
pinentry
►
test
►
ui
app.h
cmd.h
GpgFrontendContext.h
init.h
main.h
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Pages
GpgFrontendCore.h
1
29
#pragma once
30
31
// Qt
32
#include <QtCore>
33
34
// std
35
#include <cstdint>
36
#include <vector>
37
38
// spdlog library configuration
39
#define SPDLOG_ACTIVE_LEVEL SPDLOG_LEVEL_TRACE
40
#include <spdlog/spdlog.h>
41
42
// logger fmt
43
#include "log/QtLoggerFmt.h"
44
45
// gpgme library
46
#include <gpgme.h>
47
48
// logbal includes or macroes
49
#include "GpgFrontend.h"
50
51
// dll export macroes
52
#include "GpgFrontendCoreExport.h"
src
core
GpgFrontendCore.h
Generated by
1.9.1