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:
Constant | Value | Description |
---|---|---|
Lib7z::No | 0 | File is not a temporary file. |
Lib7z::Yes | 1 | File is a tmp file. |