input_urn
/home/onoda/Documents/qt-everywhere-opensource-src-4.7.4/doc/html/qlinef.html

output_urn
QLineF

inherits

public_types
 enum IntersectType { NoIntersection, UnboundedIntersection, BoundedIntersection }

properties

public_functions
QLineF ()
QLineF ( const QPointF & p1, const QPointF & p2 )
QLineF ( qreal x1, qreal y1, qreal x2, qreal y2 )
QLineF ( const QLine & line )
 QPointF p1 () const
 QPointF p2 () const
 qreal x1 () const
 qreal x2 () const
 qreal y1 () const
 qreal y2 () const
 qreal angle () const
 qreal angleTo ( const QLineF & line ) const
 qreal dx () const
 qreal dy () const
 IntersectType intersect ( const QLineF & line, QPointF * intersectionPoint ) const
 bool isNull () const
 qreal length () const
 QLineF normalVector () const
 QPointF pointAt ( qreal t ) const
 void setP1 ( const QPointF & p1 )
 void setP2 ( const QPointF & p2 )
 void setAngle ( qreal angle )
 void setLength ( qreal length )
 void setLine ( qreal x1, qreal y1, qreal x2, qreal y2 )
 void setPoints ( const QPointF & p1, const QPointF & p2 )
 QLine toLine () const
 void translate ( const QPointF & offset )
 void translate ( qreal dx, qreal dy )
 QLineF translated ( const QPointF & offset ) const
 QLineF translated ( qreal dx, qreal dy ) const
 QLineF unitVector () const
 bool operator!= ( const QLineF & line ) const
 bool operator== ( const QLineF & line ) const

public_slots

signals

static_public_members
 QLineF fromPolar ( qreal length, qreal angle )

protected_functions

reimplemented_public_functions

reimplemented_protected_functions

protected_slots

related_non_members
 QDataStream & operator<< ( QDataStream & stream, const QLineF & line )
 QDataStream & operator>> ( QDataStream & stream, QLineF & line )

templateClass
false

abstractClass
false

enbeddedClass
false

flag_objects

parent_flag_objects

typedefed_objects

parent_typedefed_objects

class_objects

parent_class_objects

enums
class_name
QLineF
name
IntersectType
key
NoIntersection
UnboundedIntersection
BoundedIntersection
public_flag
true

parent_enums

parent_index

parent_name

