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