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