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

Detailed Description
Definition at line 33 of file libarchivehandler.h.
Public Member Functions | |
| LibArchiveInterface (const QString &filename, QObject *parent=0) | |
| ~LibArchiveInterface () | |
| bool | list () |
| bool | copyFiles (const QList< QVariant > &files, const QString &destinationDirectory, bool preservePaths) |
Constructor & Destructor Documentation
| LibArchiveInterface::LibArchiveInterface | ( | const QString & | filename, | |
| QObject * | parent = 0 | |||
| ) | [explicit] |
Definition at line 41 of file libarchivehandler.cpp.
| LibArchiveInterface::~LibArchiveInterface | ( | ) |
Definition at line 46 of file libarchivehandler.cpp.
Member Function Documentation
| bool LibArchiveInterface::list | ( | ) | [virtual] |
Implements Kerfuffle::ReadOnlyArchiveInterface.
Definition at line 50 of file libarchivehandler.cpp.
| bool LibArchiveInterface::copyFiles | ( | const QList< QVariant > & | files, | |
| const QString & | destinationDirectory, | |||
| bool | preservePaths | |||
| ) | [virtual] |
Implements Kerfuffle::ReadOnlyArchiveInterface.
Definition at line 103 of file libarchivehandler.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference