MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / zoom

Method zoom

qcustomplot.cpp:17065–17068  ·  view source on GitHub ↗

! Zooms in (or out) to the passed rectangular region \a pixelRect, given in pixel coordinates. All axes of this axis rect will have their range zoomed accordingly. If you only wish to zoom specific axes, use the overloaded version of this method. \see QCustomPlot::setSelectionRectMode */

Source from the content-addressed store, hash-verified

17063 \see QCustomPlot::setSelectionRectMode
17064*/
17065void QCPAxisRect::zoom(const QRectF &pixelRect)
17066{
17067 zoom(pixelRect, axes());
17068}
17069
17070/*! \overload
17071

Callers 1

processRectZoomMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected