KIO
Go to the documentation of this file.
29 #ifndef KPROPERTIESDIALOGP_H
30 #define KPROPERTIESDIALOGP_H
38 class Ui_KPropertiesDesktopBase;
91 void nameFileChanged(
const QString &text );
92 void slotIconChanged();
95 bool enableIconButton()
const;
96 void determineRelativePath(
const QString & path );
97 void applyIconChanges();
99 class KFilePropsPluginPrivate;
100 KFilePropsPluginPrivate*
const d;
141 void slotChmodResult(
KJob * );
142 void slotShowAdvancedPermissions();
149 mode_t permissions, mode_t partial);
150 bool isIrregular(mode_t permissions,
bool isDir,
bool isLink);
151 void enableAccessControls(
bool enable);
152 void updateAccessControls();
153 void getPermissionMasks(mode_t &andFilePermissions,
154 mode_t &andDirPermissions,
155 mode_t &orFilePermissions,
156 mode_t &orDirPermissions);
158 static const mode_t permissionsMasks[3];
159 static const mode_t standardPermissions[4];
160 static const char *permissionsTexts[4][4];
162 static mode_t fperm[3][4];
164 class KFilePermissionsPropsPluginPrivate;
165 KFilePermissionsPropsPluginPrivate*
const d;
192 class KUrlPropsPluginPrivate;
193 KUrlPropsPluginPrivate*
const d;
213 void slotActivated(
int );
214 void slotDeviceChanged();
222 class KDevicePropsPluginPrivate;
223 KDevicePropsPluginPrivate*
const d;
255 void checkCommandChanged();
258 class KDesktopPropsPluginPrivate;
259 KDesktopPropsPluginPrivate *
const d;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jun 1 2013 20:20:49 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.