| 508 | } |
| 509 | |
| 510 | void AbstractColumn::setHeatmapFormat(const AbstractColumn::HeatmapFormat& format) { |
| 511 | exec(new AbstractColumnSetHeatmapFormatCmd(d, format)); |
| 512 | } |
| 513 | |
| 514 | void AbstractColumn::removeFormat() { |
| 515 | exec(new AbstractColumnRemoveHeatmapFormatCmd(d)); |