MCPcopy 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
147void PlotMagnifier::pan(double factor)
148{
149 if(factor == -1) {
150 zoomToBase();
151 } else {
152 panRescale(factor);
153 }
154}
155
156void PlotMagnifier::setBounded(bool en) { m_bounded = en; }
157

Callers 1

forcePanMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected