kio
KFilePropsPlugin Class Reference
'General' plugin This plugin displays the name of the file, its size and access times. More...
#include <kpropertiesdialog.h>
Public Member Functions | |
virtual void | applyChanges () |
KFilePropsPlugin (KPropertiesDialog *_props) | |
void | postApplyChanges () |
void | setFileNameReadOnly (bool ro) |
virtual | ~KFilePropsPlugin () |
Static Public Member Functions | |
static bool | supports (KFileItemList _items) |
Protected Slots | |
void | slotCopyFinished (KIO::Job *) |
void | slotDirSizeFinished (KIO::Job *) |
void | slotDirSizeUpdate () |
void | slotEditFileType () |
void | slotFileRenamed (KIO::Job *, const KURL &, const KURL &) |
void | slotFoundMountPoint (const QString &mp, unsigned long kBSize, unsigned long kBUsed, unsigned long kBAvail) |
void | slotSizeDetermine () |
void | slotSizeStop () |
Detailed Description
'General' plugin This plugin displays the name of the file, its size and access times.
For internal use only.
Definition at line 495 of file kpropertiesdialog.h.
Constructor & Destructor Documentation
KFilePropsPlugin::KFilePropsPlugin | ( | KPropertiesDialog * | _props | ) |
KFilePropsPlugin::~KFilePropsPlugin | ( | ) | [virtual] |
Definition at line 1293 of file kpropertiesdialog.cpp.
Member Function Documentation
void KFilePropsPlugin::applyChanges | ( | ) | [virtual] |
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 1307 of file kpropertiesdialog.cpp.
void KFilePropsPlugin::postApplyChanges | ( | ) |
Called after all plugins applied their changes.
Definition at line 1482 of file kpropertiesdialog.cpp.
void KFilePropsPlugin::setFileNameReadOnly | ( | bool | ro | ) |
Definition at line 1104 of file kpropertiesdialog.cpp.
void KFilePropsPlugin::slotCopyFinished | ( | KIO::Job * | job | ) | [protected, slot] |
Definition at line 1375 of file kpropertiesdialog.cpp.
void KFilePropsPlugin::slotDirSizeFinished | ( | KIO::Job * | job | ) | [protected, slot] |
Definition at line 1222 of file kpropertiesdialog.cpp.
void KFilePropsPlugin::slotDirSizeUpdate | ( | ) | [protected, slot] |
Definition at line 1210 of file kpropertiesdialog.cpp.
void KFilePropsPlugin::slotEditFileType | ( | ) | [protected, slot] |
Definition at line 1119 of file kpropertiesdialog.cpp.
void KFilePropsPlugin::slotFileRenamed | ( | KIO::Job * | , | |
const KURL & | , | |||
const KURL & | newUrl | |||
) | [protected, slot] |
Definition at line 1475 of file kpropertiesdialog.cpp.
void KFilePropsPlugin::slotFoundMountPoint | ( | const QString & | mp, | |
unsigned long | kBSize, | |||
unsigned long | kBUsed, | |||
unsigned long | kBAvail | |||
) | [protected, slot] |
Definition at line 1182 of file kpropertiesdialog.cpp.
void KFilePropsPlugin::slotSizeDetermine | ( | ) | [protected, slot] |
Definition at line 1246 of file kpropertiesdialog.cpp.
void KFilePropsPlugin::slotSizeStop | ( | ) | [protected, slot] |
Definition at line 1278 of file kpropertiesdialog.cpp.
bool KFilePropsPlugin::supports | ( | KFileItemList | _items | ) | [static] |
Tests whether the files specified by _items need a 'General' plugin.
Definition at line 1298 of file kpropertiesdialog.cpp.
The documentation for this class was generated from the following files: