| 384 | } |
| 385 | |
| 386 | const AbstractColumn* Histogram::binPDValues() const { |
| 387 | D(Histogram); |
| 388 | return d->binPDValues(); |
| 389 | } |
| 390 | |
| 391 | // ############################################################################## |
| 392 | // ################# setter methods and undo commands ########################## |
no test coverage detected