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

Method setDataColumnPaths

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

Source from the content-addressed store, hash-verified

293}
294
295void BarPlot::setDataColumnPaths(const QVector<QString>& paths) {
296 Q_D(BarPlot);
297 d->dataColumnPaths = paths;
298}
299
300STD_SETTER_CMD_IMPL_F_S(BarPlot, SetType, BarPlot::Type, type, recalc)
301void BarPlot::setType(BarPlot::Type type) {

Callers 2

restorePointersMethod · 0.80
loadCurvesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected