Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/computationalpathologygroup/ASAP
/ setTileManager
Method
setTileManager
ASAP/MiniMap.cpp:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
void MiniMap::setTileManager(TileManager* manager) {
42
_manager = manager;
43
}
44
45
void MiniMap::updateFieldOfView(const QRectF& fieldOfView) {
46
_fieldOfView = fieldOfView;
Callers
1
initializeGUIComponents
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected