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