KIO
KDEPrivate::KFilePropsPlugin Class Reference
'General' plugin This plugin displays the name of the file, its size and access times. More...
#include <kpropertiesdialog_p.h>

Signals | |
| void | leaveModality () |
Public Member Functions | |
| KFilePropsPlugin (KPropertiesDialog *_props) | |
| virtual | ~KFilePropsPlugin () |
| virtual void | applyChanges () |
| void | postApplyChanges () |
| void | setFileNameReadOnly (bool ro) |
Static Public Member Functions | |
| static bool | supports (const KFileItemList &_items) |
Protected Slots | |
| void | slotCopyFinished (KJob *) |
| void | slotDirSizeFinished (KJob *) |
| void | slotDirSizeUpdate () |
| void | slotEditFileType () |
| void | slotFileRenamed (KIO::Job *, const KUrl &, const KUrl &) |
| void | slotFoundMountPoint (const QString &mp, quint64 kibSize, quint64 kibUsed, quint64 kibAvail) |
| void | slotSizeDetermine () |
| void | slotSizeStop () |
Detailed Description
'General' plugin This plugin displays the name of the file, its size and access times.
Definition at line 48 of file kpropertiesdialog_p.h.
Constructor & Destructor Documentation
| KFilePropsPlugin::KFilePropsPlugin | ( | KPropertiesDialog * | _props | ) |
Constructor.
Definition at line 723 of file kpropertiesdialog.cpp.
| KFilePropsPlugin::~KFilePropsPlugin | ( | ) | [virtual] |
Definition at line 1297 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 KPropertiesDialogPlugin.
Definition at line 1307 of file kpropertiesdialog.cpp.
| void KDEPrivate::KFilePropsPlugin::leaveModality | ( | ) | [signal] |
| void KFilePropsPlugin::postApplyChanges | ( | ) |
Called after all plugins applied their changes.
Definition at line 1513 of file kpropertiesdialog.cpp.
| void KFilePropsPlugin::setFileNameReadOnly | ( | bool | ro | ) |
Definition at line 1139 of file kpropertiesdialog.cpp.
| void KFilePropsPlugin::slotCopyFinished | ( | KJob * | job | ) | [protected, slot] |
Definition at line 1376 of file kpropertiesdialog.cpp.
| void KFilePropsPlugin::slotDirSizeFinished | ( | KJob * | job | ) | [protected, slot] |
Definition at line 1226 of file kpropertiesdialog.cpp.
| void KFilePropsPlugin::slotDirSizeUpdate | ( | ) | [protected, slot] |
Definition at line 1213 of file kpropertiesdialog.cpp.
| void KFilePropsPlugin::slotEditFileType | ( | ) | [protected, slot] |
Definition at line 1152 of file kpropertiesdialog.cpp.
| void KFilePropsPlugin::slotFileRenamed | ( | KIO::Job * | , |
| const KUrl & | , | ||
| const KUrl & | newUrl | ||
| ) | [protected, slot] |
Definition at line 1506 of file kpropertiesdialog.cpp.
| void KFilePropsPlugin::slotFoundMountPoint | ( | const QString & | mp, |
| quint64 | kibSize, | ||
| quint64 | kibUsed, | ||
| quint64 | kibAvail | ||
| ) | [protected, slot] |
Definition at line 1199 of file kpropertiesdialog.cpp.
| void KFilePropsPlugin::slotSizeDetermine | ( | ) | [protected, slot] |
Definition at line 1250 of file kpropertiesdialog.cpp.
| void KFilePropsPlugin::slotSizeStop | ( | ) | [protected, slot] |
Definition at line 1280 of file kpropertiesdialog.cpp.
| bool KFilePropsPlugin::supports | ( | const KFileItemList & | _items | ) | [static] |
Tests whether the files specified by _items need a 'General' plugin.
Definition at line 1302 of file kpropertiesdialog.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference