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
QZipPrivate Class Reference
Inheritance diagram for QZipPrivate:
Collaboration diagram for QZipPrivate:

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

QIODevicedevice
bool ownDevice
bool dirtyFileTree
QList< FileHeaderfileHeaders
QByteArray comment
uint start_of_directory

Detailed Description

Definition at line 380 of file qzip.cpp.

Constructor & Destructor Documentation

◆ QZipPrivate() [1/2]

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

Definition at line 383 of file qzip.cpp.

References QZipPrivate(), dirtyFileTree, and ownDevice.

Referenced by QZipPrivate().

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

◆ ~QZipPrivate() [1/2]

QZipPrivate::~QZipPrivate ( )
inline

Definition at line 388 of file qzip.cpp.

◆ QZipPrivate() [2/2]

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

Definition at line 383 of file qzip.cpp.

◆ ~QZipPrivate() [2/2]

QZipPrivate::~QZipPrivate ( )
inline

Definition at line 388 of file qzip.cpp.

Member Function Documentation

◆ fillFileInfo() [1/2]

◆ fillFileInfo() [2/2]

QZipReader::FileInfo QZipPrivate::fillFileInfo ( int index) const

Member Data Documentation

◆ comment

QByteArray QZipPrivate::comment

Definition at line 400 of file qzip.cpp.

◆ device

QIODevice * QZipPrivate::device

Definition at line 396 of file qzip.cpp.

◆ dirtyFileTree

bool QZipPrivate::dirtyFileTree

◆ fileHeaders

QList< FileHeader > QZipPrivate::fileHeaders

Definition at line 399 of file qzip.cpp.

◆ ownDevice

bool QZipPrivate::ownDevice

Definition at line 397 of file qzip.cpp.

Referenced by QZipPrivate().

◆ start_of_directory

uint QZipPrivate::start_of_directory

Definition at line 401 of file qzip.cpp.


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