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
►
main_window
▼
struct
►
settings
CacheObject.h
SettingsObject.h
►
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
CacheObject.h
1
29
#pragma once
30
31
namespace
GpgFrontend::UI
{
32
33
class
CacheObject
:
public
QJsonDocument {
34
public
:
40
explicit
CacheObject
(QString cache_name);
41
46
~CacheObject
();
47
48
private
:
49
QString cache_name_;
50
};
51
52
}
// namespace GpgFrontend::UI
GpgFrontend::UI::CacheObject
Definition:
CacheObject.h:33
GpgFrontend::UI::CacheObject::CacheObject
CacheObject(QString cache_name)
Construct a new Cache Object object.
Definition:
CacheObject.cpp:35
GpgFrontend::UI::CacheObject::~CacheObject
~CacheObject()
Destroy the Cache Object object.
Definition:
CacheObject.cpp:41
GpgFrontend::UI
Definition:
FileReadTask.cpp:31
src
ui
struct
CacheObject.h
Generated by
1.9.1