ark
extractHereDndPlugin.cpp
Go to the documentation of this file.
64 const QString extractHereMessage = i18nc("@action:inmenu Context menu shown when an archive is being drag'n'dropped", "Extract here");
virtual void setup(const KFileItemListProperties &popupMenuInfo, KUrl destination, QList< QAction * > &userActions)
Definition: extractHereDndPlugin.cpp:60
bool addInput(const KUrl &url)
Adds a file to the list of files that will be extracted.
Definition: batchextract.cpp:207
void setAutoSubfolder(bool value)
Set whether a folder should be created when necessary so the archive is extracted to it...
Definition: batchextract.cpp:111
void append(const T &value)
Definition: extractHereDndPlugin.h:28
K_PLUGIN_FACTORY(ExtractHerePluginFactory, registerPlugin< ExtractHereDndPlugin >();) void ExtractHereDndPlugin
Definition: extractHereDndPlugin.cpp:33
void setPreservePaths(bool value)
Sets whether paths should be preserved during extraction.
Definition: batchextract.cpp:252
void start()
A wrapper that calls slotStartJob() when the event loop has started.
Definition: batchextract.cpp:116
void setDestinationFolder(const QString &folder)
Sets the directory the archives will be extracted to.
Definition: batchextract.cpp:240
ExtractHereDndPlugin(QObject *parent, const QVariantList &)
Definition: extractHereDndPlugin.cpp:55
This class schedules the extraction of all given compressed archives.
Definition: batchextract.h:54
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:37 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:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.