Lib7z Namespace

The Lib7z namespace contains miscellaneous identifiers used throughout the Lib7z library. More...

Header: #include <Lib7z>

Types

typedef Compression
typedef File
enum TmpFile { No, Yes }

Detailed Description

The Lib7z namespace contains miscellaneous identifiers used throughout the Lib7z library.

Type Documentation

typedef Lib7z::Compression

Synonym for QInstaller::CompressionLevel

typedef Lib7z::File

Synonym for QInstaller::ArchiveEntry

enum Lib7z::TmpFile

This enum type holds the temp file mode:

ConstantValueDescription
Lib7z::No0File is not a temporary file.
Lib7z::Yes1File is a tmp file.