KFilePropsPlugin Class Reference
'General' plugin This plugin displays the name of the file, its size and access times. More...
#include <kpropertiesdialog.h>
Inheritance diagram for KFilePropsPlugin:

Public Member Functions | |
KFilePropsPlugin (KPropertiesDialog *_props) | |
virtual void | applyChanges () |
void | postApplyChanges () |
void | setFileNameReadOnly (bool ro) |
Static Public Member Functions | |
bool | supports (KFileItemList _items) |
Protected Slots | |
void | slotEditFileType () |
void | slotCopyFinished (KIO::Job *) |
void | slotFileRenamed (KIO::Job *, const KURL &, const KURL &) |
void | slotDirSizeUpdate () |
void | slotDirSizeFinished (KIO::Job *) |
void | slotFoundMountPoint (const QString &mp, unsigned long kBSize, unsigned long kBUsed, unsigned long kBAvail) |
void | slotSizeStop () |
void | slotSizeDetermine () |
Detailed Description
'General' plugin This plugin displays the name of the file, its size and access times.Definition at line 419 of file kpropertiesdialog.h.
Constructor & Destructor Documentation
|
Member Function Documentation
|
Applies all changes made. This plugin must be always the first plugin in the dialog, since this function may rename the file which may confuse other applyChanges functions. Reimplemented from KPropsDlgPlugin. Definition at line 1181 of file kpropertiesdialog.cpp. References KPropertiesDialog::abortApplying(), KIO::copy(), KIO::encodeFileName(), endl(), kdDebug(), KPropertiesDialog::kurl(), KIO::move(), KURL::path(), KPropertiesDialog::rename(), KMessageBox::sorry(), KPropertiesDialog::updateUrl(), and KURL::url(). |
|
Tests whether the files specified by _items need a 'General' plugin. Definition at line 1172 of file kpropertiesdialog.cpp. Referenced by KPropertiesDialog::canDisplay(). |
|
Called after all plugins applied their changes. Definition at line 1352 of file kpropertiesdialog.cpp. References KPropertiesDialog::items(). Referenced by KPropertiesDialog::slotOk(). |
The documentation for this class was generated from the following files: