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

Method isVisible

src/backend/worksheet/WorksheetElement.cpp:185–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185bool WorksheetElement::isVisible() const {
186 Q_D(const WorksheetElement);
187 return d->isVisible();
188}
189
190/**
191 This does exactly what Qt internally does to creates a shape from a painter path.

Callers 15

cursorPosChangedMethod · 0.45
curveAddedMethod · 0.45
updateLayoutMethod · 0.45
changeVisibilityMethod · 0.45
saveMethod · 0.45
MarkerPoints_TMethod · 0.45
InfoElementMethod · 0.45
addCurveMethod · 0.45
retransformMethod · 0.45
paintMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected