MCPcopy Create free account
hub / github.com/analogdevicesinc/scopy / silentZoom

Method silentZoom

gui/src/plotzoomer.cpp:116–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114bool PlotZoomer::isEnabled() const { return m_en; }
115
116void PlotZoomer::silentZoom(const QRectF &rect)
117{
118 blockSignals(true);
119 zoom(rect);
120 blockSignals(false);
121}
122
123void PlotZoomer::zoom(const QRectF &rect)
124{

Callers 2

onUndoMethod · 0.45
syncNavigatorsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected