KIO
KIO::RenameDialogPlugin Class Reference
#include <renamedialogplugin.h>
Inheritance diagram for KIO::RenameDialogPlugin:

Detailed Description
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.
Definition at line 45 of file renamedialogplugin.h.
Public Member Functions | |
virtual void | handle (KIO::RenameDialog_Mode mode, const FileItem &srcFile, const FileItem &dstFile)=0 |
RenameDialogPlugin (QDialog *dialog) | |
virtual bool | wantToHandle (RenameDialog_Mode mode, const FileItem &srcFile, const FileItem &dstFile) const =0 |
Classes | |
class | FileItem |
File Representation consisting of the KUrl, MimeType and filesize and the times of the last changes. More... |
Constructor & Destructor Documentation
RenameDialogPlugin::RenameDialogPlugin | ( | QDialog * | dialog | ) |
The Rename Dialog will be embedded into a QDialog.
Definition at line 89 of file renamedialogplugin.cpp.
Member Function Documentation
virtual void KIO::RenameDialogPlugin::handle | ( | KIO::RenameDialog_Mode | mode, | |
const FileItem & | srcFile, | |||
const FileItem & | dstFile | |||
) | [pure virtual] |
Present the data of.
- Parameters:
-
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
virtual bool KIO::RenameDialogPlugin::wantToHandle | ( | RenameDialog_Mode | mode, | |
const FileItem & | srcFile, | |||
const FileItem & | dstFile | |||
) | const [pure virtual] |
This function will be invoked by the KIO::RenameDialog to check if you to handle the src and destination file.
- Parameters:
-
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
The documentation for this class was generated from the following files: