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