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
►
pinentry
►
test
▼
ui
►
dialog
▼
function
GenerateRevokeCertification.h
RaisePinentry.h
SetOwnerTrustLevel.h
►
main_window
►
struct
►
thread
►
widgets
GpgFrontendApplication.h
GpgFrontendUI.h
GpgFrontendUIInit.h
UISignalStation.h
UserInterfaceUtils.h
app.h
cmd.h
GpgFrontendContext.h
init.h
main.h
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Pages
RaisePinentry.h
1
29
#pragma once
30
31
#include "ui/GpgFrontendUI.h"
32
33
namespace
GpgFrontend
{
34
class
GpgPassphraseContext;
35
}
36
37
namespace
GpgFrontend::UI
{
38
39
class
RaisePinentry
:
public
QWidget {
40
Q_OBJECT
41
public
:
47
explicit
RaisePinentry
(QWidget *parent, QSharedPointer<GpgPassphraseContext>);
48
54
auto
Exec
() -> int;
55
56
private
:
57
QSharedPointer<GpgPassphraseContext> context_;
58
};
59
60
}
// namespace GpgFrontend::UI
GpgFrontend::UI::RaisePinentry
Definition:
RaisePinentry.h:39
GpgFrontend::UI::RaisePinentry::Exec
auto Exec() -> int
Definition:
RaisePinentry.cpp:54
GpgFrontend::UI::RaisePinentry::RaisePinentry
RaisePinentry(QWidget *parent, QSharedPointer< GpgPassphraseContext >)
Construct a new Raise Pinentry object.
Definition:
RaisePinentry.cpp:50
GpgFrontend::UI
Definition:
FileReadTask.cpp:31
GpgFrontend
Definition:
app.cpp:39
src
ui
function
RaisePinentry.h
Generated by
1.9.1