| 287 | |
| 288 | CURVE_COLUMN_LIST_SETTER_CMD_IMPL_F_S(BarPlot, Data, data, recalc) |
| 289 | void 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 | |
| 295 | void BarPlot::setDataColumnPaths(const QVector<QString>& paths) { |
| 296 | Q_D(BarPlot); |
no outgoing calls
no test coverage detected