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