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