kacl.h
bool setNamedGroupPermissions(const TQString &name, unsigned short)
Set the permissions for a group with the name name.
Definition kacl.cpp:534
unsigned short maskPermissions(bool &exists) const
Return the entry for the permissions mask if there is one and sets exists to true.
Definition kacl.cpp:274
bool setOthersPermissions(unsigned short)
Set the permissions entry for others.
Definition kacl.cpp:247
unsigned short namedUserPermissions(const TQString &name, bool *exists) const
Access to the permissions entry for a named user, if such an entry exists.
Definition kacl.cpp:315
bool setOwningGroupPermissions(unsigned short)
Set the owning group's permissions entry.
Definition kacl.cpp:228
ACLGroupPermissionsList allGroupPermissions() const
Returns the list of all group permission entries.
Definition kacl.cpp:546
unsigned short namedGroupPermissions(const TQString &name, bool *exists) const
Access to the permissions entry for a named group, if such an entry exists.
Definition kacl.cpp:509
bool setAllUserPermissions(const ACLUserPermissionsList &list)
Replace the list of all user permissions with list.
Definition kacl.cpp:494
ACLUserPermissionsList allUserPermissions() const
Returns the list of all group permission entries.
Definition kacl.cpp:408
bool setNamedUserPermissions(const TQString &name, unsigned short)
Set the permissions for a user with the name name.
Definition kacl.cpp:397
bool setAllGroupPermissions(const ACLGroupPermissionsList &)
Replace the list of all user permissions with list.
Definition kacl.cpp:569
unsigned short ownerPermissions() const
The standard (non-extended) part of an ACL.
Definition kacl.cpp:200
Trinity API Reference