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