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
CommonStruct.h
DataObject.h
GFBuffer.h
GFDataExchanger.h
GpgData.h
GpgDecryptResult.h
GpgEncryptResult.h
GpgGenerateKeyResult.h
GpgGenKeyInfo.h
GpgImportInformation.h
GpgKey.h
GpgKeySignature.h
GpgPassphraseContext.h
GpgRecipient.h
GpgSignature.h
GpgSignResult.h
GpgSubKey.h
GpgTOFUInfo.h
GpgUID.h
GpgVerifyResult.h
►
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
GpgImportInformation.h
1
29
#pragma once
30
31
namespace
GpgFrontend
{
32
37
class
GPGFRONTEND_CORE_EXPORT
GpgImportInformation
{
38
public
:
43
class
GpgImportedKey
{
44
public
:
45
QString fpr;
46
int
import_status;
47
};
48
49
using
GpgImportedKeyList = std::list<GpgImportedKey>;
50
55
GpgImportInformation
();
56
62
explicit
GpgImportInformation
(gpgme_import_result_t result);
63
64
int
considered = 0;
65
int
no_user_id = 0;
66
int
imported = 0;
67
int
imported_rsa = 0;
68
int
unchanged = 0;
69
int
new_user_ids = 0;
70
int
new_sub_keys = 0;
71
int
new_signatures = 0;
72
int
new_revocations = 0;
73
int
secret_read = 0;
74
int
secret_imported = 0;
75
int
secret_unchanged = 0;
76
int
not_imported = 0;
77
78
GpgImportedKeyList imported_keys;
79
};
80
}
// namespace GpgFrontend
GpgFrontend::GpgImportInformation::GpgImportedKey
Definition:
GpgImportInformation.h:43
GpgFrontend::GpgImportInformation
Definition:
GpgImportInformation.h:37
GpgFrontend::GpgImportInformation::GpgImportInformation
GpgImportInformation()
Construct a new Gpg Import Information object.
GpgFrontend
Definition:
app.cpp:39
src
core
model
GpgImportInformation.h
Generated by
1.9.1