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
FileItem(const KUrl &url, const QString &mimeSrc, KIO::filesize_t, time_t ctime, time_t mtime)
Definition renamedialogplugin.cpp:57
QString mimeType() const
Definition renamedialogplugin.cpp:72
KIO::filesize_t fileSize() const
Definition renamedialogplugin.cpp:76
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.
RenameDialogPlugin(QDialog *dialog)
The Rename Dialog will be embedded into a QDialog.
Definition renamedialogplugin.cpp:89
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-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.