MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / updateZoomwidget

Method updateZoomwidget

ImagePlay/src/ImageViewerWindow.cpp:353–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353void ImageViewerWindow::updateZoomwidget(IPLImage* image)
354{
355 qDebug() << "ImageViewerWindow::updateZoomwidget";
356 ui->zoomWidget->setImage(image);
357}
358
359void ImageViewerWindow::resetZoomWidget()
360{

Callers 1

updateImageMethod · 0.80

Calls 1

setImageMethod · 0.80

Tested by

no test coverage detected