• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdelibs API Reference
  • KDE Home
  • Contact Us
 

KIO

  • sources
  • kde-4.14
  • kdelibs
  • kio
  • kfile
kacleditwidget.h
Go to the documentation of this file.
1 /***************************************************************************
2  * Copyright (C) 2005 by Sean Harmer <sh@rama.homelinux.org> *
3  * 2005 - 2007 Till Adam <adam@kde.org> *
4  * *
5  * This program is free software; you can redistribute it and/or modify *
6  * it under the terms of the GNU Library General Public License as *
7  * published by the Free Software Foundation; either version 2 of the *
8  * License, or (at your option) any later version. *
9  * *
10  * This program is distributed in the hope that it will be useful, *
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
13  * GNU General Public License for more details. *
14  * *
15  * You should have received a copy of the GNU General Public License *
16  * along with this program; if not, write to the *
17  * Free Software Foundation, Inc., *
18  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
19  ***************************************************************************/
20 #ifndef KACLEDITWIDGET_H
21 #define KACLEDITWIDGET_H
22 
23 #include <config-acl.h>
24 
25 #if defined(HAVE_POSIX_ACL) || defined(Q_MOC_RUN)
26 
27 #include <QtGui/QWidget>
28 
29 #include <kacl.h>
30 
31 class KACLEditWidget : public QWidget
32 {
33  Q_OBJECT
34 public:
35  explicit KACLEditWidget(QWidget *parent = 0);
36  ~KACLEditWidget();
37  KACL getACL() const;
38  KACL getDefaultACL() const;
39  void setACL( const KACL & );
40  void setDefaultACL( const KACL & );
41  void setAllowDefaults( bool value );
42 
43 private:
44  class KACLEditWidgetPrivate;
45  KACLEditWidgetPrivate *const d;
46 
47  Q_DISABLE_COPY(KACLEditWidget)
48 
49  Q_PRIVATE_SLOT(d, void _k_slotUpdateButtons())
50 };
51 
52 #endif
53 #endif
QWidget
kacl.h
KACL
The KACL class encapsulates a POSIX Access Control List.
Definition: kacl.h:47
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.

KIO

Skip menu "KIO"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdelibs API Reference

Skip menu "kdelibs API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal