MCPcopy Create free account
hub / github.com/cutechess/cutechess / zoom

Method zoom

projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:17800–17803  ·  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

17798 \see QCustomPlot::setSelectionRectMode
17799*/
17800void QCPAxisRect::zoom(const QRectF &pixelRect)
17801{
17802 zoom(pixelRect, axes());
17803}
17804
17805/*! \overload
17806

Callers 1

processRectZoomMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected