• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • kio/kfile
 

kio/kfile

  • kio
  • kfile
kacleditwidget.h
1 /***************************************************************************
2  * Copyright (C) 2005 by Sean Harmer <sh@rama.homelinux.org> *
3  * 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 #ifdef HAVE_CONFIG_H
24 #include <config.h>
25 #endif
26 
27 #ifdef Q_MOC_RUN
28 #define USE_POSIX_ACL
29 #endif // Q_MOC_RUN
30 
31 #ifdef USE_POSIX_ACL
32 
33 #include <klistview.h>
34 #include <kacl.h>
35 #include <kfileitem.h>
36 
37 class KACLListViewItem;
38 class KACLListView;
39 class TQPushButton;
40 
41 class KACLEditWidget : TQWidget
42 {
43  Q_OBJECT
44  TQ_OBJECT
45 public:
46  KACLEditWidget( TQWidget *parent = 0, const char *name = 0 );
47  KACL getACL() const;
48  KACL getDefaultACL() const;
49  void setACL( const KACL & );
50  void setDefaultACL( const KACL & );
51  void setAllowDefaults( bool value );
52  void setReadOnly( bool value );
53 private slots:
54  void slotUpdateButtons();
55 
56 private:
57  KACLListView* m_listView;
58  TQPushButton *m_AddBtn;
59  TQPushButton *m_EditBtn;
60  TQPushButton *m_DelBtn;
61 };
62 
63 
64 #endif
65 #endif

kio/kfile

Skip menu "kio/kfile"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

kio/kfile

Skip menu "kio/kfile"
  • arts
  • dcop
  • dnssd
  • interfaces
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • krandr
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for kio/kfile by doxygen 1.8.13
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |