FFSM++
1.1.0
French Forest Sector Model ++
|
#include <unzip.h>
Public Member Functions | |
ZipEntry () | |
Public Attributes | |
QString | filename |
QString | comment |
quint32 | compressedSize |
quint32 | uncompressedSize |
quint32 | crc32 |
QDateTime | lastModified |
CompressionMethod | compression |
FileType | type |
bool | encrypted |
ZipEntry | ( | ) |
ZipEntry constructor - initialize data. Type is set to File.
Definition at line 471 of file unzip.cpp.
QString comment |
Definition at line 94 of file unzip.h.
Referenced by UnZip::entryList().
quint32 compressedSize |
Definition at line 96 of file unzip.h.
Referenced by UnZip::entryList(), and listFiles().
CompressionMethod compression |
Definition at line 102 of file unzip.h.
Referenced by UnZip::entryList().
quint32 crc32 |
Definition at line 98 of file unzip.h.
Referenced by UnZip::entryList(), and listFiles().
bool encrypted |
Definition at line 105 of file unzip.h.
Referenced by UnZip::entryList(), and listFiles().
QString filename |
Definition at line 93 of file unzip.h.
Referenced by UnZip::entryList(), and listFiles().
QDateTime lastModified |
Definition at line 100 of file unzip.h.
Referenced by UnZip::entryList().
FileType type |
Definition at line 103 of file unzip.h.
Referenced by UnZip::entryList().
quint32 uncompressedSize |
Definition at line 97 of file unzip.h.
Referenced by UnZip::entryList(), and listFiles().