Krita Source Code Documentation
Loading...
Searching...
No Matches
KoQuaZipStore::Private Struct Reference

Public Member Functions

 Private ()
 
 ~Private ()
 

Public Attributes

QuaZip * archive {0}
 
QBuffer buffer
 
QByteArray cache
 
int compressionLevel {Z_DEFAULT_COMPRESSION}
 
QuaZipFile * currentFile {0}
 
QStringList directoryListCache
 
bool directoryListCached {false}
 
bool usingSaveFile {false}
 

Detailed Description

Definition at line 27 of file KoQuaZipStore.cpp.

Constructor & Destructor Documentation

◆ Private()

KoQuaZipStore::Private::Private ( )
inline

Definition at line 29 of file KoQuaZipStore.cpp.

29{}

◆ ~Private()

KoQuaZipStore::Private::~Private ( )
inline

Definition at line 30 of file KoQuaZipStore.cpp.

30{}

Member Data Documentation

◆ archive

QuaZip* KoQuaZipStore::Private::archive {0}

Definition at line 32 of file KoQuaZipStore.cpp.

32{0};

◆ buffer

QBuffer KoQuaZipStore::Private::buffer

Definition at line 39 of file KoQuaZipStore.cpp.

◆ cache

QByteArray KoQuaZipStore::Private::cache

Definition at line 38 of file KoQuaZipStore.cpp.

◆ compressionLevel

int KoQuaZipStore::Private::compressionLevel {Z_DEFAULT_COMPRESSION}

Definition at line 36 of file KoQuaZipStore.cpp.

36{Z_DEFAULT_COMPRESSION};

◆ currentFile

QuaZipFile* KoQuaZipStore::Private::currentFile {0}

Definition at line 33 of file KoQuaZipStore.cpp.

33{0};

◆ directoryListCache

QStringList KoQuaZipStore::Private::directoryListCache

Definition at line 34 of file KoQuaZipStore.cpp.

◆ directoryListCached

bool KoQuaZipStore::Private::directoryListCached {false}

Definition at line 35 of file KoQuaZipStore.cpp.

35{false};

◆ usingSaveFile

bool KoQuaZipStore::Private::usingSaveFile {false}

Definition at line 37 of file KoQuaZipStore.cpp.

37{false};

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