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
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Pages
SettingsObject.h
1
29
#pragma once
30
31
namespace
GpgFrontend::UI
{
32
38
class
SettingsObject
:
public
QJsonObject {
39
public
:
45
explicit
SettingsObject
(QString settings_name);
46
52
explicit
SettingsObject
(QJsonObject sub_json);
53
58
~SettingsObject
();
59
64
void
Store(
const
QJsonObject&);
65
66
private
:
67
QString settings_name_;
68
};
69
}
// namespace GpgFrontend::UI
GpgFrontend::UI::SettingsObject
The SettingsObject class This class is used to store data for the application securely.
Definition:
SettingsObject.h:38
GpgFrontend::UI::SettingsObject::SettingsObject
SettingsObject(QString settings_name)
Construct a new Settings Object object.
Definition:
SettingsObject.cpp:35
GpgFrontend::UI::SettingsObject::~SettingsObject
~SettingsObject()
Destroy the Settings Object object.
Definition:
SettingsObject.cpp:58
GpgFrontend::UI
Definition:
FileReadTask.cpp:31
src
ui
struct
SettingsObject.h
Generated by
1.9.1