KIO
renamedialog.h File Reference
#include <kurl.h>#include <QtGui/QDialog>#include <QtCore/QString>#include <sys/types.h>#include <kio/global.h>Go to the source code of this file.
Classes | |
| class | KIO::RenameDialog |
| The dialog shown when a CopyJob realizes that a destination file already exists, and wants to offer the user with the choice to either Rename, Overwrite, Skip; this dialog is also used when a .part file exists and the user can choose to Resume a previous download. More... | |
Namespaces | |
| namespace | KIO |
Enumerations | |
| enum | KIO::RenameDialog_Mode { KIO::M_OVERWRITE = 1, KIO::M_OVERWRITE_ITSELF = 2, KIO::M_SKIP = 4, KIO::M_SINGLE = 8, KIO::M_MULTI = 16, KIO::M_RESUME = 32, KIO::M_NORENAME = 64, KIO::M_ISDIR = 128 } |
| enum | KIO::RenameDialog_Result { KIO::R_RESUME = 6, KIO::R_RESUME_ALL = 7, KIO::R_OVERWRITE = 4, KIO::R_OVERWRITE_ALL = 5, KIO::R_SKIP = 2, KIO::R_AUTO_SKIP = 3, KIO::R_RENAME = 1, KIO::R_CANCEL = 0 } |
KDE 4.3 API Reference