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

Method usingColumn

src/backend/worksheet/plots/cartesian/QQPlot.cpp:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229bool QQPlot::usingColumn(const AbstractColumn* column, bool) const {
230 Q_D(const QQPlot);
231 return (d->dataColumn == column);
232}
233
234void QQPlot::handleAspectUpdated(const QString& aspectPath, const AbstractAspect* aspect) {
235 Q_D(QQPlot);

Callers 3

createContextMenuMethod · 0.45
addUsedInPlotsMethod · 0.45
finalizeImportMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected