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

Method setXColumnPath

src/backend/worksheet/plots/cartesian/BarPlot.cpp:283–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283void BarPlot::setXColumnPath(const QString& path) {
284 Q_D(BarPlot);
285 d->xColumnPath = path;
286}
287
288CURVE_COLUMN_LIST_SETTER_CMD_IMPL_F_S(BarPlot, Data, data, recalc)
289void BarPlot::setDataColumns(const QVector<const AbstractColumn*> columns) {

Callers 2

restorePointersMethod · 0.45
loadCurvesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected