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

Method updateFieldOfView

ASAP/MiniMap.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void MiniMap::updateFieldOfView(const QRectF& fieldOfView) {
46 _fieldOfView = fieldOfView;
47 this->update();
48}
49
50void MiniMap::onCoverageUpdated() {
51 this->update();

Callers

nothing calls this directly

Calls 1

updateMethod · 0.80

Tested by

no test coverage detected