![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
| QZipPrivate (QIODevice *device, bool ownDev) | |
| ~QZipPrivate () | |
| QZipReader::FileInfo | fillFileInfo (int index) const |
| QZipPrivate (QIODevice *device, bool ownDev) | |
| ~QZipPrivate () | |
| QZipReader::FileInfo | fillFileInfo (int index) const |
Public Attributes | |
| QIODevice * | device |
| bool | ownDevice |
| bool | dirtyFileTree |
| QList< FileHeader > | fileHeaders |
| QByteArray | comment |
| uint | start_of_directory |
|
inline |
Definition at line 383 of file qzip.cpp.
References QZipPrivate(), dirtyFileTree, and ownDevice.
Referenced by QZipPrivate().
|
inline |
| QZipReader::FileInfo QZipPrivate::fillFileInfo | ( | int | index | ) | const |
Definition at line 404 of file qzip.cpp.
References UnixFileAttributes::Dir, WindowsFileAttributes::Dir, UnixFileAttributes::File, WindowsFileAttributes::File, HostFAT, HostHPFS, HostNTFS, HostUnix, HostVFAT, UnixFileAttributes::SymLink, UnixFileAttributes::TypeMask, WindowsFileAttributes::TypeMask, and Utf8Names.
| QZipReader::FileInfo QZipPrivate::fillFileInfo | ( | int | index | ) | const |
| QByteArray QZipPrivate::comment |
| bool QZipPrivate::dirtyFileTree |
Definition at line 398 of file qzip.cpp.
Referenced by QZipPrivate(), QZipWriterPrivate::addEntry(), and QZipReaderPrivate::scanFiles().
| QList< FileHeader > QZipPrivate::fileHeaders |
| bool QZipPrivate::ownDevice |
Definition at line 397 of file qzip.cpp.
Referenced by QZipPrivate().