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