Obsolete Members for QLineF

The following members of class QLineF are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

Public Types

(obsolete) enum IntersectType { NoIntersection, UnboundedIntersection, BoundedIntersection }

Member Type Documentation

enum QLineF::IntersectType

This enum is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Use QLineF::IntersectionType instead.

ConstantValueDescription
QLineF::NoIntersection0Lines do not intersect.
QLineF::UnboundedIntersection2Lines intersect, but not within the range defined by their lengths.
QLineF::BoundedIntersection1Lnes intersect within the range defined by their lengths.