KIO
KIO::RenameDialogPlugin Class Referenceabstract
#include <renamedialogplugin.h>
Inheritance diagram for KIO::RenameDialogPlugin:
Classes | |
class | FileItem |
Public Member Functions | |
RenameDialogPlugin (QDialog *dialog) | |
virtual void | handle (KIO::RenameDialog_Mode mode, const FileItem &srcFile, const FileItem &dstFile)=0 |
virtual bool | wantToHandle (RenameDialog_Mode mode, const FileItem &srcFile, const FileItem &dstFile) const =0 |
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.
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
|
pure virtual |
|
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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.