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

Method zoomFinished

ASAP/PathologyViewer.cpp:164–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void PathologyViewer::zoomFinished()
165{
166 if (_numScheduledScalings > 0)
167 _numScheduledScalings--;
168 else
169 _numScheduledScalings++;
170 sender()->deleteLater();
171}
172
173void PathologyViewer::moveTo(const QPointF& pos) {
174 this->centerOn(pos);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected