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