.TH "sources/import/edz/edzsevenzip.cpp" 3 "Version 0.200.1-dev" "QElectroTech" \" -*- nroff -*-
.ad l
.nh
.SH NAME
sources/import/edz/edzsevenzip.cpp
.SH SYNOPSIS
.br
.PP
\fR#include 'edzsevenzip\&.h'\fP
.br
\fR#include <QDir>\fP
.br
\fR#include <QFile>\fP
.br
\fR#include <QFileInfo>\fP
.br
\fR#include <vector>\fP
.br
\fR#include 'lzma/7z\&.h'\fP
.br
\fR#include 'lzma/7zAlloc\&.h'\fP
.br
\fR#include 'lzma/7zCrc\&.h'\fP
.br
\fR#include 'lzma/7zFile\&.h'\fP
.br
\fR#include 'lzma/7zTypes\&.h'\fP
.br

.SS "Namespaces"

.in +1c
.ti -1c
.RI "namespace \fBanonymous_namespace{edzsevenzip\&.cpp}\fP"
.br
.in -1c
.SS "Functions"

.in +1c
.ti -1c
.RI "bool \fBsevenZipExtract\fP (const QString &archivePath, const QString &destDir, QString &error)"
.br
.in -1c
.SS "Variables"

.in +1c
.ti -1c
.RI "const size_t \fBanonymous_namespace{edzsevenzip\&.cpp}::kInputBufSize\fP = (size_t)1 << 18"
.br
.in -1c
.SH "Function Documentation"
.PP 
.SS "bool sevenZipExtract (const QString & archivePath, const QString & destDir, QString & error)"
Extract every entry of the 7-Zip archive at \fIarchivePath\fP into \fIdestDir\fP, using the bundled (public-domain) LZMA SDK — no external 7-Zip needed\&. 
.PP
\fBReturns\fP
.RS 4
true on success; on failure \fIerror\fP explains why\&. 
.RE
.PP

.SH "Author"
.PP 
Generated automatically by Doxygen for QElectroTech from the source code\&.
