ark
Kerfuffle::ReadWriteArchiveInterface Class Referenceabstract
#include <archiveinterface.h>
Inheritance diagram for Kerfuffle::ReadWriteArchiveInterface:

Public Member Functions | |
ReadWriteArchiveInterface (QObject *parent, const QVariantList &args) | |
virtual | ~ReadWriteArchiveInterface () |
virtual bool | addFiles (const QStringList &files, const CompressionOptions &options)=0 |
virtual bool | deleteFiles (const QList< QVariant > &files)=0 |
virtual bool | isReadOnly () const |
![]() | |
ReadOnlyArchiveInterface (QObject *parent, const QVariantList &args) | |
virtual | ~ReadOnlyArchiveInterface () |
virtual bool | copyFiles (const QList< QVariant > &files, const QString &destinationDirectory, ExtractionOptions options)=0 |
virtual bool | doKill () |
virtual bool | doResume () |
virtual bool | doSuspend () |
QString | filename () const |
virtual bool | list ()=0 |
virtual bool | open () |
void | setPassword (const QString &password) |
bool | waitForFinishedSignal () |
Additional Inherited Members | |
![]() | |
void | entry (const ArchiveEntry &archiveEntry) |
void | entryRemoved (const QString &path) |
void | error (const QString &message, const QString &details=QString()) |
void | finished (bool result) |
void | info (const QString &info) |
void | progress (double progress) |
void | userQuery (Query *query) |
![]() | |
QString | password () const |
void | setWaitForFinishedSignal (bool value) |
Detailed Description
Definition at line 121 of file archiveinterface.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 91 of file archiveinterface.cpp.
|
virtual |
Definition at line 96 of file archiveinterface.cpp.
Member Function Documentation
|
pure virtual |
Implemented in Kerfuffle::CliInterface, LibArchiveInterface, and KArchiveInterface.
|
pure virtual |
Implemented in Kerfuffle::CliInterface, and KArchiveInterface.
|
virtual |
Returns whether the file can only be read.
- Returns
true
The file cannot be written.-
false
The file can be read and written.
Reimplemented from Kerfuffle::ReadOnlyArchiveInterface.
Definition at line 110 of file archiveinterface.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:08:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:08:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.