ark
LibXzInterface Class Reference
#include <xzplugin.h>
Inheritance diagram for LibXzInterface:

Public Member Functions | |
LibXzInterface (QObject *parent, const QVariantList &args) | |
virtual | ~LibXzInterface () |
![]() | |
LibSingleFileInterface (QObject *parent, const QVariantList &args) | |
virtual | ~LibSingleFileInterface () |
virtual bool | copyFiles (const QList< QVariant > &files, const QString &destinationDirectory, Kerfuffle::ExtractionOptions options) |
virtual bool | list () |
![]() | |
ReadOnlyArchiveInterface (QObject *parent, const QVariantList &args) | |
virtual | ~ReadOnlyArchiveInterface () |
virtual bool | doKill () |
virtual bool | doResume () |
virtual bool | doSuspend () |
QString | filename () const |
virtual bool | isReadOnly () const |
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 | overwriteFileName (QString &filename) |
const QString | uncompressedFileName () const |
![]() | |
QString | password () const |
void | setWaitForFinishedSignal (bool value) |
![]() | |
QString | m_mimeType |
QStringList | m_possibleExtensions |
Detailed Description
Definition at line 31 of file xzplugin.h.
Constructor & Destructor Documentation
LibXzInterface::LibXzInterface | ( | QObject * | parent, |
const QVariantList & | args | ||
) |
Definition at line 31 of file xzplugin.cpp.
|
virtual |
Definition at line 39 of file xzplugin.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:10 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:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.