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

Public Types

enum  EntryType {
  Directory , File , Symlink , Directory ,
  File , Symlink
}
enum  EntryType {
  Directory , File , Symlink , Directory ,
  File , Symlink
}

Public Member Functions

 QZipWriterPrivate (QIODevice *device, bool ownDev)
void addEntry (EntryType type, const QString &fileName, const QByteArray &contents)
 QZipWriterPrivate (QIODevice *device, bool ownDev)
void addEntry (EntryType type, const QString &fileName, const QByteArray &contents)
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

QZipWriter::Status status
QFile::Permissions permissions
QZipWriter::CompressionPolicy compressionPolicy
Public Attributes inherited from QZipPrivate
QIODevicedevice
bool ownDevice
bool dirtyFileTree
QList< FileHeaderfileHeaders
QByteArray comment
uint start_of_directory

Detailed Description

Definition at line 484 of file qzip.cpp.

Member Enumeration Documentation

◆ EntryType [1/2]

Enumerator
Directory 
File 
Symlink 
Directory 
File 
Symlink 

Definition at line 499 of file qzip.cpp.

◆ EntryType [2/2]

Enumerator
Directory 
File 
Symlink 
Directory 
File 
Symlink 

Definition at line 499 of file qzip.cpp.

Constructor & Destructor Documentation

◆ QZipWriterPrivate() [1/2]

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

Definition at line 487 of file qzip.cpp.

References QZipWriterPrivate().

Referenced by QZipWriterPrivate().

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

◆ QZipWriterPrivate() [2/2]

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

Definition at line 487 of file qzip.cpp.

Member Function Documentation

◆ addEntry() [1/2]

void QZipWriterPrivate::addEntry ( EntryType type,
const QString & fileName,
const QByteArray & contents )

◆ addEntry() [2/2]

void QZipWriterPrivate::addEntry ( EntryType type,
const QString & fileName,
const QByteArray & contents )

Member Data Documentation

◆ compressionPolicy

QZipWriter::CompressionPolicy QZipWriterPrivate::compressionPolicy

Definition at line 497 of file qzip.cpp.

◆ permissions

QFile::Permissions QZipWriterPrivate::permissions

Definition at line 496 of file qzip.cpp.

◆ status

QZipWriter::Status QZipWriterPrivate::status

Definition at line 495 of file qzip.cpp.


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