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
►
basic
►
gpg
►
result_analyse
ArchiveFileOperator.h
CacheManager.h
CoreSignalStation.h
DataObjectOperator.h
GlobalSettingStation.h
KeyPackageOperator.h
LoggerManager.h
PassphraseGenerator.h
SecureMemoryAllocator.h
►
log
►
model
►
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
ArchiveFileOperator.h
1
29
#pragma once
30
31
#include "core/GpgFrontendCore.h"
32
#include "core/model/GFDataExchanger.h"
33
#include "core/typedef/CoreTypedef.h"
34
#include "core/utils/IOUtils.h"
35
36
namespace
GpgFrontend
{
37
38
class
GPGFRONTEND_CORE_EXPORT
ArchiveFileOperator
{
39
public
:
45
static
void
ListArchive(
const
QString &archive_path);
46
55
static
void
NewArchive2DataExchanger(
const
QString &target_directory,
56
std::shared_ptr<GFDataExchanger>,
57
const
OperationCallback &cb);
58
65
static
void
ExtractArchiveFromDataExchanger(
66
std::shared_ptr<GFDataExchanger> fd,
const
QString &target_path,
67
const
OperationCallback &cb);
68
};
69
}
// namespace GpgFrontend
GpgFrontend::ArchiveFileOperator
Definition:
ArchiveFileOperator.h:38
GpgFrontend
Definition:
app.cpp:39
src
core
function
ArchiveFileOperator.h
Generated by
1.9.1