| 185 | cv::rectangle(renderTarget.innerMat(), getRect(renderTarget), cv::Scalar::all(0), cv::FILLED); |
| 186 | } |
| 187 | bool getBoundingRect(cv::Rect2d &rect) override { |
| 188 | return false; |
| 189 | } |
| 190 | bool hitTest(const MouseEvent &mouseEvent) { |
| 191 | return getRect(mouseEvent.projection()).contains(mouseEvent.innerPoint()); |
| 192 | } |
nothing calls this directly
no outgoing calls
no test coverage detected