Qt 4.8
|
Represents one entry in the zip table of contents. More...
#include <qzipreader_p.h>
Public Functions | |
FileInfo () | |
FileInfo (const FileInfo &other) | |
bool | isValid () const |
FileInfo & | operator= (const FileInfo &other) |
~FileInfo () | |
Public Variables | |
uint | crc32 |
The calculated checksum as a crc32 type. More... | |
void * | d |
QString | filePath |
The full filepath inside the archive. More... | |
uint | isDir: 1 |
A boolean type indicating if the entry is a directory. More... | |
uint | isFile: 1 |
A boolean type, if it is one this entry is a file. More... | |
uint | isSymLink: 1 |
A boolean type, if it is one this entry is symbolic link. More... | |
QDateTime | lastModified |
QFile::Permissions | permissions |
qint64 | size |
The total size of the unpacked content. More... | |
Represents one entry in the zip table of contents.
Definition at line 79 of file qzipreader_p.h.
QZipReader::FileInfo::FileInfo | ( | ) |
Definition at line 360 of file qzip.cpp.
bool QZipReader::FileInfo::isValid | ( | ) | const |
Definition at line 387 of file qzip.cpp.
QZipReader::FileInfo & QZipReader::FileInfo::operator= | ( | const FileInfo & | other | ) |
Definition at line 374 of file qzip.cpp.
Referenced by FileInfo().
FileInfo::crc32 |
The calculated checksum as a crc32 type.
Definition at line 91 of file qzipreader_p.h.
Referenced by QZipWriterPrivate::addEntry(), QZipPrivate::fillFileInfo(), and operator=().
FileInfo::d |
Definition at line 94 of file qzipreader_p.h.
Referenced by QZipReader::QZipReader().
FileInfo::filePath |
The full filepath inside the archive.
Definition at line 86 of file qzipreader_p.h.
Referenced by QZipReader::extractAll(), QZipPrivate::fillFileInfo(), and operator=().
FileInfo::isDir |
A boolean type indicating if the entry is a directory.
Definition at line 87 of file qzipreader_p.h.
Referenced by QZipReader::extractAll(), QZipPrivate::fillFileInfo(), isValid(), and operator=().
FileInfo::isFile |
A boolean type, if it is one this entry is a file.
Definition at line 88 of file qzipreader_p.h.
Referenced by QZipReader::extractAll(), QZipPrivate::fillFileInfo(), isValid(), and operator=().
FileInfo::isSymLink |
A boolean type, if it is one this entry is symbolic link.
Definition at line 89 of file qzipreader_p.h.
Referenced by QZipReader::extractAll(), QZipPrivate::fillFileInfo(), isValid(), and operator=().
QDateTime QZipReader::FileInfo::lastModified |
Definition at line 93 of file qzipreader_p.h.
Referenced by QZipPrivate::fillFileInfo(), and operator=().
QFile::Permissions QZipReader::FileInfo::permissions |
Definition at line 90 of file qzipreader_p.h.
Referenced by QZipWriterPrivate::addEntry(), QZipReader::extractAll(), QZipPrivate::fillFileInfo(), and operator=().
FileInfo::size |
The total size of the unpacked content.
Definition at line 92 of file qzipreader_p.h.
Referenced by QZipPrivate::fillFileInfo(), and operator=().