QMdiSubWindow.SubWindowOptions Class Reference
[QtGui module]
Methods
Special Methods
- SubWindowOptions __and__ (self, int mask)
- int __bool__ (self)
- bool __eq__ (self, SubWindowOptions f)
- SubWindowOptions __iand__ (self, int mask)
- int __int__ (self)
- SubWindowOptions __invert__ (self)
- SubWindowOptions __ior__ (self, SubWindowOptions f)
- SubWindowOptions __ixor__ (self, SubWindowOptions f)
- bool __ne__ (self, SubWindowOptions f)
- SubWindowOptions __or__ (self, SubWindowOptions f)
- SubWindowOptions __or__ (self, int f)
- SubWindowOptions __xor__ (self, SubWindowOptions f)
- SubWindowOptions __xor__ (self, int f)
Detailed Description
SubWindowOption
may be used whenever
SubWindowOptions
is expected.
Method Documentation
SubWindowOptions.__init__ (self, SubWindowOptions)
SubWindowOptions.__init__ (self, int)
SubWindowOptions.__init__ (self)
SubWindowOptions SubWindowOptions.__and__ (self, int mask)
int SubWindowOptions.__bool__ (self)
bool SubWindowOptions.__eq__ (self, SubWindowOptions f)
SubWindowOptions SubWindowOptions.__iand__ (self, int mask)
int SubWindowOptions.__int__ (self)
SubWindowOptions SubWindowOptions.__invert__ (self)
bool SubWindowOptions.__ne__ (self, SubWindowOptions f)
SubWindowOptions SubWindowOptions.__or__ (self, int f)
SubWindowOptions SubWindowOptions.__xor__ (self, int f)