| 173 | } |
| 174 | |
| 175 | bool PlotAreaPrivate::clippingEnabled() const { |
| 176 | return (flags() & QGraphicsItem::ItemClipsChildrenToShape); |
| 177 | } |
| 178 | |
| 179 | bool PlotAreaPrivate::toggleClipping(bool on) { |
| 180 | bool oldValue = clippingEnabled(); |
no test coverage detected