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>
31class 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-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by
doxygen 1.9.6 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.