| 54 | } |
| 55 | |
| 56 | bool PointSetQtAnnotation::collidesWithPath(const QPainterPath & path, Qt::ItemSelectionMode mode) const { |
| 57 | return contains(path.currentPosition()); |
| 58 | } |
| 59 | |
| 60 | bool PointSetQtAnnotation::contains(const QPointF & point) const { |
| 61 | if (shape().controlPointRect().contains(point)) { |
nothing calls this directly
no outgoing calls
no test coverage detected