ark
archiveinterface.cpp
Go to the documentation of this file.
116 return !fileInfo.dir().exists(); // TODO: Should also check if we can create a file in that directory
void setWaitForFinishedSignal(bool value)
Setting this option to true will not exit the thread with the exit of the various functions...
Definition: archiveinterface.cpp:105
virtual bool doSuspend()
Definition: archiveinterface.cpp:79
QString filename() const
Returns the filename of the archive currently being handled.
Definition: archiveinterface.cpp:48
ReadWriteArchiveInterface(QObject *parent, const QVariantList &args)
Definition: archiveinterface.cpp:91
QString password() const
Definition: archiveinterface.cpp:68
bool exists() const
void setPassword(const QString &password)
Definition: archiveinterface.cpp:63
virtual bool doResume()
Definition: archiveinterface.cpp:85
ReadOnlyArchiveInterface(QObject *parent, const QVariantList &args)
Definition: archiveinterface.cpp:37
QDir dir() const
virtual ~ReadOnlyArchiveInterface()
Definition: archiveinterface.cpp:44
virtual ~ReadWriteArchiveInterface()
Definition: archiveinterface.cpp:96
bool exists() const
virtual bool isReadOnly() const
Returns whether the file can only be read.
Definition: archiveinterface.cpp:110
virtual bool isReadOnly() const
Returns whether the file can only be read.
Definition: archiveinterface.cpp:53
bool waitForFinishedSignal()
Definition: archiveinterface.cpp:100
bool isWritable() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:36 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:36 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.