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

Method setClipToAxisRect

qcustomplot/qcustomplot.cpp:12248–12253  ·  view source on GitHub ↗

! Sets whether the item shall be clipped to an axis rect or whether it shall be visible on the entire QCustomPlot. The axis rect can be set with \ref setClipAxisRect. \see setClipAxisRect */

Source from the content-addressed store, hash-verified

12246 \see setClipAxisRect
12247*/
12248void QCPAbstractItem::setClipToAxisRect(bool clip)
12249{
12250 mClipToAxisRect = clip;
12251 if (mClipToAxisRect)
12252 setParentLayerable(mClipAxisRect.data());
12253}
12254
12255/*!
12256 Sets the clip axis rect. It defines the rect that will be used to clip the item when \ref

Callers

nothing calls this directly

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected