KIO
renamedialogplugin.h
Go to the documentation of this file.
85 virtual bool wantToHandle( RenameDialog_Mode mode, const FileItem& srcFile, const FileItem& dstFile) const = 0;
95 virtual void handle( KIO::RenameDialog_Mode mode, const FileItem& srcFile, const FileItem& dstFile ) = 0;
File Representation consisting of the KUrl, MimeType and filesize and the times of the last changes.
Definition: renamedialogplugin.h:53
virtual bool wantToHandle(RenameDialog_Mode mode, const FileItem &srcFile, const FileItem &dstFile) const =0
This function will be invoked by the KIO::RenameDialog to check if you to handle the src and destinat...
virtual void handle(KIO::RenameDialog_Mode mode, const FileItem &srcFile, const FileItem &dstFile)=0
Present the data of.
RenameDialog_Mode
M_OVERWRITE: We have an existing dest, show details about it and offer to overwrite it.
Definition: renamedialog.h:56
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.