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