Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
UnixFileAttributes Namespace Reference

Enumerations

enum  {
  Dir = 0040000 , File = 0100000 , SymLink = 0120000 , TypeMask = 0170000 ,
  ReadUser = 0400 , WriteUser = 0200 , ExeUser = 0100 , ReadGroup = 0040 ,
  WriteGroup = 0020 , ExeGroup = 0010 , ReadOther = 0004 , WriteOther = 0002 ,
  ExeOther = 0001 , PermMask = 0777
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
Dir 
File 
SymLink 
TypeMask 
ReadUser 
WriteUser 
ExeUser 
ReadGroup 
WriteGroup 
ExeGroup 
ReadOther 
WriteOther 
ExeOther 
PermMask 

Definition at line 169 of file qzip.cpp.