class RenameDialogPluginabstract |
|
Base class for RenameDialog plugins.
Creating your own RenameDialog Plugin allows you to have a different representation of data depending on the to be copied files. |
|
|
Present the data of
srcFile - and
dstFile - the way you want to.
You will be embedded into the parentWidget().
mode - The actual mode of the Rename Dialog srcFile - The FileItem of the source dstFile - The FileItem of the destination |
|
This function will be invoked by the KIO.RenameDialog to check if you to handle
the src and destination file.
mode - The actual mode of the Rename Dialog srcFile - The FileItem representation of the source file dstFile - The FileItem representation of the destination file Returns Return TRUE if you want to handle/display a resolution See also handle |