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

Method hasData

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

Source from the content-addressed store, hash-verified

222}
223
224bool QQPlot::hasData() const {
225 Q_D(const QQPlot);
226 return (d->dataColumn != nullptr);
227}
228
229bool QQPlot::usingColumn(const AbstractColumn* column, bool) const {
230 Q_D(const QQPlot);

Callers 1

calculateDataRangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected