! 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 */
| 12246 | \see setClipAxisRect |
| 12247 | */ |
| 12248 | void 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 |