ark
#include <cliplugin.h>
|
| | CliPlugin (QObject *parent, const QVariantList &args) |
| |
| | CliPlugin (QObject *parent, const QVariantList &args) |
| |
| | CliPlugin (QObject *parent, const QVariantList &args) |
| |
| | CliPlugin (QObject *parent=0, const QVariantList &args=QVariantList()) |
| |
| | CliPlugin (QObject *parent, const QVariantList &args) |
| |
| virtual | ~CliPlugin () |
| |
| virtual | ~CliPlugin () |
| |
| virtual | ~CliPlugin () |
| |
| virtual | ~CliPlugin () |
| |
| virtual | ~CliPlugin () |
| |
| virtual QString | escapeFileName (const QString &fileName) const |
| |
| virtual QString | escapeFileName (const QString &fileName) const |
| |
| virtual Kerfuffle::ParameterList | parameterList () const |
| |
| virtual Kerfuffle::ParameterList | parameterList () const |
| |
| virtual ParameterList | parameterList () const |
| |
| virtual Kerfuffle::ParameterList | parameterList () const |
| |
| virtual bool | readListLine (const QString &line) |
| |
| bool | readListLine (const QString &line) |
| |
| virtual bool | readListLine (const QString &line) |
| |
| virtual bool | readListLine (const QString &line) |
| |
| | CliInterface (QObject *parent, const QVariantList &args) |
| |
| virtual | ~CliInterface () |
| |
| virtual bool | addFiles (const QStringList &files, const CompressionOptions &options) |
| |
| virtual bool | copyFiles (const QList< QVariant > &files, const QString &destinationDirectory, ExtractionOptions options) |
| |
| virtual bool | deleteFiles (const QList< QVariant > &files) |
| |
| bool | doKill () |
| |
| bool | doResume () |
| |
| bool | doSuspend () |
| |
| QString | escapedCharacters () |
| |
| virtual bool | list () |
| |
| void | setEscapedCharacters (const QString &characters) |
| |
| void | setListEmptyLines (bool emptyLines) |
| |
| | ReadWriteArchiveInterface (QObject *parent, const QVariantList &args) |
| |
| virtual | ~ReadWriteArchiveInterface () |
| |
| virtual bool | isReadOnly () const |
| |
| | ReadOnlyArchiveInterface (QObject *parent, const QVariantList &args) |
| |
| virtual | ~ReadOnlyArchiveInterface () |
| |
| QString | filename () const |
| |
| virtual bool | open () |
| |
| void | setPassword (const QString &password) |
| |
| bool | waitForFinishedSignal () |
| |
Definition at line 29 of file cli7zplugin/cliplugin.h.
| CliPlugin::CliPlugin |
( |
QObject * |
parent, |
|
|
const QVariantList & |
args |
|
) |
| |
|
explicit |
| CliPlugin::~CliPlugin |
( |
| ) |
|
|
virtual |
| CliPlugin::CliPlugin |
( |
QObject * |
parent, |
|
|
const QVariantList & |
args |
|
) |
| |
|
explicit |
| virtual CliPlugin::~CliPlugin |
( |
| ) |
|
|
virtual |
| CliPlugin::CliPlugin |
( |
QObject * |
parent = 0, |
|
|
const QVariantList & |
args = QVariantList() |
|
) |
| |
|
explicit |
| virtual CliPlugin::~CliPlugin |
( |
| ) |
|
|
virtual |
| CliPlugin::CliPlugin |
( |
QObject * |
parent, |
|
|
const QVariantList & |
args |
|
) |
| |
|
explicit |
| virtual CliPlugin::~CliPlugin |
( |
| ) |
|
|
virtual |
| CliPlugin::CliPlugin |
( |
QObject * |
parent, |
|
|
const QVariantList & |
args |
|
) |
| |
|
explicit |
| virtual CliPlugin::~CliPlugin |
( |
| ) |
|
|
virtual |
| virtual QString CliPlugin::escapeFileName |
( |
const QString & |
fileName | ) |
const |
|
virtual |
Performs any additional escaping and processing on fileName before passing it to the underlying process.
The default implementation returns fileName unchanged.
- Parameters
-
| fileName | String to escape. |
Reimplemented from Kerfuffle::CliInterface.
| QString CliPlugin::escapeFileName |
( |
const QString & |
fileName | ) |
const |
|
virtual |
Performs any additional escaping and processing on fileName before passing it to the underlying process.
The default implementation returns fileName unchanged.
- Parameters
-
| fileName | String to escape. |
Reimplemented from Kerfuffle::CliInterface.
Definition at line 54 of file clirarplugin/cliplugin.cpp.
| virtual bool CliPlugin::readListLine |
( |
const QString & |
line | ) |
|
|
virtual |
| bool CliPlugin::readListLine |
( |
const QString & |
line | ) |
|
|
virtual |
| virtual bool CliPlugin::readListLine |
( |
const QString & |
line | ) |
|
|
virtual |
| bool CliPlugin::readListLine |
( |
const QString & |
line | ) |
|
|
protectedvirtual |
| virtual bool CliPlugin::readListLine |
( |
const QString & |
line | ) |
|
|
virtual |
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
KDE's Doxygen guidelines are available online.