Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
134
void MoveAndZoomableView::resetViewInternal()
135
{
136
this->setMoveOffset(QPoint(0, 0));
137
this->setZoomFactor(1.0);
138
update();
139
}
140
141
void MoveAndZoomableView::updatePaletteIfNeeded()
142
{
Callers
1
resetView
Method · 0.95
Calls
2
setMoveOffset
Method · 0.95
setZoomFactor
Method · 0.95
Tested by
no test coverage detected