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

Method zoom

gui/src/plotzoomer.cpp:123–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void PlotZoomer::zoom(const QRectF &rect)
124{
125 if(!m_blockZoom) {
126 rescale(rect);
127 }
128}
129
130void PlotZoomer::setBounded(bool en) { m_bounded = en; }
131

Callers 2

forceMagnifyMethod · 0.45
forceZoomMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected