|
Quark
0.1
|
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() const | ZipFile | inline |
| 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() const | ZipFile | |
| isOpen() const | ZipFile | |
| 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 class | ZipFile | friend |
| ZipFile(const QString &file) | ZipFile | |
| ~ZipFile() | ZipFile | virtual |