Home · All Classes · Modules

QPoint Class Reference
[QtCore module]

Methods

Special Methods


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)

QPoint __mul__ (self, QMatrix)

This method is only available if the QtGui module is imported.

QPoint __mul__ (self, QMatrix4x4)

This method is only available if the QtGui module is imported.

QPoint __mul__ (self, QTransform)

This method is only available if the QtGui module is imported.

QPoint QPoint.__add__ (self, QPoint)

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)

QPoint QPoint.__neg__ (self, QPoint)

str QPoint.__repr__ (self)

QPoint QPoint.__sub__ (self, QPoint)


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0