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

Method setDataColumns

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

Source from the content-addressed store, hash-verified

287
288CURVE_COLUMN_LIST_SETTER_CMD_IMPL_F_S(BarPlot, Data, data, recalc)
289void BarPlot::setDataColumns(const QVector<const AbstractColumn*> columns) {
290 Q_D(BarPlot);
291 if (columns != d->dataColumns)
292 exec(new BarPlotSetDataColumnsCmd(d, columns, ki18n("%1: set data columns")));
293}
294
295void BarPlot::setDataColumnPaths(const QVector<QString>& paths) {
296 Q_D(BarPlot);

Callers 2

restorePointersMethod · 0.45
restorePointersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected