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

Method xPlusColumnAboutToBeRemoved

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

Source from the content-addressed store, hash-verified

165}
166
167void ErrorBar::xPlusColumnAboutToBeRemoved(const AbstractAspect* aspect) {
168 Q_D(ErrorBar);
169 if (aspect == d->xPlusColumn) {
170 d->xPlusColumn = nullptr;
171 d->update();
172 }
173}
174
175void ErrorBar::xMinusColumnAboutToBeRemoved(const AbstractAspect* aspect) {
176 Q_D(ErrorBar);

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected