values
| 265 | |
| 266 | // values |
| 267 | Value* BarPlot::value() const { |
| 268 | Q_D(const BarPlot); |
| 269 | return d->value; |
| 270 | } |
| 271 | |
| 272 | /* ============================ setter methods and undo commands ================= */ |
| 273 | CURVE_COLUMN_CONNECT(BarPlot, Data, data, recalc) |
no outgoing calls