Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
void MiniMap::updateFieldOfView(const QRectF& fieldOfView) {
46
_fieldOfView = fieldOfView;
47
this->update();
48
}
49
50
void MiniMap::onCoverageUpdated() {
51
this->update();
Callers
nothing calls this directly
Calls
1
update
Method · 0.80
Tested by
no test coverage detected