MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / setClipAxisRect

Method setClipAxisRect

qcustomplot/qcustomplot.cpp:12261–12266  ·  view source on GitHub ↗

! Sets the clip axis rect. It defines the rect that will be used to clip the item when \ref setClipToAxisRect is set to true. \see setClipToAxisRect */

Source from the content-addressed store, hash-verified

12259 \see setClipToAxisRect
12260*/
12261void QCPAbstractItem::setClipAxisRect(QCPAxisRect *rect)
12262{
12263 mClipAxisRect = rect;
12264 if (mClipToAxisRect)
12265 setParentLayerable(mClipAxisRect.data());
12266}
12267
12268/*!
12269 Sets whether the user can (de-)select this item by clicking on the QCustomPlot surface.

Callers

nothing calls this directly

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected