Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
764
void MoveAndZoomableView::zoomToFitInternal()
765
{
766
this->setMoveOffset(QPoint(0, 0));
767
this->setZoomFactor(1.0);
768
update();
769
}
770
771
void MoveAndZoomableView::zoomToCustom(bool)
772
{
Callers
2
handleKeyPress
Method · 0.95
zoomToFit
Method · 0.95
Calls
2
setMoveOffset
Method · 0.95
setZoomFactor
Method · 0.95
Tested by
no test coverage detected