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