Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QZipReaderPrivate Class Reference
Inheritance diagram for QZipReaderPrivate:
Collaboration diagram for QZipReaderPrivate:

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
QIODevicedevice
bool ownDevice
bool dirtyFileTree
QList< FileHeaderfileHeaders
QByteArray comment
uint start_of_directory

Detailed Description

Definition at line 471 of file qzip.cpp.

Constructor & Destructor Documentation

◆ QZipReaderPrivate() [1/2]

QZipReaderPrivate::QZipReaderPrivate ( QIODevice * device,
bool ownDev )
inline

Definition at line 474 of file qzip.cpp.

References QZipReaderPrivate().

Referenced by QZipReaderPrivate().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ QZipReaderPrivate() [2/2]

QZipReaderPrivate::QZipReaderPrivate ( QIODevice * device,
bool ownDev )
inline

Definition at line 474 of file qzip.cpp.

Member Function Documentation

◆ scanFiles() [1/2]

void QZipReaderPrivate::scanFiles ( )

Definition at line 520 of file qzip.cpp.

References QZipPrivate::dirtyFileTree.

◆ scanFiles() [2/2]

void QZipReaderPrivate::scanFiles ( )

Member Data Documentation

◆ status

QZipReader::Status QZipReaderPrivate::status

Definition at line 481 of file qzip.cpp.


The documentation for this class was generated from the following file: