QLineF Class Reference
[QtCore module]
Types
- enum IntersectType { NoIntersection, BoundedIntersection, UnboundedIntersection }
Methods
- __init__ (self, QLine)
- __init__ (self)
- __init__ (self, QPointF, QPointF)
- __init__ (self, float, float, float, float)
- __init__ (self, QLineF)
- float angle (self, QLineF)
- float angle (self)
- float angleTo (self, QLineF)
- float dx (self)
- float dy (self)
- IntersectType intersect (self, QLineF, QPointF)
- bool isNull (self)
- float length (self)
- QLineF normalVector (self)
- QPointF p1 (self)
- QPointF p2 (self)
- QPointF pointAt (self, float)
- setAngle (self, float)
- setLength (self, float)
- setLine (self, float, float, float, float)
- setP1 (self, QPointF)
- setP2 (self, QPointF)
- setPoints (self, QPointF, QPointF)
- QLine toLine (self)
- translate (self, QPointF)
- translate (self, float, float)
- QLineF translated (self, QPointF)
- QLineF translated (self, float, float)
- QLineF unitVector (self)
- float x1 (self)
- float x2 (self)
- float y1 (self)
- float y2 (self)
Static Methods
Special Methods
Detailed Description
This class can be pickled.
Type Documentation
QLineF.IntersectType
Method Documentation
QLineF.__init__ (self, QLine)
QLineF.__init__ (self)
QLineF.__init__ (self, float, float, float, float)
QLineF.__init__ (self, QLineF)
float QLineF.angle (self, QLineF)
float QLineF.angle (self)
float QLineF.angleTo (self, QLineF)
float QLineF.dx (self)
float QLineF.dy (self)
QLineF QLineF.fromPolar (float, float)
bool QLineF.isNull (self)
float QLineF.length (self)
QLineF QLineF.normalVector (self)
QPointF QLineF.p1 (self)
QPointF QLineF.p2 (self)
QPointF QLineF.pointAt (self, float)
QLineF.setAngle (self, float)
QLineF.setLength (self, float)
QLineF.setLine (self, float, float, float, float)
QLineF.setP1 (self, QPointF)
QLineF.setP2 (self, QPointF)
QLine QLineF.toLine (self)
QLineF.translate (self, QPointF)
QLineF.translate (self, float, float)
QLineF QLineF.translated (self, QPointF)
QLineF QLineF.translated (self, float, float)
QLineF QLineF.unitVector (self)
float QLineF.x1 (self)
float QLineF.x2 (self)
float QLineF.y1 (self)
float QLineF.y2 (self)
This method is only available if the QtGui module is imported.
This method is only available if the QtGui module is imported.
int QLineF.__bool__ (self)
bool QLineF.__eq__ (self, QLineF)
bool QLineF.__ne__ (self, QLineF)
str QLineF.__repr__ (self)