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

Method yPlusColumnAboutToBeRemoved

src/backend/worksheet/plots/cartesian/ErrorBar.cpp:215–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215void ErrorBar::yPlusColumnAboutToBeRemoved(const AbstractAspect* aspect) {
216 Q_D(ErrorBar);
217 if (aspect == d->yPlusColumn) {
218 d->yPlusColumn = nullptr;
219 d->update();
220 }
221}
222
223void ErrorBar::yMinusColumnAboutToBeRemoved(const AbstractAspect* aspect) {
224 Q_D(ErrorBar);

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected