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