ark
Kerfuffle Namespace Reference
Classes | |
| class | AddJob |
| class | Archive |
| class | ArchiveBase |
| class | ArchiveFactory |
| class | ArchiveInterfaceFactory |
| class | ArchiveJobHelper |
| class | ArchiveObserver |
| class | DeleteJob |
| class | ExtractionDialog |
| class | ExtractJob |
| class | InternalAddJob |
| class | InternalDeleteJob |
| class | InternalExtractJob |
| class | InternalJob |
| class | InternalListingJob |
| class | ListJob |
| class | OverwriteQuery |
| class | Query |
| class | ReadOnlyArchiveInterface |
| class | ReadWriteArchiveInterface |
Typedefs | |
| typedef QHash< int, QVariant > | ArchiveEntry |
| typedef QHash< QString, QVariant > | QueryData |
Enumerations | |
| enum | EntryMetaDataType { FileName = 0, InternalID = 1, Permissions = 2, Owner = 3, Group = 4, Size = 5, CompressedSize = 6, Link = 7, Ratio = 8, CRC = 9, Method = 10, Version = 11, Timestamp = 12, IsDirectory = 13, Comment = 14, IsPasswordProtected = 15, Custom = 1048576 } |
Functions | |
| Archive * | factory (const QString &filename, const QString &requestedMimeType) |
| QStringList | supportedMimeTypes () |
| QStringList | supportedWriteMimeTypes () |
Typedef Documentation
| typedef QHash<int, QVariant> Kerfuffle::ArchiveEntry |
Enumeration Type Documentation
Function Documentation
| KERFUFFLE_EXPORT Archive * Kerfuffle::factory | ( | const QString & | filename, | |
| const QString & | requestedMimeType | |||
| ) |
Definition at line 43 of file archive.cpp.
| KERFUFFLE_EXPORT QStringList Kerfuffle::supportedMimeTypes | ( | ) |
Definition at line 92 of file archive.cpp.
| KERFUFFLE_EXPORT QStringList Kerfuffle::supportedWriteMimeTypes | ( | ) |
Definition at line 110 of file archive.cpp.
KDE 4.2 API Reference