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.
| Constant | Value | Description |
|---|---|---|
QLineF::NoIntersection | 0 | Lines do not intersect. |
QLineF::UnboundedIntersection | 2 | Lines intersect, but not within the range defined by their lengths. |
QLineF::BoundedIntersection | 1 | Lnes intersect within the range defined by their lengths. |