ark
LibArchiveInterface Class Reference
#include <libarchivehandler.h>
Inheritance diagram for LibArchiveInterface:

Detailed Description
Definition at line 33 of file libarchivehandler.h.
Public Member Functions | |
| bool | addFiles (const QString &path, const QStringList &files) |
| bool | copyFiles (const QList< QVariant > &files, const QString &destinationDirectory, Archive::CopyFlags flags) |
| bool | deleteFiles (const QList< QVariant > &files) |
| LibArchiveInterface (const QString &filename, QObject *parent=0) | |
| bool | list () |
| ~LibArchiveInterface () | |
Constructor & Destructor Documentation
| LibArchiveInterface::LibArchiveInterface | ( | const QString & | filename, | |
| QObject * | parent = 0 | |||
| ) | [explicit] |
Definition at line 45 of file libarchivehandler.cpp.
| LibArchiveInterface::~LibArchiveInterface | ( | ) |
Definition at line 53 of file libarchivehandler.cpp.
Member Function Documentation
| bool LibArchiveInterface::addFiles | ( | const QString & | path, | |
| const QStringList & | files | |||
| ) | [virtual] |
Implements Kerfuffle::ReadWriteArchiveInterface.
Definition at line 373 of file libarchivehandler.cpp.
| bool LibArchiveInterface::copyFiles | ( | const QList< QVariant > & | files, | |
| const QString & | destinationDirectory, | |||
| Archive::CopyFlags | flags | |||
| ) | [virtual] |
Implements Kerfuffle::ReadOnlyArchiveInterface.
Definition at line 126 of file libarchivehandler.cpp.
Implements Kerfuffle::ReadWriteArchiveInterface.
Definition at line 550 of file libarchivehandler.cpp.
| bool LibArchiveInterface::list | ( | ) | [virtual] |
Implements Kerfuffle::ReadOnlyArchiveInterface.
Definition at line 76 of file libarchivehandler.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference