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

Method DotAnnotationTool

ASAP/annotation/DotAnnotationTool.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include "core/Point.h"
9
10DotAnnotationTool::DotAnnotationTool(AnnotationWorkstationExtensionPlugin* annotationPlugin, PathologyViewer* viewer) :
11 AnnotationTool(annotationPlugin, viewer)
12{
13}
14
15void DotAnnotationTool::mousePressEvent(QMouseEvent *event) {
16 AnnotationTool::mousePressEvent(event);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected