|
|
A dialog for the options to rename two files
| RenameDlg ( QWidget *parent, const QString & caption,
const QString & src, const QString & dest, RenameDlg_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,
bool modal = FALSE )
| RenameDlg |
Construct a "rename" dialog
The following parameters bring optionnal information about src and dest
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 |
| modal | set to true for a modal dialog |
See also: RenameDlg_Mode
| ~RenameDlg ()
| ~RenameDlg |
| KURL newDestURL ()
| newDestURL |
Returns: the new destination valid only if RENAME was chosen
| void b0Pressed ()
| b0Pressed |
[slot]
| void b1Pressed ()
| b1Pressed |
[slot]
| void b2Pressed ()
| b2Pressed |
[slot]
| void b3Pressed ()
| b3Pressed |
[slot]
| void b4Pressed ()
| b4Pressed |
[slot]
| void b5Pressed ()
| b5Pressed |
[slot]
| void b6Pressed ()
| b6Pressed |
[slot]
| void b7Pressed ()
| b7Pressed |
[slot]
| void b8Pressed ()
| b8Pressed |
[slot]
| void enableRenameButton (const QString &)
| enableRenameButton |
[protected slots slot]
| Generated by: root on sparc64.ports.openbsd.org on Sun Sep 14 00:03:58 2003, using kdoc 2.0a54. |