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

Method setBaseRect

gui/src/plotnavigator.cpp:463–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461}
462
463void PlotNavigator::setBaseRect(const QRectF &rect)
464{
465 for(Navigator *nav : *m_navigators) {
466 nav->magnifier->setBaseRect(rect);
467 nav->zoomer->setBaseRect(rect);
468 }
469}
470
471void PlotNavigator::setBaseRect(QwtAxisId axisId)
472{

Callers

nothing calls this directly

Calls 2

getXAxisMethod · 0.45
getYAxisMethod · 0.45

Tested by

no test coverage detected