| 226 | } |
| 227 | |
| 228 | void PathologyViewer::onFieldOfViewChanged(const QRectF& FOV, const unsigned int level) { |
| 229 | if (_manager) { |
| 230 | _manager->loadTilesForFieldOfView(FOV, level); |
| 231 | } |
| 232 | } |
| 233 | |
| 234 | void PathologyViewer::initialize(std::shared_ptr<MultiResolutionImage> img) { |
| 235 | close(); |
nothing calls this directly
no test coverage detected