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