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