KIO
Go to the documentation of this file.
20 #ifndef KACLEDITWIDGET_H
21 #define KACLEDITWIDGET_H
23 #include <config-acl.h>
25 #if defined(HAVE_POSIX_ACL) || defined(Q_MOC_RUN)
27 #include <QtGui/QWidget>
31 class KACLEditWidget :
public QWidget
35 explicit KACLEditWidget(
QWidget *parent = 0);
38 KACL getDefaultACL()
const;
39 void setACL(
const KACL & );
40 void setDefaultACL(
const KACL & );
41 void setAllowDefaults(
bool value );
44 class KACLEditWidgetPrivate;
45 KACLEditWidgetPrivate *
const d;
47 Q_DISABLE_COPY(KACLEditWidget)
49 Q_PRIVATE_SLOT(d,
void _k_slotUpdateButtons())
The KACL class encapsulates a POSIX Access Control List.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:52 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.