KIO
renamedialog.h
Go to the documentation of this file.
56 enum RenameDialog_Mode { M_OVERWRITE = 1, M_OVERWRITE_ITSELF = 2, M_SKIP = 4, M_SINGLE = 8, M_MULTI = 16, M_RESUME = 32, M_NORENAME = 64, M_ISDIR = 128 };
61 enum RenameDialog_Result {R_RESUME = 6, R_RESUME_ALL = 7, R_OVERWRITE = 4, R_OVERWRITE_ALL = 5, R_SKIP = 2, R_AUTO_SKIP = 3, R_RENAME = 1, R_AUTO_RENAME = 8, R_CANCEL = 0};
QString caption()
Definition: renamedialog.h:61
Definition: renamedialog.h:56
Definition: renamedialog.h:61
Definition: renamedialog.h:56
Definition: renamedialog.h:61
Definition: renamedialog.h:56
Definition: renamedialog.h:61
Definition: renamedialog.h:61
Definition: renamedialog.h:61
RenameDialog_Mode
M_OVERWRITE: We have an existing dest, show details about it and offer to overwrite it...
Definition: renamedialog.h:56
Definition: renamedialog.h:61
Definition: renamedialog.h:56
Definition: renamedialog.h:61
Definition: renamedialog.h:56
Definition: renamedialog.h:61
Definition: renamedialog.h:56
The dialog shown when a CopyJob realizes that a destination file already exists, and wants to offer t...
Definition: renamedialog.h:70
Definition: renamedialog.h:56
A KFileItem is a generic class to handle a file, local or remote.
Definition: kfileitem.h:45
Definition: renamedialog.h:56
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.