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