Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
123
void PlotZoomer::zoom(const QRectF &rect)
124
{
125
if(!m_blockZoom) {
126
rescale(rect);
127
}
128
}
129
130
void PlotZoomer::setBounded(bool en) { m_bounded = en; }
131
Callers
2
forceMagnify
Method · 0.45
forceZoom
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected