class RenameDlg


Full nameKIO::RenameDlg
Definition#include <renamedlg.h>
InheritsQDialog (qt)
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Slots

Signals

Protected Slots

Protected Members

 RenameDlg ( QWidget *parent, const QString & caption, const QString & src, const QString & dest, RenameDlg_Mode mode, unsigned long sizeSrc = (unsigned long)-1, unsigned long sizeDest = (unsigned long)-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 )

Construct a "rename" dialog

The following parameters bring optionnal information about src and dest

Parameters:
parentparent widget (often 0)
captionthe caption for the dialog box
srcthe url to the file/dir we're trying to copy, as it's part of the text message
destthe path to destination file/dir, i.e. the one that already exists
modeparameters for the dialog (which buttons to show...), @see RenameDlg_Mode
sizeSrcsize of source file
sizeDestsize of destination file
ctimeSrccreation time of source file
ctimeDestcreation time of destination file
mtimeSrcmodification time of source file
mtimeDestmodification time of destination file
modalset to true for a modal dialog

QString  newName ()

Returns: the new destination path valid only if RENAME was chosen


Generated by: dfaure@faure on Sun Mar 26 14:24:43 2000, using kdoc 2.0a35.