Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/analogdevicesinc/scopy
/ pan
Method
pan
gui/src/plotmagnifier.cpp:147–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
}
146
147
void PlotMagnifier::pan(double factor)
148
{
149
if(factor == -1) {
150
zoomToBase();
151
} else {
152
panRescale(factor);
153
}
154
}
155
156
void PlotMagnifier::setBounded(bool en) { m_bounded = en; }
157
Callers
1
forcePan
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected