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

Method mouseDoubleClickEvent

ASAP/annotation/AnnotationTool.cpp:58–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void AnnotationTool::mouseDoubleClickEvent(QMouseEvent *event) {
59}
60
61void AnnotationTool::keyPressEvent(QKeyEvent *event) {
62 if (event->key() == Qt::Key::Key_Escape) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected