Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/developer0hye/Yolo_Label
/ resetZoom
Method
resetZoom
label_img.cpp:725–730 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
723
}
724
725
void label_img::resetZoom()
726
{
727
m_zoomFactor = 1.0;
728
m_panOffset = QPointF(0.0, 0.0);
729
showImage();
730
}
731
732
void label_img::clampPanOffset()
733
{
Callers
2
goto_img
Method · 0.80
reset_zoom
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected