MCPcopy Create free account
hub / github.com/IENT/YUView / zoomToFitInternal

Method zoomToFitInternal

YUViewLib/src/ui/views/MoveAndZoomableView.cpp:764–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762}
763
764void MoveAndZoomableView::zoomToFitInternal()
765{
766 this->setMoveOffset(QPoint(0, 0));
767 this->setZoomFactor(1.0);
768 update();
769}
770
771void MoveAndZoomableView::zoomToCustom(bool)
772{

Callers 2

handleKeyPressMethod · 0.95
zoomToFitMethod · 0.95

Calls 2

setMoveOffsetMethod · 0.95
setZoomFactorMethod · 0.95

Tested by

no test coverage detected