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

Method insertCoordinate

ASAP/annotation/QtAnnotation.cpp:82–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void QtAnnotation::insertCoordinate(const int& index, const float& x, const float& y) {
83 prepareGeometryChange();
84 if (_annotation) {
85 _annotation->insertCoordinate(index, x, y);
86 }
87 onAnnotationChanged();
88 emit annotationChanged(this);
89}
90
91void QtAnnotation::insertCoordinate(const int& index, const Point& xy){
92 prepareGeometryChange();

Callers 1

mouseDoubleClickEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected