KIO
KIO::RenameDialog Class Reference
A dialog for the options to rename two files. More...
#include <renamedialog.h>

Public Slots | |
void | autoSkipPressed () |
void | cancelPressed () |
void | overwriteAllPressed () |
void | overwritePressed () |
void | renamePressed () |
void | resumeAllPressed () |
void | resumePressed () |
void | skipPressed () |
void | suggestNewNamePressed () |
Public Member Functions | |
KUrl | newDestUrl () |
RenameDialog (QWidget *parent, const QString &caption, const KUrl &src, const KUrl &dest, RenameDialog_Mode mode, KIO::filesize_t sizeSrc=(KIO::filesize_t)-1, KIO::filesize_t sizeDest=(KIO::filesize_t)-1, time_t ctimeSrc=(time_t)-1, time_t ctimeDest=(time_t)-1, time_t mtimeSrc=(time_t)-1, time_t mtimeDest=(time_t)-1) | |
~RenameDialog () | |
Static Public Member Functions | |
static QString | suggestName (const KUrl &baseURL, const QString &oldName) |
Protected Slots | |
void | enableRenameButton (const QString &) |
Detailed Description
A dialog for the options to rename two files.A dialog for renaming files.
Definition at line 61 of file renamedialog.h.
Constructor & Destructor Documentation
RenameDialog::RenameDialog | ( | QWidget * | parent, | |
const QString & | caption, | |||
const KUrl & | src, | |||
const KUrl & | dest, | |||
RenameDialog_Mode | mode, | |||
KIO::filesize_t | sizeSrc = (KIO::filesize_t) -1 , |
|||
KIO::filesize_t | sizeDest = (KIO::filesize_t) -1 , |
|||
time_t | ctimeSrc = (time_t) -1 , |
|||
time_t | ctimeDest = (time_t) -1 , |
|||
time_t | mtimeSrc = (time_t) -1 , |
|||
time_t | mtimeDest = (time_t) -1 | |||
) |
Construct a "rename" dialog.
- Parameters:
-
parent parent widget (often 0) caption the caption for the dialog box src the url to the file/dir we're trying to copy, as it's part of the text message dest the path to destination file/dir, i.e. the one that already exists mode parameters for the dialog (which buttons to show...), sizeSrc size of source file sizeDest size of destination file ctimeSrc creation time of source file ctimeDest creation time of destination file mtimeSrc modification time of source file mtimeDest modification time of destination file
- See also:
- RenameDialog_Mode
Definition at line 79 of file renamedialog.cpp.
RenameDialog::~RenameDialog | ( | ) |
Definition at line 358 of file renamedialog.cpp.
Member Function Documentation
void RenameDialog::autoSkipPressed | ( | ) | [slot] |
Definition at line 469 of file renamedialog.cpp.
void RenameDialog::cancelPressed | ( | ) | [slot] |
Definition at line 389 of file renamedialog.cpp.
void RenameDialog::enableRenameButton | ( | const QString & | newDest | ) | [protected, slot] |
Definition at line 364 of file renamedialog.cpp.
KUrl RenameDialog::newDestUrl | ( | ) |
- Returns:
- the new destination valid only if RENAME was chosen
Definition at line 381 of file renamedialog.cpp.
void RenameDialog::overwriteAllPressed | ( | ) | [slot] |
Definition at line 479 of file renamedialog.cpp.
void RenameDialog::overwritePressed | ( | ) | [slot] |
Definition at line 474 of file renamedialog.cpp.
void RenameDialog::renamePressed | ( | ) | [slot] |
Definition at line 395 of file renamedialog.cpp.
void RenameDialog::resumeAllPressed | ( | ) | [slot] |
Definition at line 489 of file renamedialog.cpp.
void RenameDialog::resumePressed | ( | ) | [slot] |
Definition at line 484 of file renamedialog.cpp.
void RenameDialog::skipPressed | ( | ) | [slot] |
Definition at line 464 of file renamedialog.cpp.
Given a directory path and a filename (which usually exists already), this function returns a suggested name for a file that doesn't exist in that directory.
The existence is only checked for local urls though. The suggested file name is of the form foo_1 foo_2 etc.
Definition at line 410 of file renamedialog.cpp.
void RenameDialog::suggestNewNamePressed | ( | ) | [slot] |
Definition at line 452 of file renamedialog.cpp.
The documentation for this class was generated from the following files: