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

Method resetViewInternal

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

Source from the content-addressed store, hash-verified

132}
133
134void MoveAndZoomableView::resetViewInternal()
135{
136 this->setMoveOffset(QPoint(0, 0));
137 this->setZoomFactor(1.0);
138 update();
139}
140
141void MoveAndZoomableView::updatePaletteIfNeeded()
142{

Callers 1

resetViewMethod · 0.95

Calls 2

setMoveOffsetMethod · 0.95
setZoomFactorMethod · 0.95

Tested by

no test coverage detected