QFile.Permissions Class Reference
[QtCore module]
Methods
Special Methods
Detailed Description
Permission
may be used whenever
Permissions
is expected.
Method Documentation
Permissions.__init__ (self)
Permissions.__init__ (self, int f)
Permissions.__init__ (self, Permissions)
Permissions Permissions.__and__ (self, int f)
int Permissions.__bool__ (self)
bool Permissions.__eq__ (self, Permissions f)
Permissions Permissions.__iand__ (self, int f)
int Permissions.__int__ (self)
Permissions Permissions.__invert__ (self)
Permissions Permissions.__ior__ (self, int f)
Permissions Permissions.__ixor__ (self, int f)
bool Permissions.__ne__ (self, Permissions f)
Permissions Permissions.__or__ (self, int f)
Permissions Permissions.__xor__ (self, int f)