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
►
basic
►
gpg
▼
result_analyse
GpgDecryptResultAnalyse.h
GpgEncryptResultAnalyse.h
GpgResultAnalyse.h
GpgSignResultAnalyse.h
GpgVerifyResultAnalyse.h
ArchiveFileOperator.h
CacheManager.h
CoreSignalStation.h
DataObjectOperator.h
GlobalSettingStation.h
KeyPackageOperator.h
LoggerManager.h
PassphraseGenerator.h
SecureMemoryAllocator.h
►
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
GpgVerifyResultAnalyse.h
1
29
#pragma once
30
31
#include "GpgResultAnalyse.h"
32
#include "core/model/GpgVerifyResult.h"
33
34
namespace
GpgFrontend
{
39
class
GPGFRONTEND_CORE_EXPORT
GpgVerifyResultAnalyse
:
public
GpgResultAnalyse
{
40
Q_OBJECT
41
public
:
48
explicit
GpgVerifyResultAnalyse
(
GpgError
error,
GpgVerifyResult
result);
49
55
auto
GetSignatures()
const
-> gpgme_signature_t;
56
62
auto
TakeChargeOfResult() ->
GpgVerifyResult
;
63
64
protected
:
69
void
doAnalyse()
final
;
70
71
private
:
80
auto
print_signer(QTextStream &stream,
GpgSignature
sign) -> bool;
81
90
auto
print_signer_without_key(QTextStream &stream,
GpgSignature
sign) -> bool;
91
92
GpgError
error_;
93
GpgVerifyResult
result_;
94
};
95
96
}
// namespace GpgFrontend
GpgFrontend::GpgResultAnalyse
Definition:
GpgResultAnalyse.h:36
GpgFrontend::GpgSignature
Definition:
GpgSignature.h:39
GpgFrontend::GpgVerifyResultAnalyse
Definition:
GpgVerifyResultAnalyse.h:39
GpgFrontend::GpgVerifyResult
Definition:
GpgVerifyResult.h:36
GpgFrontend
Definition:
app.cpp:39
GpgFrontend::GpgError
gpgme_error_t GpgError
gpgme error
Definition:
GpgTypedef.h:42
src
core
function
result_analyse
GpgVerifyResultAnalyse.h
Generated by
1.9.1