Quark  0.1
ZipFile Member List

This is the complete list of members for ZipFile, including all inherited members.

addDirectory(const QString &zipPath)ZipFile
addFile(const QString &path, const QString &zipPath)ZipFile
archiveComment()ZipFile
close()ZipFile
closeEntry()ZipFile
error() constZipFileinline
extractEntry(const ZipEntry &entry, const QString &outputPath)ZipFile
getEntry(qint64 index, ZipEntry &entry)ZipFile
getEntry(const QString &path, ZipEntry &entry, bool ignoreCase=false)ZipFile
getEntryComment(qint64 index)ZipFile
getEntryPath(qint64 index)ZipFile
isEntryOpen() constZipFile
isOpen() constZipFile
numEntries()ZipFile
open(QIODevice::OpenMode openMode, const QString &password=QString())ZipFile
openEntry(qint64 index)ZipFile
readEntry(char *buf, int count)ZipFile
removeEntry(qint64 index)ZipFile
renameEntry(qint64 index, const QString &newPath)ZipFile
setArchiveComment(const QString &comment)ZipFile
setEntryComment(qint64 index, const QString &comment)ZipFile
ZipEntry classZipFilefriend
ZipFile(const QString &file)ZipFile
~ZipFile()ZipFilevirtual