• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdeio/tdefile
 

tdeio/tdefile

  • tdeio
  • tdefile
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 USE_POSIX_ACL
28
29#include <tdelistview.h>
30#include <kacl.h>
31#include <tdefileitem.h>
32
33class KACLListViewItem;
34class KACLListView;
35class TQPushButton;
36
37class KACLEditWidget : TQWidget
38{
39 TQ_OBJECT
40
41public:
42 KACLEditWidget( TQWidget *parent = 0, const char *name = 0 );
43 KACL getACL() const;
44 KACL getDefaultACL() const;
45 void setACL( const KACL & );
46 void setDefaultACL( const KACL & );
47 void setAllowDefaults( bool value );
48 void setReadOnly( bool value );
49private slots:
50 void slotUpdateButtons();
51
52private:
53 KACLListView* m_listView;
54 TQPushButton *m_AddBtn;
55 TQPushButton *m_EditBtn;
56 TQPushButton *m_DelBtn;
57};
58
59
60#endif
61#endif

tdeio/tdefile

Skip menu "tdeio/tdefile"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

tdeio/tdefile

Skip menu "tdeio/tdefile"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdeio/tdefile by doxygen 1.9.4
This website is maintained by Timothy Pearson.