Home
last modified time | relevance | path

Searched refs:canMoveToTrash (Results 1 – 10 of 10) sorted by relevance

/dports/x11-fm/krusader2/krusader-2.7.2/krusader/FileSystem/
H A Dvirtualfilesystem.h67 bool canMoveToTrash(const QStringList &fileNames) const Q_DECL_OVERRIDE;
H A Ddefaultfilesystem.h62 bool canMoveToTrash(const QStringList &) const Q_DECL_OVERRIDE { return isLocal(); } in canMoveToTrash() function
H A Dfilesystem.h101 virtual bool canMoveToTrash(const QStringList &fileNames) const = 0;
H A Dvirtualfilesystem.cpp176 bool VirtualFileSystem::canMoveToTrash(const QStringList &fileNames) const in canMoveToTrash() function in VirtualFileSystem
/dports/devel/liteide/liteide-x37.4/liteidex/src/utils/folderview/
H A Dbasefoldeview.h38 bool canMoveToTrash() const;
H A Dfolderview.cpp317 if (this->canMoveToTrash()) { in customContextMenuRequested()
340 if (this->canMoveToTrash()) { in customContextMenuRequested()
H A Dmultifolderview.cpp231 if (this->canMoveToTrash()) { in customContextMenuRequested()
255 if (this->canMoveToTrash()) { in customContextMenuRequested()
H A Dbasefolderview.cpp155 bool BaseFolderView::canMoveToTrash() const in canMoveToTrash() function in BaseFolderView
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/Panel/
H A Dpanelcontextmenu.cpp235 && panel->func->files()->canMoveToTrash(fileNames)) { in PanelContextMenu()
H A Dpanelfunc.cpp710 moveToTrash = moveToTrash && files()->canMoveToTrash(fileNames); in deleteFiles()