API Documentation
Toggle main menu visibility
Main Page
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerator
a
c
d
e
f
g
i
j
k
l
m
n
o
r
s
u
v
Properties
Related Symbols
c
d
f
h
i
l
m
n
q
r
s
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
Functions
a
c
d
e
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
Typedefs
b
g
p
v
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Loading...
Searching...
No Matches
CookieManager.h
Go to the documentation of this file.
1
#pragma once
2
#ifdef Q_OS_WASM
3
#include <QObject>
4
namespace
NDEVR
5
{
6
class
String;
7
class
File;
8
class
CookieManager :
public
QObject
9
{
10
public
:
11
explicit
CookieManager(QObject *parent =
nullptr
);
12
13
bool
hasFile(
const
File& file);
14
bool
saveFile(
const
File& file);
15
bool
openFile(
const
File& file);
16
bool
removeFile(
const
File& file);
17
bool
moveFile(
const
File& from,
const
File& to);
18
QByteArray loadCache(
const
String& name);
19
void
saveCache(
const
String& name,
const
QByteArray& data);
20
};
21
}
22
#endif
NDEVR
Definition
ACIColor.h:37
Base
Headers
CookieManager.h