MCPcopy 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
725void label_img::resetZoom()
726{
727 m_zoomFactor = 1.0;
728 m_panOffset = QPointF(0.0, 0.0);
729 showImage();
730}
731
732void label_img::clampPanOffset()
733{

Callers 2

goto_imgMethod · 0.80
reset_zoomMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected