QPoint Class Reference
[QtCore module]
Methods
Special Methods
- QPoint __mul__ (self, QMatrix)
- QPoint __mul__ (self, QMatrix4x4)
- QPoint __mul__ (self, QTransform)
- QPoint __add__ (self, QPoint)
- int __bool__ (self)
- QPoint __div__ (self, float)
- bool __eq__ (self, QPoint)
- QPoint __iadd__ (self, QPoint)
- QPoint __idiv__ (self, float)
- QPoint __imul__ (self, float)
- QPoint __isub__ (self, QPoint)
- QPoint __mul__ (self, float)
- bool __ne__ (self, QPoint)
- QPoint __neg__ (self, QPoint)
- str __repr__ (self)
- QPoint __sub__ (self, QPoint)
Detailed Description
This class can be pickled.
Method Documentation
QPoint.__init__ (self)
QPoint.__init__ (self, int, int)
QPoint.__init__ (self, QPoint)
bool QPoint.isNull (self)
int QPoint.manhattanLength (self)
QPoint.setX (self, int)
QPoint.setY (self, int)
int QPoint.x (self)
int QPoint.y (self)
This method is only available if the QtGui module is imported.
This method is only available if the QtGui module is imported.
This method is only available if the QtGui module is imported.
int QPoint.__bool__ (self)
QPoint QPoint.__div__ (self, float)
bool QPoint.__eq__ (self, QPoint)
QPoint QPoint.__iadd__ (self, QPoint)
QPoint QPoint.__idiv__ (self, float)
QPoint QPoint.__imul__ (self, float)
QPoint QPoint.__isub__ (self, QPoint)
QPoint QPoint.__mul__ (self, float)
bool QPoint.__ne__ (self, QPoint)
str QPoint.__repr__ (self)