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