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 ()
 QZipPrivate (QIODevice *device, bool ownDev)
 ~QZipPrivate ()

Public Attributes

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

Detailed Description

Definition at line 298 of file qzip.cpp.

Constructor & Destructor Documentation

◆ QZipPrivate() [1/2]

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

Definition at line 301 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 306 of file qzip.cpp.

◆ QZipPrivate() [2/2]

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

Definition at line 301 of file qzip.cpp.

◆ ~QZipPrivate() [2/2]

QZipPrivate::~QZipPrivate ( )
inline

Definition at line 306 of file qzip.cpp.

Member Data Documentation

◆ comment

QByteArray QZipPrivate::comment

Definition at line 316 of file qzip.cpp.

◆ device

QIODevice * QZipPrivate::device

Definition at line 312 of file qzip.cpp.

◆ dirtyFileTree

bool QZipPrivate::dirtyFileTree

Definition at line 314 of file qzip.cpp.

Referenced by QZipPrivate().

◆ fileHeaders

QList< FileHeader > QZipPrivate::fileHeaders

Definition at line 315 of file qzip.cpp.

◆ ownDevice

bool QZipPrivate::ownDevice

Definition at line 313 of file qzip.cpp.

Referenced by QZipPrivate().

◆ start_of_directory

uint QZipPrivate::start_of_directory

Definition at line 317 of file qzip.cpp.


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