![]() |
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 | |
QZipReaderPrivate (QIODevice *device, bool ownDev) | |
void | scanFiles () |
QZipReaderPrivate (QIODevice *device, bool ownDev) | |
void | scanFiles () |
Public Member Functions inherited from QZipPrivate | |
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 | |
QZipReader::Status | status |
Public Attributes inherited from QZipPrivate | |
QIODevice * | device |
bool | ownDevice |
bool | dirtyFileTree |
QList< FileHeader > | fileHeaders |
QByteArray | comment |
uint | start_of_directory |
|
inline |
Definition at line 474 of file qzip.cpp.
References QZipReaderPrivate().
Referenced by QZipReaderPrivate().
|
inline |
void QZipReaderPrivate::scanFiles | ( | ) |
Definition at line 520 of file qzip.cpp.
References QZipPrivate::dirtyFileTree.
void QZipReaderPrivate::scanFiles | ( | ) |
QZipReader::Status QZipReaderPrivate::status |