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