| 192 | } |
| 193 | |
| 194 | bool PolyQtAnnotation::collidesWithPath(const QPainterPath & path, Qt::ItemSelectionMode mode) const { |
| 195 | return contains(path.currentPosition()); |
| 196 | } |
| 197 | |
| 198 | bool PolyQtAnnotation::contains(const QPointF & point) const { |
| 199 | if (shape().controlPointRect().contains(point)) { |
nothing calls this directly
no outgoing calls
no test coverage detected