KIO
KDEPrivate::KFilePermissionsPropsPlugin Class Reference
'Permissions' plugin In this plugin you can modify permissions and change the owner of a file. More...
#include <kpropertiesdialog_p.h>

Public Types | |
| enum | PermissionsMode { PermissionsOnlyFiles = 0, PermissionsOnlyDirs = 1, PermissionsOnlyLinks = 2, PermissionsMixed = 3 } |
| enum | PermissionsTarget { PermissionsOwner = 0, PermissionsGroup = 1, PermissionsOthers = 2 } |
Signals | |
| void | leaveModality () |
Public Member Functions | |
| KFilePermissionsPropsPlugin (KPropertiesDialog *_props) | |
| virtual | ~KFilePermissionsPropsPlugin () |
| virtual void | applyChanges () |
Static Public Member Functions | |
| static bool | supports (const KFileItemList &_items) |
Detailed Description
'Permissions' plugin In this plugin you can modify permissions and change the owner of a file.
Definition at line 109 of file kpropertiesdialog_p.h.
Member Enumeration Documentation
Definition at line 113 of file kpropertiesdialog_p.h.
Definition at line 120 of file kpropertiesdialog_p.h.
Constructor & Destructor Documentation
| KFilePermissionsPropsPlugin::KFilePermissionsPropsPlugin | ( | KPropertiesDialog * | _props | ) |
Constructor.
Definition at line 1590 of file kpropertiesdialog.cpp.
| KFilePermissionsPropsPlugin::~KFilePermissionsPropsPlugin | ( | ) | [virtual] |
Definition at line 2203 of file kpropertiesdialog.cpp.
Member Function Documentation
| void KFilePermissionsPropsPlugin::applyChanges | ( | ) | [virtual] |
Applies all changes to the file.
This function is called when the user presses 'Ok'. The last plugin inserted is called first.
Reimplemented from KPropertiesDialogPlugin.
Definition at line 2465 of file kpropertiesdialog.cpp.
| void KDEPrivate::KFilePermissionsPropsPlugin::leaveModality | ( | ) | [signal] |
| bool KFilePermissionsPropsPlugin::supports | ( | const KFileItemList & | _items | ) | [static] |
Tests whether the file specified by _items needs a 'Permissions' plugin.
Definition at line 2208 of file kpropertiesdialog.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference