MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / mouseReleaseEvent

Method mouseReleaseEvent

ASAP/annotation/AnnotationTool.cpp:206–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206void AnnotationTool::mouseReleaseEvent(QMouseEvent *event) {
207 if (_viewer) {
208 if (_startSelectionMove) {
209 _startSelectionMove = false;
210 _moveStart = QPointF(-1, -1);
211 }
212 event->accept();
213 }
214}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected