MCPcopy Create free account
hub / github.com/KDE/labplot / clippingEnabled

Method clippingEnabled

src/backend/worksheet/plots/PlotArea.cpp:175–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

setClippingEnabledMethod · 0.80

Calls 1

flagsFunction · 0.85

Tested by

no test coverage detected