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

Method zoomTo

ImagePlay/src/IPImageViewer.cpp:241–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239
240
241void IPImageViewer::zoomTo(float scale)
242{
243 _zoomFitMode = false;
244
245 if(_scale >= 9.0)
246 return;
247
248 _scale = scale;
249
250 QMatrix matrix;
251 matrix.scale(_scale, _scale);
252 _graphicsView->setMatrix(matrix);
253}
254
255
256void IPImageViewer::zoomIn()

Callers 2

addProcessStepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected