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

Method setYMinusColumnPath

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

Source from the content-addressed store, hash-verified

208}
209
210void ErrorBar::setYMinusColumnPath(const QString& path) {
211 Q_D(ErrorBar);
212 d->yMinusColumnPath = path;
213}
214
215void ErrorBar::yPlusColumnAboutToBeRemoved(const AbstractAspect* aspect) {
216 Q_D(ErrorBar);

Callers 1

handleAspectUpdatedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected