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

Method onTileRemoved

ASAP/TileManager.cpp:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179void TileManager::onTileRemoved(WSITileGraphicsItem* tile) {
180 _scene->removeItem(tile);
181 setCoverage(tile->getTileLevel(), tile->getTileX(), tile->getTileY(), 0);
182 delete tile;
183}
184
185void TileManager::onForegroundOpacityChanged(float opacity) {
186 _foregroundOpacity = opacity;

Callers

nothing calls this directly

Calls 3

getTileLevelMethod · 0.80
getTileXMethod · 0.80
getTileYMethod · 0.80

Tested by

no test coverage detected