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