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