![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qzipreader_p.h>
Public Member Functions | |
FileInfo () noexcept | |
bool | isValid () const noexcept |
Public Attributes | |
QString | filePath |
uint | isDir: 1 |
uint | isFile: 1 |
uint | isSymLink: 1 |
QFile::Permissions | permissions |
uint | crc |
qint64 | size |
QDateTime | lastModified |
Represents one entry in the zip table of contents.
Definition at line 42 of file qzipreader_p.h.
|
inlinenoexcept |
Definition at line 44 of file qzipreader_p.h.
|
inlinenoexcept |
Definition at line 48 of file qzipreader_p.h.
uint QZipReader::FileInfo::crc |
Definition at line 55 of file qzipreader_p.h.
QString QZipReader::FileInfo::filePath |
Definition at line 50 of file qzipreader_p.h.
uint QZipReader::FileInfo::isDir |
Definition at line 51 of file qzipreader_p.h.
uint QZipReader::FileInfo::isFile |
Definition at line 52 of file qzipreader_p.h.
uint QZipReader::FileInfo::isSymLink |
Definition at line 53 of file qzipreader_p.h.
QDateTime QZipReader::FileInfo::lastModified |
Definition at line 57 of file qzipreader_p.h.
QFile::Permissions QZipReader::FileInfo::permissions |
Definition at line 54 of file qzipreader_p.h.
qint64 QZipReader::FileInfo::size |
Definition at line 56 of file qzipreader_p.h.